Home
last modified time | relevance | path

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

/third_party/python/PC/
Dgetpathp.c610 size_t usedsiz = wcslen(buf); in read_pth_file() local
611 while (usedsiz + wn + prefixlen + 4 > bufsiz) { in read_pth_file()
622 if (usedsiz) { in read_pth_file()
624 usedsiz += 1; in read_pth_file()
640 wchar_t *b = &buf[usedsiz]; in read_pth_file()