Searched refs:hip (Results 1 – 1 of 1) sorted by relevance
188 SG(request_info).query_string = PHG(cip)->hip->request; in php_phttpd_request_ctor()189 SG(request_info).request_method = PHG(cip)->hip->method; in php_phttpd_request_ctor()192 …if (url_expand(PHG(cip)->hip->url, SG(request_info).path_translated, MAXPATHLEN, &PHG(sb), NULL, N… in php_phttpd_request_ctor()245 struct httpinfo *hip = PHG(cip)->hip; in php_doit() local282 struct httpinfo *hip = cip->hip; in pm_request() local286 if (strcasecmp(hip->method, "GET") == 0 || in pm_request()287 strcasecmp(hip->method, "HEAD") == 0 || in pm_request()288 strcasecmp(hip->method, "POST") == 0) { in pm_request()
Completed in 6 milliseconds