Searched refs:headermap (Results 1 – 2 of 2) sorted by relevance
290 struct mapping *headermap; in php_roxen_set_header() local305 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()
286 struct mapping *headermap; in php_caudium_set_header() local300 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 8 milliseconds