Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_packet_soap.c33 HashTable *hdrs = NULL; in parse_packet_soap() local
265 hdrs = fnb->output.headers; in parse_packet_soap()
402 if (hdrs) { in parse_packet_soap()
412 if (zend_hash_find(hdrs, key.c, key.len+1, (void**)&hdr) == SUCCESS) { in parse_packet_soap()
H A Dsoap.c4233 HashTable *hdrs = NULL; local
4262 hdrs = fnb->input.headers;
4373 if (hdrs) {
4381 if (zend_hash_find(hdrs, key.c, key.len+1,(void**)&hdr) == SUCCESS) {

Completed in 29 milliseconds