Home
last modified time | relevance | path

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

/aoo42x/main/sal/osl/w32/
H A Dfile_dirvol.cxx157 const sal_Unicode* ppos = path + 2; in parse_UNC_path() local
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()
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()
173 if (BACKSLASH == *ppos) in parse_UNC_path()
176 while (ppos < pend) in parse_UNC_path()
[all …]

Completed in 17 milliseconds