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()
1201 s = emalloc(len+1); in sdl_deserialize_string()
1236 attr->extraAttributes = emalloc(sizeof(HashTable)); in sdl_deserialize_attribute()
1239 sdlExtraAttributePtr x = emalloc(sizeof(sdlExtraAttribute)); in sdl_deserialize_attribute()
1251 sdlRestrictionIntPtr x = emalloc(sizeof(sdlRestrictionInt)); in sdl_deserialize_resriction_int()
1265 sdlRestrictionCharPtr x = emalloc(sizeof(sdlRestrictionChar)); in sdl_deserialize_resriction_char()
1279 sdlContentModelPtr model = emalloc(sizeof(sdlContentModel)); in sdl_deserialize_model()
1293 model->u.content = emalloc(sizeof(HashTable)); in sdl_deserialize_model()
1333 type->restrictions = emalloc(sizeof(sdlRestrictions)); in sdl_deserialize_type()
1348 type->restrictions->enumeration = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1366 type->elements = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1369 sdlTypePtr t = emalloc(sizeof(sdlType)); in sdl_deserialize_type()
1380 type->attributes = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1383 sdlAttributePtr attr = emalloc(sizeof(sdlAttribute)); in sdl_deserialize_type()
1429 enc_nscat = emalloc(enc_len + 1); in sdl_deserialize_encoder()
1458 body->headers = emalloc(sizeof(HashTable)); in sdl_deserialize_soap_body()
1461 sdlSoapBindingFunctionHeaderPtr tmp = emalloc(sizeof(sdlSoapBindingFunctionHeader)); in sdl_deserialize_soap_body()
1479 tmp->headerfaults = emalloc(sizeof(HashTable)); in sdl_deserialize_soap_body()
1482 sdlSoapBindingFunctionHeaderPtr tmp2 = emalloc(sizeof(sdlSoapBindingFunctionHeader)); in sdl_deserialize_soap_body()
1511 ht = emalloc(sizeof(HashTable)); in sdl_deserialize_parameters()
1514 sdlParamPtr param = emalloc(sizeof(sdlParam)); in sdl_deserialize_parameters()
1550 buf = in = emalloc(st.st_size); in get_sdl_from_cache()
1581 sdl = emalloc(sizeof(*sdl)); in get_sdl_from_cache()
1596 types[i] = emalloc(sizeof(sdlType)); in get_sdl_from_cache()
1610 encoders[i] = emalloc(sizeof(encode)); in get_sdl_from_cache()
1622 sdl->groups = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1632 sdl->types = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1642 sdl->elements = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1653 sdl->encoders = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1666 sdl->bindings = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1669 sdlBindingPtr binding = emalloc(sizeof(sdlBinding)); in get_sdl_from_cache()
1676 sdlSoapBindingPtr soap_binding = binding->bindingAttributes = emalloc(sizeof(sdlSoapBinding)); in get_sdl_from_cache()
1693 sdlFunctionPtr func = emalloc(sizeof(sdlFunction)); in get_sdl_from_cache()
1706 …sdlSoapBindingFunctionPtr binding = func->bindingAttributes = emalloc(sizeof(sdlSoapBindingFunctio… in get_sdl_from_cache()
1724 func->faults = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1728 sdlFaultPtr fault = emalloc(sizeof(sdlFault)); in get_sdl_from_cache()
1734 …sdlSoapBindingFunctionFaultPtr binding = fault->bindingAttributes = emalloc(sizeof(sdlSoapBindingF… in get_sdl_from_cache()
1758 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()