Lines Matching refs:HashTable

156 				sdl->encoders = pemalloc(sizeof(HashTable), sdl->is_persistent);  in get_encoder()
538 h->headerfaults = emalloc(sizeof(HashTable)); in wsdl_soap_binding_header()
561 …xmlNodePtr node, char* wsdl_soap_namespace, sdlSoapBindingFunctionBody *binding, HashTable* params) in wsdl_soap_binding_body()
585 HashTable ht; in wsdl_soap_binding_body()
643 binding->headers = emalloc(sizeof(HashTable)); in wsdl_soap_binding_body()
664 static HashTable* wsdl_message(sdlCtx *ctx, xmlChar* message_name) in wsdl_message()
667 HashTable* parameters = NULL; in wsdl_message()
681 parameters = emalloc(sizeof(HashTable)); in wsdl_message()
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()
1214 static void sdl_deserialize_key(HashTable* ht, void* data, char **in) in sdl_deserialize_key()
1242 attr->extraAttributes = emalloc(sizeof(HashTable)); in sdl_deserialize_attribute()
1299 model->u.content = emalloc(sizeof(HashTable)); in sdl_deserialize_model()
1354 type->restrictions->enumeration = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1372 type->elements = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1386 type->attributes = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1464 body->headers = emalloc(sizeof(HashTable)); in sdl_deserialize_soap_body()
1485 tmp->headerfaults = emalloc(sizeof(HashTable)); in sdl_deserialize_soap_body()
1510 static HashTable* sdl_deserialize_parameters(encodePtr *encoders, sdlTypePtr *types, char **in) in sdl_deserialize_parameters()
1513 HashTable *ht; in sdl_deserialize_parameters()
1517 ht = emalloc(sizeof(HashTable)); in sdl_deserialize_parameters()
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()
1730 func->faults = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1764 sdl->requests = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1800 static void sdl_serialize_key(HashTable *ht, smart_str *out) in sdl_serialize_key()
1814 static void sdl_serialize_encoder_ref(encodePtr enc, HashTable *tmp_encoders, smart_str *out) { in sdl_serialize_encoder_ref()
1827 static void sdl_serialize_type_ref(sdlTypePtr type, HashTable *tmp_types, smart_str *out) { in sdl_serialize_type_ref()
1840 static void sdl_serialize_attribute(sdlAttributePtr attr, HashTable *tmp_encoders, smart_str *out) in sdl_serialize_attribute()
1870 static void sdl_serialize_model(sdlContentModelPtr model, HashTable *tmp_types, HashTable *tmp_elem… in sdl_serialize_model()
1926 static void sdl_serialize_type(sdlTypePtr type, HashTable *tmp_encoders, HashTable *tmp_types, smar… in sdl_serialize_type()
1929 HashTable *tmp_elements = NULL; in sdl_serialize_type()
1982 tmp_elements = emalloc(sizeof(HashTable)); in sdl_serialize_type()
2022 static void sdl_serialize_encoder(encodePtr enc, HashTable *tmp_types, smart_str *out) in sdl_serialize_encoder()
2030 static void sdl_serialize_parameters(HashTable *ht, HashTable *tmp_encoders, HashTable *tmp_types, … in sdl_serialize_parameters()
2055 …dl_serialize_soap_body(sdlSoapBindingFunctionBodyPtr body, HashTable *tmp_encoders, HashTable *tmp… in sdl_serialize_soap_body()
2119 HashTable tmp_types; in add_sdl_to_cache()
2120 HashTable tmp_encoders; in add_sdl_to_cache()
2121 HashTable tmp_bindings; in add_sdl_to_cache()
2122 HashTable tmp_functions; in add_sdl_to_cache()
2410 static void make_persistent_sdl_type_ref(sdlTypePtr *type, HashTable *ptr_map, HashTable *bp_types) in make_persistent_sdl_type_ref()
2422 static void make_persistent_sdl_encoder_ref(encodePtr *enc, HashTable *ptr_map, HashTable *bp_encod… in make_persistent_sdl_encoder_ref()
2439 static HashTable* make_persistent_sdl_function_headers(HashTable *headers, HashTable *ptr_map) in make_persistent_sdl_function_headers()
2441 HashTable *pheaders; in make_persistent_sdl_function_headers()
2449 pheaders = malloc(sizeof(HashTable)); in make_persistent_sdl_function_headers()
2495 static void make_persistent_sdl_soap_body(sdlSoapBindingFunctionBodyPtr body, HashTable *ptr_map) in make_persistent_sdl_soap_body()
2507 static HashTable* make_persistent_sdl_parameters(HashTable *params, HashTable *ptr_map) in make_persistent_sdl_parameters()
2509 HashTable *pparams; in make_persistent_sdl_parameters()
2517 pparams = malloc(sizeof(HashTable)); in make_persistent_sdl_parameters()
2556 static HashTable* make_persistent_sdl_function_faults(sdlFunctionPtr func, HashTable *faults, HashT… in make_persistent_sdl_function_faults()
2558 HashTable *pfaults; in make_persistent_sdl_function_faults()
2564 pfaults = malloc(sizeof(HashTable)); in make_persistent_sdl_function_faults()
2606 …ake_persistent_sdl_attribute(sdlAttributePtr attr, HashTable *ptr_map, HashTable *bp_types, HashTa… in make_persistent_sdl_attribute()
2642 pattr->extraAttributes = malloc(sizeof(HashTable)); in make_persistent_sdl_attribute()
2669 …ake_persistent_sdl_model(sdlContentModelPtr model, HashTable *ptr_map, HashTable *bp_types, HashTa… in make_persistent_sdl_model()
2688 pmodel->u.content = malloc(sizeof(HashTable)); in make_persistent_sdl_model()
2719 …lTypePtr make_persistent_sdl_type(sdlTypePtr type, HashTable *ptr_map, HashTable *bp_types, HashTa… in make_persistent_sdl_type()
2794 ptype->restrictions->enumeration = malloc(sizeof(HashTable)); in make_persistent_sdl_type()
2803 ptype->elements = malloc(sizeof(HashTable)); in make_persistent_sdl_type()
2822 ptype->attributes = malloc(sizeof(HashTable)); in make_persistent_sdl_type()
2844 …codePtr make_persistent_sdl_encoder(encodePtr enc, HashTable *ptr_map, HashTable *bp_types, HashTa… in make_persistent_sdl_encoder()
2867 static sdlBindingPtr make_persistent_sdl_binding(sdlBindingPtr bind, HashTable *ptr_map) in make_persistent_sdl_binding()
2895 static sdlFunctionPtr make_persistent_sdl_function(sdlFunctionPtr func, HashTable *ptr_map) in make_persistent_sdl_function()
2953 HashTable ptr_map; in make_persistent_sdl()
2954 HashTable bp_types, bp_encoders; in make_persistent_sdl()
2977 psdl->groups = malloc(sizeof(HashTable)); in make_persistent_sdl()
2997 psdl->types = malloc(sizeof(HashTable)); in make_persistent_sdl()
3017 psdl->elements = malloc(sizeof(HashTable)); in make_persistent_sdl()
3037 psdl->encoders = malloc(sizeof(HashTable)); in make_persistent_sdl()
3084 psdl->bindings = malloc(sizeof(HashTable)); in make_persistent_sdl()
3122 psdl->requests = malloc(sizeof(HashTable)); in make_persistent_sdl()
3371 SOAP_GLOBAL(mem_cache) = malloc(sizeof(HashTable)); in get_sdl()