Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dsoap.c3382 int hdr_use = SOAP_LITERAL; local
3409 hdr_use = hdr->use;
3425 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head);
3608 int hdr_use = SOAP_LITERAL; local
3639 hdr_use = hdr->use;
3661 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head);
3857 int hdr_use = SOAP_LITERAL; local
3869 hdr_use = hdr->use;
3871 if (hdr_use == SOAP_ENCODED) {
3880 h = master_to_xml(enc, data, hdr_use, head);

Completed in 14 milliseconds