Searched refs:fnb (Results 1 – 2 of 2) sorted by relevance
261 sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)fn->bindingAttributes; in parse_packet_soap() local264 hdrs = fnb->output.headers; in parse_packet_soap()269 if (fnb->style == SOAP_DOCUMENT) { in parse_packet_soap()291 if (!cur && fnb->style == SOAP_RPC) { in parse_packet_soap()295 if (fnb->style == SOAP_DOCUMENT) { in parse_packet_soap()
2925 if (fnb->style == SOAP_DOCUMENT) {3158 if (fnb->input.headers) {3180 if (fnb->style == SOAP_RPC) {3201 if (fnb->style == SOAP_RPC) {3261 style = fnb->style;3262 use = fnb->output.use;3643 if (fnb->output.headers &&3763 hdrs = fnb->input.headers;3764 style = fnb->style;3767 use = fnb->input.use;[all …]
Completed in 17 milliseconds