Searched refs:soldval (Results 1 – 1 of 1) sorted by relevance
287 struct svalue *s_headermap, *soldval; in php_caudium_set_header() local307 soldval = low_mapping_string_lookup(headermap, hind); in php_caudium_set_header()309 if(soldval != NULL && in php_caudium_set_header()310 soldval->type == PIKE_T_STRING && in php_caudium_set_header()311 soldval->u.string->size_shift == 0) { in php_caudium_set_header()313 hval = begin_shared_string(soldval->u.string->len + 1 + vallen); in php_caudium_set_header()314 MEMCPY(hval->str, soldval->u.string->str, soldval->u.string->len); in php_caudium_set_header()315 STR0(hval)[soldval->u.string->len] = '\0'; in php_caudium_set_header()316 MEMCPY(hval->str+soldval->u.string->len+1, value, vallen); in php_caudium_set_header()
Completed in 7 milliseconds