Lines Matching refs:emalloc

85 			char *nscat = emalloc(len + 1);  in get_element()
118 nscat = emalloc(len + 1); in get_encoder()
139 enc_nscat = emalloc(enc_len + 1); in get_encoder()
479 h = emalloc(sizeof(sdlSoapBindingFunctionHeader)); in wsdl_soap_binding_header()
537 h->headerfaults = emalloc(sizeof(HashTable)); in wsdl_soap_binding_header()
602 x_param = emalloc(sizeof(sdlParam)); in wsdl_soap_binding_body()
639 binding->headers = emalloc(sizeof(HashTable)); in wsdl_soap_binding_body()
677 parameters = emalloc(sizeof(HashTable)); in wsdl_message()
696 param = emalloc(sizeof(sdlParam)); in wsdl_message()
733 ctx.sdl = emalloc(sizeof(sdl)); in load_wsdl()
777 tmpbinding = emalloc(sizeof(sdlBinding)); in load_wsdl()
849 soapBinding = emalloc(sizeof(sdlSoapBinding)); in load_wsdl()
942 function = emalloc(sizeof(sdlFunction)); in load_wsdl()
952 soapFunctionBinding = emalloc(sizeof(sdlSoapBindingFunction)); in load_wsdl()
1028 function->responseName = emalloc(len + sizeof("Response")); in load_wsdl()
1062 f = emalloc(sizeof(sdlFault)); in load_wsdl()
1080 binding = f->bindingAttributes = emalloc(sizeof(sdlSoapBindingFunctionFault)); in load_wsdl()
1117 function->faults = emalloc(sizeof(HashTable)); in load_wsdl()
1139 ctx.sdl->requests = emalloc(sizeof(HashTable)); in load_wsdl()
1152 ctx.sdl->bindings = emalloc(sizeof(HashTable)); in load_wsdl()
1213 s = emalloc(len+1); in sdl_deserialize_string()
1248 attr->extraAttributes = emalloc(sizeof(HashTable)); in sdl_deserialize_attribute()
1251 sdlExtraAttributePtr x = emalloc(sizeof(sdlExtraAttribute)); in sdl_deserialize_attribute()
1263 sdlRestrictionIntPtr x = emalloc(sizeof(sdlRestrictionInt)); in sdl_deserialize_resriction_int()
1277 sdlRestrictionCharPtr x = emalloc(sizeof(sdlRestrictionChar)); in sdl_deserialize_resriction_char()
1291 sdlContentModelPtr model = emalloc(sizeof(sdlContentModel)); in sdl_deserialize_model()
1305 model->u.content = emalloc(sizeof(HashTable)); in sdl_deserialize_model()
1345 type->restrictions = emalloc(sizeof(sdlRestrictions)); in sdl_deserialize_type()
1360 type->restrictions->enumeration = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1378 type->elements = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1381 sdlTypePtr t = emalloc(sizeof(sdlType)); in sdl_deserialize_type()
1392 type->attributes = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1395 sdlAttributePtr attr = emalloc(sizeof(sdlAttribute)); in sdl_deserialize_type()
1441 enc_nscat = emalloc(enc_len + 1); in sdl_deserialize_encoder()
1470 body->headers = emalloc(sizeof(HashTable)); in sdl_deserialize_soap_body()
1473 sdlSoapBindingFunctionHeaderPtr tmp = emalloc(sizeof(sdlSoapBindingFunctionHeader)); in sdl_deserialize_soap_body()
1491 tmp->headerfaults = emalloc(sizeof(HashTable)); in sdl_deserialize_soap_body()
1494 sdlSoapBindingFunctionHeaderPtr tmp2 = emalloc(sizeof(sdlSoapBindingFunctionHeader)); in sdl_deserialize_soap_body()
1523 ht = emalloc(sizeof(HashTable)); in sdl_deserialize_parameters()
1526 sdlParamPtr param = emalloc(sizeof(sdlParam)); in sdl_deserialize_parameters()
1562 buf = in = emalloc(st.st_size); in get_sdl_from_cache()
1593 sdl = emalloc(sizeof(*sdl)); in get_sdl_from_cache()
1608 types[i] = emalloc(sizeof(sdlType)); in get_sdl_from_cache()
1622 encoders[i] = emalloc(sizeof(encode)); in get_sdl_from_cache()
1634 sdl->groups = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1644 sdl->types = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1654 sdl->elements = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1665 sdl->encoders = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1678 sdl->bindings = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1681 sdlBindingPtr binding = emalloc(sizeof(sdlBinding)); in get_sdl_from_cache()
1688 sdlSoapBindingPtr soap_binding = binding->bindingAttributes = emalloc(sizeof(sdlSoapBinding)); in get_sdl_from_cache()
1705 sdlFunctionPtr func = emalloc(sizeof(sdlFunction)); in get_sdl_from_cache()
1718 …sdlSoapBindingFunctionPtr binding = func->bindingAttributes = emalloc(sizeof(sdlSoapBindingFunctio… in get_sdl_from_cache()
1736 func->faults = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1740 sdlFaultPtr fault = emalloc(sizeof(sdlFault)); in get_sdl_from_cache()
1746 …sdlSoapBindingFunctionFaultPtr binding = fault->bindingAttributes = emalloc(sizeof(sdlSoapBindingF… in get_sdl_from_cache()
1770 sdl->requests = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1982 tmp_elements = emalloc(sizeof(HashTable)); in sdl_serialize_type()
3217 key = emalloc(len+sizeof("/wsdl-")-1+user_len+2+sizeof(md5str)); in get_sdl()