Lines Matching refs:encodePtr

47 encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr node, const xmlChar *type)  in get_encoder_from_prefix()
49 encodePtr enc = NULL; in get_encoder_from_prefix()
108 encodePtr get_encoder(sdlPtr sdl, const char *ns, const char *type) in get_encoder()
110 encodePtr enc = NULL; in get_encoder()
146 encodePtr new_enc = pemalloc(sizeof(encode), sdl->is_persistent); in get_encoder()
176 encodePtr get_encoder_ex(sdlPtr sdl, const char *nscat, size_t len) in get_encoder_ex()
178 encodePtr enc; in get_encoder_ex()
1204 static void sdl_deserialize_attribute(sdlAttributePtr attr, encodePtr *encoders, char **in) in sdl_deserialize_attribute()
1297 static void sdl_deserialize_type(sdlTypePtr type, sdlTypePtr *types, encodePtr *encoders, char **in) in sdl_deserialize_type()
1385 static void sdl_deserialize_encoder(encodePtr enc, sdlTypePtr *types, char **in) in sdl_deserialize_encoder()
1411 encodePtr real_enc; in sdl_deserialize_encoder()
1431 static void sdl_deserialize_soap_body(sdlSoapBindingFunctionBodyPtr body, encodePtr *encoders, sdlT… in sdl_deserialize_soap_body()
1493 static HashTable* sdl_deserialize_parameters(encodePtr *encoders, sdlTypePtr *types, char **in) in sdl_deserialize_parameters()
1524 encodePtr *encoders; in get_sdl_from_cache()
1595 encoders = safe_emalloc((i+1), sizeof(encodePtr), 0); in get_sdl_from_cache()
1606 encoders[++i] = (encodePtr)enc++; in get_sdl_from_cache()
1792 static void sdl_serialize_encoder_ref(const encodePtr enc, const HashTable *tmp_encoders, smart_str… in sdl_serialize_encoder_ref()
1998 static void sdl_serialize_encoder(const encodePtr enc, const HashTable *tmp_types, smart_str *out) in sdl_serialize_encoder()
2178 encodePtr tmp; in add_sdl_to_cache()
2192 zend_hash_str_add(&tmp_encoders, (char*)&enc, sizeof(encodePtr), &zv); in add_sdl_to_cache()
2228 encodePtr tmp; in add_sdl_to_cache()
2409 static void make_persistent_sdl_encoder_ref(encodePtr *enc, HashTable *ptr_map, HashTable *bp_encod… in make_persistent_sdl_encoder_ref()
2411 encodePtr tmp; in make_persistent_sdl_encoder_ref()
2418 if ((tmp = zend_hash_str_find_ptr(ptr_map, (char *)enc, sizeof(encodePtr))) != NULL) { in make_persistent_sdl_encoder_ref()
2430 encodePtr penc; in make_persistent_sdl_function_headers()
2450 …if ((penc = zend_hash_str_find_ptr(ptr_map, (char*)&pheader->encode, sizeof(encodePtr))) == NULL) { in make_persistent_sdl_function_headers()
2495 encodePtr penc; in make_persistent_sdl_parameters()
2511 … if ((penc = zend_hash_str_find_ptr(ptr_map, (char*)&pparam->encode, sizeof(encodePtr))) == NULL) { in make_persistent_sdl_parameters()
2812 static encodePtr make_persistent_sdl_encoder(encodePtr enc, HashTable *ptr_map, HashTable *bp_types… in make_persistent_sdl_encoder()
2814 encodePtr penc = NULL; in make_persistent_sdl_encoder()
2998 encodePtr tmp; in make_persistent_sdl()
2999 encodePtr penc; in make_persistent_sdl()
3028 encodePtr *tmp, penc = NULL; in make_persistent_sdl()