Searched refs:sdlSoapBinding (Results 1 – 2 of 2) sorted by relevance
57 typedef struct _sdlSoapBinding sdlSoapBinding, *sdlSoapBindingPtr; typedef
848 soapBinding = emalloc(sizeof(sdlSoapBinding)); in load_wsdl()849 memset(soapBinding, 0, sizeof(sdlSoapBinding)); in load_wsdl()1689 sdlSoapBindingPtr soap_binding = binding->bindingAttributes = emalloc(sizeof(sdlSoapBinding)); in get_sdl_from_cache()2876 soap_binding = malloc(sizeof(sdlSoapBinding)); in make_persistent_sdl_binding()2877 memset(soap_binding, 0, sizeof(sdlSoapBinding)); in make_persistent_sdl_binding()
Completed in 14 milliseconds