Searched refs:NSG (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/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.3/sapi/phttpd/ |
H A D | phttpd.c | 208 server = Ns_ConnServer(NSG(conn)); in php_phttpd_request_ctor() 211 Ns_UrlToFile(&ds, server, NSG(conn->request->url)); in php_phttpd_request_ctor() 218 SG(request_info).content_length = Ns_ConnContentLength(NSG(conn)); in php_phttpd_request_ctor() 219 index = Ns_SetIFind(NSG(conn)->headers, "content-type"); in php_phttpd_request_ctor() 221 Ns_SetValue(NSG(conn)->headers, index); in php_phttpd_request_ctor() 223 tmp = Ns_ConnAuthUser(NSG(conn)); in php_phttpd_request_ctor() 229 tmp = Ns_ConnAuthPasswd(NSG(conn)); in php_phttpd_request_ctor() 235 NSG(data_avail) = SG(request_info).content_length; in php_phttpd_request_ctor()
|
/PHP-5.3/sapi/continuity/ |
H A D | capi.c | 54 #define NSG(v) (request_context->v) macro 414 char *query_string = lstFset_get(NSG(t->vars), "query"); in capi_request_ctor() 415 char *uri = lstFset_get(NSG(t->vars), "uri"); in capi_request_ctor() 416 char *path_info = lstFset_get(NSG(t->vars), "path-info"); in capi_request_ctor() 417 char *path_translated = lstFset_get(NSG(t->vars), "path"); in capi_request_ctor() 418 char *request_method = lstFset_get(NSG(t->vars), "method"); in capi_request_ctor() 419 char *content_type = lstFset_get(NSG(t->req_hdrs), "content-type"); in capi_request_ctor() 420 char *content_length = lstFset_get(NSG(t->req_hdrs), "content-length"); in capi_request_ctor()
|
/PHP-5.3/sapi/nsapi/ |
H A D | nsapi.c | 81 #define NSG(v) (request_context->v) macro 855 for (i=0; i < NSG(pb)->hsize; i++) { in nsapi_php_ini_entries() 856 entry=NSG(pb)->ht[i]; in nsapi_php_ini_entries() 869 …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 19 milliseconds