Searched refs:REQUEST_DATA (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/sapi/roxen/ |
H A D | roxen.c | 111 #define REQUEST_DATA ((struct mapping *)(THIS->request_data)) macro 173 headers = low_mapping_string_lookup(REQUEST_DATA, sind); in lookup_header() 300 s_headermap = low_mapping_string_lookup(REQUEST_DATA, ind); in php_roxen_set_header() 307 mapping_string_insert(REQUEST_DATA, ind, &mappie); in php_roxen_set_header() 363 s_headermap = low_mapping_string_lookup(REQUEST_DATA, ind); in php_roxen_low_send_headers() 537 headers = low_mapping_string_lookup(REQUEST_DATA, sind); in php_roxen_hash_environment()
|
/PHP-5.6/sapi/caudium/ |
H A D | caudium.c | 130 #define REQUEST_DATA ((struct mapping *)(THIS->request_data)) macro 171 headers = low_mapping_string_lookup(REQUEST_DATA, sind); in lookup_header() 295 s_headermap = low_mapping_string_lookup(REQUEST_DATA, ind); in php_caudium_set_header() 302 mapping_string_insert(REQUEST_DATA, ind, &mappie); in php_caudium_set_header() 371 s_headermap = low_mapping_string_lookup(REQUEST_DATA, ind); in php_caudium_low_send_headers() 503 headers = low_mapping_string_lookup(REQUEST_DATA, sind); in low_sapi_caudium_register_variables()
|
Completed in 10 milliseconds