Home
last modified time | relevance | path

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

/PHP-5.3/ext/soap/
H A Dsoap.c4037 int hdr_use = SOAP_LITERAL; local
4064 hdr_use = (*hdr)->use;
4079 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head);
4257 int hdr_use = SOAP_LITERAL; local
4288 hdr_use = (*hdr)->use;
4304 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head);
4487 int hdr_use = SOAP_LITERAL; local
4499 hdr_use = (*hdr)->use;
4501 if (hdr_use == SOAP_ENCODED) {
4509 h = master_to_xml(enc, *tmp, hdr_use, head);

Completed in 14 milliseconds