Lines Matching refs:emalloc
86 char *nscat = emalloc(len + 1); in get_element()
119 nscat = emalloc(len + 1); in get_encoder()
138 enc_nscat = emalloc(enc_len + 1); in get_encoder()
476 h = emalloc(sizeof(sdlSoapBindingFunctionHeader)); in wsdl_soap_binding_header()
534 h->headerfaults = emalloc(sizeof(HashTable)); in wsdl_soap_binding_header()
599 x_param = emalloc(sizeof(sdlParam)); in wsdl_soap_binding_body()
636 binding->headers = emalloc(sizeof(HashTable)); in wsdl_soap_binding_body()
674 parameters = emalloc(sizeof(HashTable)); in wsdl_message()
693 param = emalloc(sizeof(sdlParam)); in wsdl_message()
730 ctx.sdl = emalloc(sizeof(sdl)); in load_wsdl()
773 tmpbinding = emalloc(sizeof(sdlBinding)); in load_wsdl()
845 soapBinding = emalloc(sizeof(sdlSoapBinding)); in load_wsdl()
938 function = emalloc(sizeof(sdlFunction)); in load_wsdl()
948 soapFunctionBinding = emalloc(sizeof(sdlSoapBindingFunction)); in load_wsdl()
1024 function->responseName = emalloc(len + sizeof("Response")); in load_wsdl()
1058 f = emalloc(sizeof(sdlFault)); in load_wsdl()
1076 binding = f->bindingAttributes = emalloc(sizeof(sdlSoapBindingFunctionFault)); in load_wsdl()
1113 function->faults = emalloc(sizeof(HashTable)); in load_wsdl()
1135 ctx.sdl->requests = emalloc(sizeof(HashTable)); in load_wsdl()
1148 ctx.sdl->bindings = emalloc(sizeof(HashTable)); in load_wsdl()
1203 s = emalloc(len+1); in sdl_deserialize_string()
1238 attr->extraAttributes = emalloc(sizeof(HashTable)); in sdl_deserialize_attribute()
1241 sdlExtraAttributePtr x = emalloc(sizeof(sdlExtraAttribute)); in sdl_deserialize_attribute()
1253 sdlRestrictionIntPtr x = emalloc(sizeof(sdlRestrictionInt)); in sdl_deserialize_resriction_int()
1267 sdlRestrictionCharPtr x = emalloc(sizeof(sdlRestrictionChar)); in sdl_deserialize_resriction_char()
1281 sdlContentModelPtr model = emalloc(sizeof(sdlContentModel)); in sdl_deserialize_model()
1295 model->u.content = emalloc(sizeof(HashTable)); in sdl_deserialize_model()
1335 type->restrictions = emalloc(sizeof(sdlRestrictions)); in sdl_deserialize_type()
1350 type->restrictions->enumeration = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1368 type->elements = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1371 sdlTypePtr t = emalloc(sizeof(sdlType)); in sdl_deserialize_type()
1382 type->attributes = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1385 sdlAttributePtr attr = emalloc(sizeof(sdlAttribute)); in sdl_deserialize_type()
1431 enc_nscat = emalloc(enc_len + 1); in sdl_deserialize_encoder()
1460 body->headers = emalloc(sizeof(HashTable)); in sdl_deserialize_soap_body()
1463 sdlSoapBindingFunctionHeaderPtr tmp = emalloc(sizeof(sdlSoapBindingFunctionHeader)); in sdl_deserialize_soap_body()
1481 tmp->headerfaults = emalloc(sizeof(HashTable)); in sdl_deserialize_soap_body()
1484 sdlSoapBindingFunctionHeaderPtr tmp2 = emalloc(sizeof(sdlSoapBindingFunctionHeader)); in sdl_deserialize_soap_body()
1513 ht = emalloc(sizeof(HashTable)); in sdl_deserialize_parameters()
1516 sdlParamPtr param = emalloc(sizeof(sdlParam)); in sdl_deserialize_parameters()
1552 buf = in = emalloc(st.st_size); in get_sdl_from_cache()
1583 sdl = emalloc(sizeof(*sdl)); in get_sdl_from_cache()
1598 types[i] = emalloc(sizeof(sdlType)); in get_sdl_from_cache()
1612 encoders[i] = emalloc(sizeof(encode)); in get_sdl_from_cache()
1624 sdl->groups = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1634 sdl->types = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1644 sdl->elements = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1655 sdl->encoders = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1668 sdl->bindings = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1671 sdlBindingPtr binding = emalloc(sizeof(sdlBinding)); in get_sdl_from_cache()
1678 sdlSoapBindingPtr soap_binding = binding->bindingAttributes = emalloc(sizeof(sdlSoapBinding)); in get_sdl_from_cache()
1695 sdlFunctionPtr func = emalloc(sizeof(sdlFunction)); in get_sdl_from_cache()
1708 …sdlSoapBindingFunctionPtr binding = func->bindingAttributes = emalloc(sizeof(sdlSoapBindingFunctio… in get_sdl_from_cache()
1726 func->faults = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1730 sdlFaultPtr fault = emalloc(sizeof(sdlFault)); in get_sdl_from_cache()
1736 …sdlSoapBindingFunctionFaultPtr binding = fault->bindingAttributes = emalloc(sizeof(sdlSoapBindingF… in get_sdl_from_cache()
1760 sdl->requests = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1972 tmp_elements = emalloc(sizeof(HashTable)); in sdl_serialize_type()
3207 key = emalloc(len+sizeof("/wsdl-")-1+user_len+2+sizeof(md5str)); in get_sdl()