Searched refs:encodePtr (Results 1 – 8 of 8) sorted by relevance
/PHP-5.6/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 TSRMLS_DC); 192 zval *master_to_zval(encodePtr encode, xmlNodePtr data TSRMLS_DC); 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() 1544 encodePtr enc; in get_sdl_from_cache() 2120 encodePtr enc; in add_sdl_to_cache() 2205 encodePtr *tmp; in add_sdl_to_cache() 2252 encodePtr *tmp; in add_sdl_to_cache() 2426 encodePtr *tmp; in make_persistent_sdl_encoder_ref() 2445 encodePtr *penc; in make_persistent_sdl_function_headers() 2514 encodePtr *penc; in make_persistent_sdl_parameters() 3036 encodePtr *tmp; in make_persistent_sdl() [all …]
|
H A D | php_encoding.c | 279 encodePtr *enc; in find_encoder_by_type_name() 512 encodePtr *new_enc; in master_to_xml_int() 547 encodePtr *new_enc; in master_to_zval_int() 1502 encodePtr enc; in to_zval_object_ex() 1702 encodePtr enc; in model_to_xml_object() 1789 encodePtr enc; in model_to_xml_object() 1920 encodePtr enc; in to_xml_object() 2879 encodePtr enc; in guess_xml_convert() 3699 encodePtr enc; in get_array_type() 3764 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() 1397 zend_hash_next_index_insert(sdl->encoders, &cur_type->encode, sizeof(encodePtr), NULL); in schema_complexType()
|
H A D | soap.c | 537 encodePtr enc; in php_soap_prepare_globals() 552 zend_hash_add(&defEnc, ns_type, strlen(ns_type) + 1, &enc, sizeof(encodePtr), NULL); in php_soap_prepare_globals() 560 …zend_hash_index_update(&defEncIndex, defaultEncoding[i].details.type, &enc, sizeof(encodePtr), NUL… in php_soap_prepare_globals() 1028 encodePtr enc, new_enc; in soap_create_typemap() 1123 zend_hash_update(typemap, nscat.c, nscat.len + 1, &new_enc, sizeof(encodePtr), NULL); in soap_create_typemap() 3422 encodePtr enc; 3921 encodePtr hdr_enc = NULL; 4143 encodePtr hdr_enc = NULL; 4391 encodePtr enc = NULL; 4482 encodePtr enc; [all …]
|
H A D | php_packet_soap.c | 399 encodePtr enc = NULL; in parse_packet_soap()
|
Completed in 191 milliseconds