Lines Matching refs:DWORD
33 DWORD numThreads = 1;
34 DWORD iterations = 1;
56 DWORD tid;
67 typedef DWORD (WINAPI *HttpExtProc)(EXTENSION_CONTROL_BLOCK *);
68 typedef BOOL (WINAPI *TerminateProc) (DWORD);
72 BOOL WINAPI WriteClient(HCONN, LPVOID, LPDWORD, DWORD);
73 BOOL WINAPI ServerSupportFunction(HCONN, DWORD, LPVOID, LPDWORD, LPDWORD);
86 DWORD CALLBACK IsapiThread(void *);
99 DWORD l = strlen(line)-1; in stripcrlf()
194 DWORD i=0; in ReadGlobalEnvironment()
260 DWORD tid; in DoThreads()
262 DWORD i; in DoThreads()
448 DWORD r = Results.GetSize(); in DoTestFiles()
449 for (DWORD i=0; i< r; i++) { in DoTestFiles()
592 DWORD CALLBACK IsapiThread(void *p) in IsapiThread()
594 DWORD filecount = IsapiFileList.GetSize(); in IsapiThread()
596 for (DWORD j=0; j<iterations; j++) { in IsapiThread()
597 for (DWORD i=0; i<filecount; i++) { in IsapiThread()
639 DWORD rc; in stress_main()
730 DWORD rc; in GetServerVariable()
776 DWORD dwReserved) { in WriteClient()
788 BOOL WINAPI ServerSupportFunction(HCONN hConn, DWORD dwHSERequest, in ServerSupportFunction()
794 DWORD dwBytes; in ServerSupportFunction()
920 DWORD dwLen; in GetEnv()