Home
last modified time | relevance | path

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

/PHP-5.5/sapi/roxen/
H A Droxen.c303 struct svalue mappie; in php_roxen_set_header() local
304 mappie.type = PIKE_T_MAPPING; in php_roxen_set_header()
306 mappie.u.mapping = headermap; in php_roxen_set_header()
307 mapping_string_insert(REQUEST_DATA, ind, &mappie); in php_roxen_set_header()
/PHP-5.5/sapi/caudium/
H A Dcaudium.c298 struct svalue mappie; in php_caudium_set_header() local
299 mappie.type = PIKE_T_MAPPING; in php_caudium_set_header()
301 mappie.u.mapping = headermap; in php_caudium_set_header()
302 mapping_string_insert(REQUEST_DATA, ind, &mappie); in php_caudium_set_header()

Completed in 19 milliseconds