Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/
H A Dsoap.c3554 int hdr_use = SOAP_LITERAL; local
3581 hdr_use = hdr->use;
3596 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head);
3771 int hdr_use = SOAP_LITERAL; local
3803 hdr_use = hdr->use;
3824 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head);
4024 int hdr_use = SOAP_LITERAL; local
4036 hdr_use = hdr->use;
4038 if (hdr_use == SOAP_ENCODED) {
4046 h = master_to_xml(enc, tmp, hdr_use, head);

Completed in 23 milliseconds