Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dsoap.c3902 int hdr_use = SOAP_LITERAL; local
3929 hdr_use = (*hdr)->use;
3944 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head TSRMLS_CC);
4124 int hdr_use = SOAP_LITERAL; local
4155 hdr_use = (*hdr)->use;
4176 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head TSRMLS_CC);
4370 int hdr_use = SOAP_LITERAL; local
4382 hdr_use = (*hdr)->use;
4384 if (hdr_use == SOAP_ENCODED) {
4392 h = master_to_xml(enc, *tmp, hdr_use, head TSRMLS_CC);

Completed in 13 milliseconds