Home
last modified time | relevance | path

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

/third_party/libxml2/python/
Dtypes.c86 intptr_t w_fh = -1; in libxml_PyFileGet() local
107 w_fh = _get_osfhandle(fd); in libxml_PyFileGet()
109 if (w_fh == -1) in libxml_PyFileGet()
120 (NtQueryInformationFile((HANDLE)w_fh, in libxml_PyFileGet()