Home
last modified time | relevance | path

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

/PHP-7.0/ext/soap/
H A Dsoap.c3896 int hdr_use = SOAP_LITERAL; local
3923 hdr_use = hdr->use;
3938 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head);
4113 int hdr_use = SOAP_LITERAL; local
4144 hdr_use = hdr->use;
4165 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head);
4356 int hdr_use = SOAP_LITERAL; local
4368 hdr_use = hdr->use;
4370 if (hdr_use == SOAP_ENCODED) {
4378 h = master_to_xml(enc, tmp, hdr_use, head);

Completed in 16 milliseconds