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

/PHP_5_4/ext/soap/
H A Dsoap.c3804 int hdr_use = SOAP_LITERAL; local
3831 hdr_use = (*hdr)->use;
3846 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head TSRMLS_CC);
4024 int hdr_use = SOAP_LITERAL; local
4055 hdr_use = (*hdr)->use;
4071 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head TSRMLS_CC);
4254 int hdr_use = SOAP_LITERAL; local
4266 hdr_use = (*hdr)->use;
4268 if (hdr_use == SOAP_ENCODED) {
4276 h = master_to_xml(enc, *tmp, hdr_use, hea
[all...]

Completed in 12 milliseconds