Searched defs:hdr_use (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/soap/
H A Dsoap.c3815 int hdr_use = SOAP_LITERAL; local
3842 hdr_use = (*hdr)->use;
3857 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head TSRMLS_CC);
4035 int hdr_use = SOAP_LITERAL; local
4066 hdr_use = (*hdr)->use;
4082 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head TSRMLS_CC);
4265 int hdr_use = SOAP_LITERAL; local
4277 hdr_use = (*hdr)->use;
4279 if (hdr_use == SOAP_ENCODED) {
4287 h = master_to_xml(enc, *tmp, hdr_use, hea
[all...]

Completed in 12 milliseconds