Lines Matching refs:encodePtr

50 encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr node, const xmlChar *type)  in get_encoder_from_prefix()
52 encodePtr enc = NULL; in get_encoder_from_prefix()
111 encodePtr get_encoder(sdlPtr sdl, const char *ns, const char *type) in get_encoder()
113 encodePtr enc = NULL; in get_encoder()
147 encodePtr new_enc = pemalloc(sizeof(encode), sdl->is_persistent); in get_encoder()
168 encodePtr get_encoder_ex(sdlPtr sdl, const char *nscat, int len) in get_encoder_ex()
170 encodePtr enc; in get_encoder_ex()
1223 static void sdl_deserialize_attribute(sdlAttributePtr attr, encodePtr *encoders, char **in) in sdl_deserialize_attribute()
1316 static void sdl_deserialize_type(sdlTypePtr type, sdlTypePtr *types, encodePtr *encoders, char **in) in sdl_deserialize_type()
1404 static void sdl_deserialize_encoder(encodePtr enc, sdlTypePtr *types, char **in) in sdl_deserialize_encoder()
1427 encodePtr real_enc; in sdl_deserialize_encoder()
1447 static void sdl_deserialize_soap_body(sdlSoapBindingFunctionBodyPtr body, encodePtr *encoders, sdlT… in sdl_deserialize_soap_body()
1506 static HashTable* sdl_deserialize_parameters(encodePtr *encoders, sdlTypePtr *types, char **in) in sdl_deserialize_parameters()
1537 encodePtr *encoders; in get_sdl_from_cache()
1538 encodePtr enc; in get_sdl_from_cache()
1608 encoders = safe_emalloc((i+1), sizeof(encodePtr), 0); in get_sdl_from_cache()
1805 static void sdl_serialize_encoder_ref(encodePtr enc, HashTable *tmp_encoders, smart_str *out) { in sdl_serialize_encoder_ref()
2011 static void sdl_serialize_encoder(encodePtr enc, HashTable *tmp_types, smart_str *out) in sdl_serialize_encoder()
2106 encodePtr enc; in add_sdl_to_cache()
2191 encodePtr tmp; in add_sdl_to_cache()
2205 zend_hash_str_add(&tmp_encoders, (char*)&enc, sizeof(encodePtr), &zv); in add_sdl_to_cache()
2241 encodePtr tmp; in add_sdl_to_cache()
2412 static void make_persistent_sdl_encoder_ref(encodePtr *enc, HashTable *ptr_map, HashTable *bp_encod… in make_persistent_sdl_encoder_ref()
2414 encodePtr tmp; in make_persistent_sdl_encoder_ref()
2421 if ((tmp = zend_hash_str_find_ptr(ptr_map, (char *)enc, sizeof(encodePtr))) != NULL) { in make_persistent_sdl_encoder_ref()
2433 encodePtr penc; in make_persistent_sdl_function_headers()
2453 …if ((penc = zend_hash_str_find_ptr(ptr_map, (char*)&pheader->encode, sizeof(encodePtr))) == NULL) { in make_persistent_sdl_function_headers()
2498 encodePtr penc; in make_persistent_sdl_parameters()
2514 … if ((penc = zend_hash_str_find_ptr(ptr_map, (char*)&pparam->encode, sizeof(encodePtr))) == NULL) { in make_persistent_sdl_parameters()
2815 static encodePtr make_persistent_sdl_encoder(encodePtr enc, HashTable *ptr_map, HashTable *bp_types… in make_persistent_sdl_encoder()
2817 encodePtr penc = NULL; in make_persistent_sdl_encoder()
3000 encodePtr tmp; in make_persistent_sdl()
3001 encodePtr penc; in make_persistent_sdl()
3030 encodePtr *tmp, penc = NULL; in make_persistent_sdl()