Home
last modified time | relevance | path

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

/PHP-5.4/ext/soap/
H A Dsoap.c3883 int hdr_use = SOAP_LITERAL; local
3910 hdr_use = (*hdr)->use;
3925 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head TSRMLS_CC);
4105 int hdr_use = SOAP_LITERAL; local
4136 hdr_use = (*hdr)->use;
4157 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head TSRMLS_CC);
4351 int hdr_use = SOAP_LITERAL; local
4363 hdr_use = (*hdr)->use;
4365 if (hdr_use == SOAP_ENCODED) {
4373 h = master_to_xml(enc, *tmp, hdr_use, head TSRMLS_CC);

Completed in 25 milliseconds