Home
last modified time | relevance | path

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

/PHP-5.5/sapi/roxen/
H A Droxen.c288 struct svalue hsval; in php_roxen_set_header() local
312 hsval.type = PIKE_T_STRING; in php_roxen_set_header()
313 hsval.u.string = hval; 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.c284 struct svalue hsval; in php_caudium_set_header() local
322 hsval.type = PIKE_T_STRING; in php_caudium_set_header()
323 hsval.u.string = hval; in php_caudium_set_header()
325 mapping_string_insert(headermap, hind, &hsval); in php_caudium_set_header()

Completed in 8 milliseconds