Lines Matching refs:emalloc

85 			char *nscat = emalloc(len + 1);  in get_element()
118 nscat = emalloc(len + 1); in get_encoder()
137 enc_nscat = emalloc(enc_len + 1); in get_encoder()
297 Z_STRVAL(new_header) = emalloc(Z_STRLEN_PP(header) + 1); in sdl_set_uri_credentials()
480 h = emalloc(sizeof(sdlSoapBindingFunctionHeader)); in wsdl_soap_binding_header()
538 h->headerfaults = emalloc(sizeof(HashTable)); in wsdl_soap_binding_header()
605 x_param = emalloc(sizeof(sdlParam)); in wsdl_soap_binding_body()
643 binding->headers = emalloc(sizeof(HashTable)); in wsdl_soap_binding_body()
681 parameters = emalloc(sizeof(HashTable)); in wsdl_message()
700 param = emalloc(sizeof(sdlParam)); in wsdl_message()
737 ctx.sdl = emalloc(sizeof(sdl)); in load_wsdl()
781 tmpbinding = emalloc(sizeof(sdlBinding)); in load_wsdl()
853 soapBinding = emalloc(sizeof(sdlSoapBinding)); in load_wsdl()
946 function = emalloc(sizeof(sdlFunction)); in load_wsdl()
956 soapFunctionBinding = emalloc(sizeof(sdlSoapBindingFunction)); in load_wsdl()
1032 function->responseName = emalloc(len + sizeof("Response")); in load_wsdl()
1066 f = emalloc(sizeof(sdlFault)); in load_wsdl()
1084 binding = f->bindingAttributes = emalloc(sizeof(sdlSoapBindingFunctionFault)); in load_wsdl()
1121 function->faults = emalloc(sizeof(HashTable)); in load_wsdl()
1143 ctx.sdl->requests = emalloc(sizeof(HashTable)); in load_wsdl()
1156 ctx.sdl->bindings = emalloc(sizeof(HashTable)); in load_wsdl()
1207 s = emalloc(len+1); in sdl_deserialize_string()
1242 attr->extraAttributes = emalloc(sizeof(HashTable)); in sdl_deserialize_attribute()
1245 sdlExtraAttributePtr x = emalloc(sizeof(sdlExtraAttribute)); in sdl_deserialize_attribute()
1257 sdlRestrictionIntPtr x = emalloc(sizeof(sdlRestrictionInt)); in sdl_deserialize_resriction_int()
1271 sdlRestrictionCharPtr x = emalloc(sizeof(sdlRestrictionChar)); in sdl_deserialize_resriction_char()
1285 sdlContentModelPtr model = emalloc(sizeof(sdlContentModel)); in sdl_deserialize_model()
1299 model->u.content = emalloc(sizeof(HashTable)); in sdl_deserialize_model()
1339 type->restrictions = emalloc(sizeof(sdlRestrictions)); in sdl_deserialize_type()
1354 type->restrictions->enumeration = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1372 type->elements = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1375 sdlTypePtr t = emalloc(sizeof(sdlType)); in sdl_deserialize_type()
1386 type->attributes = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1389 sdlAttributePtr attr = emalloc(sizeof(sdlAttribute)); in sdl_deserialize_type()
1435 enc_nscat = emalloc(enc_len + 1); in sdl_deserialize_encoder()
1464 body->headers = emalloc(sizeof(HashTable)); in sdl_deserialize_soap_body()
1467 sdlSoapBindingFunctionHeaderPtr tmp = emalloc(sizeof(sdlSoapBindingFunctionHeader)); in sdl_deserialize_soap_body()
1485 tmp->headerfaults = emalloc(sizeof(HashTable)); in sdl_deserialize_soap_body()
1488 sdlSoapBindingFunctionHeaderPtr tmp2 = emalloc(sizeof(sdlSoapBindingFunctionHeader)); in sdl_deserialize_soap_body()
1517 ht = emalloc(sizeof(HashTable)); in sdl_deserialize_parameters()
1520 sdlParamPtr param = emalloc(sizeof(sdlParam)); in sdl_deserialize_parameters()
1556 buf = in = emalloc(st.st_size); in get_sdl_from_cache()
1587 sdl = emalloc(sizeof(*sdl)); in get_sdl_from_cache()
1602 types[i] = emalloc(sizeof(sdlType)); in get_sdl_from_cache()
1616 encoders[i] = emalloc(sizeof(encode)); in get_sdl_from_cache()
1628 sdl->groups = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1638 sdl->types = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1648 sdl->elements = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1659 sdl->encoders = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1672 sdl->bindings = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1675 sdlBindingPtr binding = emalloc(sizeof(sdlBinding)); in get_sdl_from_cache()
1682 sdlSoapBindingPtr soap_binding = binding->bindingAttributes = emalloc(sizeof(sdlSoapBinding)); in get_sdl_from_cache()
1699 sdlFunctionPtr func = emalloc(sizeof(sdlFunction)); in get_sdl_from_cache()
1712 …sdlSoapBindingFunctionPtr binding = func->bindingAttributes = emalloc(sizeof(sdlSoapBindingFunctio… in get_sdl_from_cache()
1730 func->faults = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1734 sdlFaultPtr fault = emalloc(sizeof(sdlFault)); in get_sdl_from_cache()
1740 …sdlSoapBindingFunctionFaultPtr binding = fault->bindingAttributes = emalloc(sizeof(sdlSoapBindingF… in get_sdl_from_cache()
1764 sdl->requests = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1982 tmp_elements = emalloc(sizeof(HashTable)); in sdl_serialize_type()
3240 key = emalloc(len+sizeof("/wsdl-")-1+user_len+sizeof(md5str)); in get_sdl()