Lines Matching refs:hdr
43 sdlSoapBindingFunctionHeaderPtr hdr; member
55 static void soap_server_fault_ex(sdlFunctionPtr function, zval* fault, soapHeader* hdr);
1499 if (service->sdl && !h->function && !h->hdr) {
1762 static void soap_server_fault_ex(sdlFunctionPtr function, zval* fault, soapHeader *hdr) /* {{{ */ argument
1774 doc_return = serialize_response_call(function, NULL, NULL, fault, hdr, soap_version);
3313 sdlSoapBindingFunctionHeaderPtr hdr; local
3324 if ((hdr = zend_hash_find_ptr(fnb->input.headers, key.s)) != NULL) {
3325 h->hdr = hdr;
3330 if (h->hdr) {
3333 master_to_zval(&h->parameters[0], h->hdr->encode, hdr_func);
3556 char *hdr_ns = headers->hdr?headers->hdr->ns:NULL;
3563 sdlSoapBindingFunctionHeaderPtr hdr; local
3578 if (headers->hdr && headers->hdr->headerfaults &&
3579 (hdr = zend_hash_find_ptr(headers->hdr->headerfaults, key.s)) != NULL) {
3580 hdr_enc = hdr->encode;
3581 hdr_use = hdr->use;
3773 char *hdr_ns = h->hdr?h->hdr->ns:NULL;
3781 sdlSoapBindingFunctionHeaderPtr hdr; local
3801 (hdr = zend_hash_find_ptr(fnb->output.headers, key.s)) != NULL) {
3802 hdr_enc = hdr->encode;
3803 hdr_use = hdr->use;
4029 sdlSoapBindingFunctionHeaderPtr hdr; local
4035 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) {
4036 hdr_use = hdr->use;
4037 enc = hdr->encode;