Searched refs:xLen (Results 1 - 1 of 1) sorted by relevance
/third_party/python/PC/ |
H A D | launcher2.c | 199 _compare(const wchar_t *x, int xLen, const wchar_t *y, int yLen) in _compare() argument 202 if (!x || !xLen) { in _compare() 209 x, xLen, y, yLen, in _compare() 219 winerror(0, L"Error comparing '%.*s' and '%.*s' (compare)", xLen, x, yLen, y); in _compare() 226 _compareArgument(const wchar_t *x, int xLen, const wchar_t *y, int yLen) in _compareArgument() argument 229 if (!x || !xLen) { in _compareArgument() 236 x, xLen, y, yLen, in _compareArgument() 246 winerror(0, L"Error comparing '%.*s' and '%.*s' (compareArgument)", xLen, x, yLen, y); in _compareArgument() 252 _comparePath(const wchar_t *x, int xLen, const wchar_t *y, int yLen) in _comparePath() argument 255 if (!x || !xLen) { in _comparePath() 275 _startsWith(const wchar_t *x, int xLen, const wchar_t *y, int yLen) _startsWith() argument 287 _startsWithArgument(const wchar_t *x, int xLen, const wchar_t *y, int yLen) _startsWithArgument() argument 302 _startsWithSeparated(const wchar_t *x, int xLen, const wchar_t *y, int yLen, const wchar_t *separators) _startsWithSeparated() argument [all...] |
Completed in 3 milliseconds