Home
last modified time | relevance | path

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

/PHP-8.2/ext/soap/
H A Dsoap.c3389 int hdr_use = SOAP_LITERAL; local
3416 hdr_use = hdr->use;
3432 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head);
3615 int hdr_use = SOAP_LITERAL; local
3646 hdr_use = hdr->use;
3668 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head);
3864 int hdr_use = SOAP_LITERAL; local
3876 hdr_use = hdr->use;
3878 if (hdr_use == SOAP_ENCODED) {
3887 h = master_to_xml(enc, data, hdr_use, head);

Completed in 16 milliseconds