Home
last modified time | relevance | path

Searched refs:ppos (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sal/osl/w32/
H A Dfile_dirvol.cxx157 const sal_Unicode* ppos = path + 2; in parse_UNC_path() local
159 puncc->server_.begin_ = ppos; in parse_UNC_path()
160 while ((ppos < pend) && (*ppos != BACKSLASH)) in parse_UNC_path()
161 ppos++; in parse_UNC_path()
163 puncc->server_.end_ = ppos; in parse_UNC_path()
165 if (BACKSLASH == *ppos) in parse_UNC_path()
167 puncc->share_.begin_ = ++ppos; in parse_UNC_path()
168 while ((ppos < pend) && (*ppos != BACKSLASH)) in parse_UNC_path()
169 ppos++; in parse_UNC_path()
171 puncc->share_.end_ = ppos; in parse_UNC_path()
[all …]