HomeSort by: relevance | last modified time | path
    Searched defs:NtQueryInformationFile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
select.c 145 static PNtQueryInformationFile NtQueryInformationFile;
159 NtQueryInformationFile = (PNtQueryInformationFile)
161 "NtQueryInformationFile");
176 If NtQueryInformationFile fails, optimistically assume the pipe is
178 NtQueryInformationFile is not available, or if we inherit a pipe
186 if (!NtQueryInformationFile
187 || NtQueryInformationFile (h, &iosb, &fpli, sizeof (fpli),
  /src/external/gpl3/gdb.old/dist/gnulib/import/
select.c 145 static PNtQueryInformationFile NtQueryInformationFile;
159 NtQueryInformationFile = (PNtQueryInformationFile)
161 "NtQueryInformationFile");
176 If NtQueryInformationFile fails, optimistically assume the pipe is
178 NtQueryInformationFile is not available, or if we inherit a pipe
186 if (!NtQueryInformationFile
187 || NtQueryInformationFile (h, &iosb, &fpli, sizeof (fpli),

Completed in 22 milliseconds