Home
last modified time | relevance | path

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

/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.h49 LPSTR lpszMethod; // REQUEST_METHOD member
H A Dpi3web_sapi.c269 SG(request_info).request_method = lpCB->lpszMethod; in init_request_info()
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp689 ECB.lpszMethod = strdup(context.env["METHOD"]); in stress_main()
706 free(ECB.lpszMethod); in stress_main()
899 ECB->lpszMethod = GetEnv("REQUEST_METHOD"); in FillExtensionControlBlock()
900 if (!ECB->lpszMethod) ECB->lpszMethod = "GET"; in FillExtensionControlBlock()
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c743 SG(request_info).request_method = lpECB->lpszMethod; in init_request_info()

Completed in 14 milliseconds