Home
last modified time | relevance | path

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

/PHP-5.3/ext/soap/
H A Dphp_packet_soap.c264 sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)fn->bindingAttributes; in parse_packet_soap() local
267 hdrs = fnb->output.headers; in parse_packet_soap()
274 if (fnb->style == SOAP_DOCUMENT) { in parse_packet_soap()
296 if (!cur && fnb->style == SOAP_RPC) { in parse_packet_soap()
300 if (fnb->style == SOAP_DOCUMENT) { in parse_packet_soap()
H A Dsoap.c3610 if (fnb->style == SOAP_DOCUMENT) {
3838 if (fnb->input.headers) {
3860 if (fnb->style == SOAP_RPC) {
3881 if (fnb->style == SOAP_RPC) {
3905 style = fnb->style;
3906 use = fnb->output.use;
4285 if (fnb->output.headers &&
4387 hdrs = fnb->input.headers;
4388 style = fnb->style;
4391 use = fnb->input.use;
[all …]

Completed in 20 milliseconds