Searched refs:encodePtr (Results 1 – 8 of 8) sorted by relevance
/PHP-5.3/ext/soap/ |
H A D | php_sdl.h | 101 encodePtr encode; 207 encodePtr encode; 218 encodePtr encode; 253 encodePtr encode; 259 encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr data, const xmlChar *type); 260 encodePtr get_encoder(sdlPtr sdl, const char *ns, const char *type); 261 encodePtr get_encoder_ex(sdlPtr sdl, const char *nscat, int len);
|
H A D | php_encoding.h | 191 xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent); 192 zval *master_to_zval(encodePtr encode, xmlNodePtr data); 208 encodePtr get_conversion(int encode);
|
H A D | php_sdl.c | 51 encodePtr enc = NULL; in get_encoder_from_prefix() 169 encodePtr *enc; in get_encoder_ex() 1542 encodePtr enc; in get_sdl_from_cache() 2118 encodePtr enc; in add_sdl_to_cache() 2203 encodePtr *tmp; in add_sdl_to_cache() 2250 encodePtr *tmp; in add_sdl_to_cache() 2424 encodePtr *tmp; in make_persistent_sdl_encoder_ref() 2443 encodePtr *penc; in make_persistent_sdl_function_headers() 2512 encodePtr *penc; in make_persistent_sdl_parameters() 3033 encodePtr *tmp; in make_persistent_sdl() [all …]
|
H A D | php_encoding.c | 281 encodePtr *enc; in find_encoder_by_type_name() 508 encodePtr *new_enc; in master_to_xml_int() 544 encodePtr *new_enc; in master_to_zval_int() 1513 encodePtr enc; in to_zval_object_ex() 1713 encodePtr enc; in model_to_xml_object() 1800 encodePtr enc; in model_to_xml_object() 1932 encodePtr enc; in to_xml_object() 2902 encodePtr enc; in guess_xml_convert() 3723 encodePtr enc; in get_array_type() 3788 encodePtr t = *((encodePtr*)encode); in delete_encoder() [all …]
|
H A D | php_soap.h | 51 typedef struct _encode encode, *encodePtr; typedef
|
H A D | php_schema.c | 49 static encodePtr create_encoder(sdlPtr sdl, sdlTypePtr cur_type, const xmlChar *ns, const xmlChar *… in create_encoder() 52 encodePtr enc, *enc_ptr; in create_encoder() 83 zend_hash_update(sdl->encoders, nscat.c, nscat.len + 1, &enc, sizeof(encodePtr), NULL); in create_encoder() 89 static encodePtr get_create_encoder(sdlPtr sdl, sdlTypePtr cur_type, const xmlChar *ns, const xmlCh… in get_create_encoder() 91 encodePtr enc = get_encoder(sdl, (char*)ns, (char*)type); in get_create_encoder() 344 zend_hash_next_index_insert(sdl->encoders, &cur_type->encode, sizeof(encodePtr), NULL); in schema_simpleType() 1389 zend_hash_next_index_insert(sdl->encoders, &cur_type->encode, sizeof(encodePtr), NULL); in schema_complexType()
|
H A D | soap.c | 623 encodePtr enc; in php_soap_prepare_globals() 638 zend_hash_add(&defEnc, ns_type, strlen(ns_type) + 1, &enc, sizeof(encodePtr), NULL); in php_soap_prepare_globals() 646 …zend_hash_index_update(&defEncIndex, defaultEncoding[i].details.type, &enc, sizeof(encodePtr), NUL… in php_soap_prepare_globals() 1110 encodePtr enc, new_enc; in soap_create_typemap() 1205 zend_hash_update(typemap, nscat.c, nscat.len + 1, &new_enc, sizeof(encodePtr), NULL); in soap_create_typemap() 3576 encodePtr enc; 4036 encodePtr hdr_enc = NULL; 4256 encodePtr hdr_enc = NULL; 4488 encodePtr enc = NULL; 4610 encodePtr enc; [all …]
|
H A D | php_packet_soap.c | 401 encodePtr enc = NULL; in parse_packet_soap()
|
Completed in 58 milliseconds