Searched refs:sdlSoapBinding (Results 1 – 2 of 2) sorted by relevance
62 typedef struct _sdlSoapBinding sdlSoapBinding, *sdlSoapBindingPtr; typedef
853 soapBinding = emalloc(sizeof(sdlSoapBinding)); in load_wsdl()854 memset(soapBinding, 0, sizeof(sdlSoapBinding)); in load_wsdl()1682 sdlSoapBindingPtr soap_binding = binding->bindingAttributes = emalloc(sizeof(sdlSoapBinding)); in get_sdl_from_cache()2886 soap_binding = malloc(sizeof(sdlSoapBinding)); in make_persistent_sdl_binding()2887 memset(soap_binding, 0, sizeof(sdlSoapBinding)); in make_persistent_sdl_binding()
Completed in 13 milliseconds