Home
last modified time | relevance | path

Searched refs:s_headermap (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/sapi/roxen/
H A Droxen.c291 struct svalue *s_headermap; in php_roxen_set_header() local
300 s_headermap = low_mapping_string_lookup(REQUEST_DATA, ind); in php_roxen_set_header()
301 if(!s_headermap) in php_roxen_set_header()
310 headermap = s_headermap->u.mapping; in php_roxen_set_header()
352 struct svalue *s_headermap; in php_roxen_low_send_headers() local
363 s_headermap = low_mapping_string_lookup(REQUEST_DATA, ind); in php_roxen_low_send_headers()
367 if(s_headermap && s_headermap->type == PIKE_T_MAPPING) in php_roxen_low_send_headers()
368 ref_push_mapping(s_headermap->u.mapping); in php_roxen_low_send_headers()
/PHP-5.5/sapi/caudium/
H A Dcaudium.c287 struct svalue *s_headermap, *soldval; in php_caudium_set_header() local
295 s_headermap = low_mapping_string_lookup(REQUEST_DATA, ind); in php_caudium_set_header()
296 if(!s_headermap || s_headermap->type != PIKE_T_MAPPING) in php_caudium_set_header()
306 headermap = s_headermap->u.mapping; in php_caudium_set_header()
363 struct svalue *s_headermap; in php_caudium_low_send_headers() local
371 s_headermap = low_mapping_string_lookup(REQUEST_DATA, ind); in php_caudium_low_send_headers()
375 if(s_headermap && s_headermap->type == PIKE_T_MAPPING) in php_caudium_low_send_headers()
376 ref_push_mapping(s_headermap->u.mapping); in php_caudium_low_send_headers()

Completed in 10 milliseconds