Searched refs:ppos (Results 1 – 1 of 1) sorted by relevance
157 const sal_Unicode* ppos = path + 2; in parse_UNC_path() local160 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 24 milliseconds