Home
last modified time | relevance | path

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

/PHP-5.5/sapi/roxen/
H A Droxen.c290 struct mapping *headermap; in php_roxen_set_header() local
305 headermap = allocate_mapping(1); in php_roxen_set_header()
306 mappie.u.mapping = headermap; in php_roxen_set_header()
308 free_mapping(headermap); in php_roxen_set_header()
310 headermap = s_headermap->u.mapping; in php_roxen_set_header()
314 mapping_string_insert(headermap, hind, &hsval); in php_roxen_set_header()
/PHP-5.5/sapi/caudium/
H A Dcaudium.c286 struct mapping *headermap; in php_caudium_set_header() local
300 headermap = allocate_mapping(1); in php_caudium_set_header()
301 mappie.u.mapping = headermap; in php_caudium_set_header()
303 free_mapping(headermap); in php_caudium_set_header()
306 headermap = s_headermap->u.mapping; in php_caudium_set_header()
307 soldval = low_mapping_string_lookup(headermap, hind); in php_caudium_set_header()
325 mapping_string_insert(headermap, hind, &hsval); in php_caudium_set_header()

Completed in 13 milliseconds