Searched refs:NSG (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/sapi/aolserver/ |
H A D | aolserver.c | 170 max_read = MIN(NSG(data_avail), count_bytes); in php_ns_sapi_read_post() 177 NSG(data_avail) -= total_read; in php_ns_sapi_read_post() 231 php_info_print_table_row(2, Ns_SetKey(NSG(conn)->headers, i), Ns_SetValue(NSG(conn)->headers, i)); in php_info_aolserver() 236 …php_info_print_table_row(2, Ns_SetKey(NSG(conn)->outputheaders, i), Ns_SetValue(NSG(conn)->outputh… in php_info_aolserver() 336 if(NSG(conn)->request->query) in php_ns_sapi_register_variables() 349 tmp = Ns_ConnHost(NSG(conn)); in php_ns_sapi_register_variables() 439 server = Ns_ConnServer(NSG(conn)); in php_ns_request_ctor() 458 Ns_SetValue(NSG(conn)->headers, index); in php_ns_request_ctor() 461 tmp = Ns_ConnAuthUser(NSG(conn)); in php_ns_request_ctor() 466 tmp = Ns_ConnAuthPasswd(NSG(conn)); in php_ns_request_ctor() [all …]
|
/PHP-5.6/sapi/phttpd/ |
H A D | phttpd.c | 203 server = Ns_ConnServer(NSG(conn)); in php_phttpd_request_ctor() 206 Ns_UrlToFile(&ds, server, NSG(conn->request->url)); in php_phttpd_request_ctor() 213 SG(request_info).content_length = Ns_ConnContentLength(NSG(conn)); in php_phttpd_request_ctor() 214 index = Ns_SetIFind(NSG(conn)->headers, "content-type"); in php_phttpd_request_ctor() 216 Ns_SetValue(NSG(conn)->headers, index); in php_phttpd_request_ctor() 218 tmp = Ns_ConnAuthUser(NSG(conn)); in php_phttpd_request_ctor() 224 tmp = Ns_ConnAuthPasswd(NSG(conn)); in php_phttpd_request_ctor() 230 NSG(data_avail) = SG(request_info).content_length; in php_phttpd_request_ctor()
|
/PHP-5.6/sapi/continuity/ |
H A D | capi.c | 54 #define NSG(v) (request_context->v) macro 413 char *query_string = lstFset_get(NSG(t->vars), "query"); in capi_request_ctor() 414 char *uri = lstFset_get(NSG(t->vars), "uri"); in capi_request_ctor() 415 char *path_info = lstFset_get(NSG(t->vars), "path-info"); in capi_request_ctor() 416 char *path_translated = lstFset_get(NSG(t->vars), "path"); in capi_request_ctor() 417 char *request_method = lstFset_get(NSG(t->vars), "method"); in capi_request_ctor() 418 char *content_type = lstFset_get(NSG(t->req_hdrs), "content-type"); in capi_request_ctor() 419 char *content_length = lstFset_get(NSG(t->req_hdrs), "content-length"); in capi_request_ctor()
|
/PHP-5.6/sapi/nsapi/ |
H A D | nsapi.c | 81 #define NSG(v) (request_context->v) macro 850 for (i=0; i < NSG(pb)->hsize; i++) { in nsapi_php_ini_entries() 851 entry=NSG(pb)->ht[i]; in nsapi_php_ini_entries() 864 …log_error(LOG_WARN, pblock_findval("fn", NSG(pb)), NSG(sn), NSG(rq), "Cannot change php.ini key \"… in nsapi_php_ini_entries()
|
Completed in 14 milliseconds