Home
last modified time | relevance | path

Searched refs:encodePtr (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/soap/
H A Dphp_sdl.h101 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 Dphp_encoding.h191 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 Dphp_sdl.c51 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()
3034 encodePtr *tmp; in make_persistent_sdl()
[all …]
H A Dphp_encoding.c281 encodePtr *enc; in find_encoder_by_type_name()
514 encodePtr *new_enc; in master_to_xml_int()
549 encodePtr *new_enc; in master_to_zval_int()
1504 encodePtr enc; in to_zval_object_ex()
1704 encodePtr enc; in model_to_xml_object()
1791 encodePtr enc; in model_to_xml_object()
1922 encodePtr enc; in to_xml_object()
2881 encodePtr enc; in guess_xml_convert()
3701 encodePtr enc; in get_array_type()
3766 encodePtr t = *((encodePtr*)encode); in delete_encoder()
[all …]
H A Dphp_soap.h51 typedef struct _encode encode, *encodePtr; typedef
H A Dphp_schema.c49 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 Dsoap.c535 encodePtr enc; in php_soap_prepare_globals()
550 zend_hash_add(&defEnc, ns_type, strlen(ns_type) + 1, &enc, sizeof(encodePtr), NULL); in php_soap_prepare_globals()
558 …zend_hash_index_update(&defEncIndex, defaultEncoding[i].details.type, &enc, sizeof(encodePtr), NUL… in php_soap_prepare_globals()
1005 encodePtr enc, new_enc; in soap_create_typemap()
1100 zend_hash_update(typemap, nscat.c, nscat.len + 1, &new_enc, sizeof(encodePtr), NULL); in soap_create_typemap()
3402 encodePtr enc;
3901 encodePtr hdr_enc = NULL;
4123 encodePtr hdr_enc = NULL;
4371 encodePtr enc = NULL;
4462 encodePtr enc;
[all …]
H A Dphp_packet_soap.c399 encodePtr enc = NULL; in parse_packet_soap()

Completed in 55 milliseconds