Lines Matching refs:Parsed
92 RTPATHPARSED Parsed;
101 int rc = RTPathParse(s_aTests[i].pszPath, &u.Parsed, sizeof(u), s_aTests[i].fFlags);
103 || s_aTests[i].cComps != u.Parsed.cComps
104 || s_aTests[i].fProps != u.Parsed.fProps
105 || s_aTests[i].offSuffix != u.Parsed.offSuffix
106 || s_aTests[i].cchPath != u.Parsed.cchPath)
115 s_aTests[i].cComps, u.Parsed.cComps,
116 s_aTests[i].fProps, u.Parsed.fProps, s_aTests[i].fProps ^ u.Parsed.fProps,
117 s_aTests[i].offSuffix, u.Parsed.offSuffix,
118 s_aTests[i].cchPath, u.Parsed.cchPath);
122 rc = RTPathParsedReassemble(s_aTests[i].pszPath, &u.Parsed, s_aTests[i].fFlags & ~RTPATH_STR_F_MIDDLE,
127 if ( !(u.Parsed.fProps & RTPATH_PROP_EXTRA_SLASHES)
184 if ( !(u.Parsed.fProps & RTPATH_PROP_EXTRA_SLASHES)