Searched refs:fnb (Results 1 – 2 of 2) sorted by relevance
264 sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)fn->bindingAttributes; in parse_packet_soap() local267 hdrs = fnb->output.headers; in parse_packet_soap()272 if (fnb->style == SOAP_DOCUMENT) { in parse_packet_soap()294 if (!cur && fnb->style == SOAP_RPC) { in parse_packet_soap()298 if (fnb->style == SOAP_DOCUMENT) { in parse_packet_soap()
3436 if (fnb->style == SOAP_DOCUMENT) {3662 if (fnb->input.headers) {3684 if (fnb->style == SOAP_RPC) {3705 if (fnb->style == SOAP_RPC) {3766 style = fnb->style;3767 use = fnb->output.use;4141 if (fnb->output.headers &&4251 hdrs = fnb->input.headers;4252 style = fnb->style;4255 use = fnb->input.use;[all …]
Completed in 24 milliseconds