Searched refs:get_encoder (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/soap/ |
H A D | php_sdl.h | 257 encodePtr get_encoder(sdlPtr sdl, const char *ns, const char *type);
|
H A D | php_encoding.c | 394 enc = get_encoder(SOAP_GLOBAL(sdl), Z_STRVAL_P(zns), Z_STRVAL_P(zstype)); in master_to_xml_int() 461 enc = get_encoder(SOAP_GLOBAL(sdl), SOAP_GLOBAL(sdl)->target_ns, ZSTR_VAL(type_name)); in master_to_xml_int() 2288 enc = get_encoder(SOAP_GLOBAL(sdl), ext->ns, value); in to_xml_array() 2327 enc = get_encoder(SOAP_GLOBAL(sdl), ext->ns, ext->val); in to_xml_array() 2473 enc = get_encoder(SOAP_GLOBAL(sdl), (char*)nsptr->href, type); in to_zval_array() 2487 enc = get_encoder(SOAP_GLOBAL(sdl), (char*)nsptr->href, type); in to_zval_array() 2521 enc = get_encoder(SOAP_GLOBAL(sdl), ext->ns, type); in to_zval_array() 2536 enc = get_encoder(SOAP_GLOBAL(sdl), ext->ns, ext->val); in to_zval_array()
|
H A D | php_sdl.c | 57 enc = get_encoder(sdl, (char*)nsptr->href, cptype); in get_encoder_from_prefix() 109 encodePtr get_encoder(sdlPtr sdl, const char *ns, const char *type) in get_encoder() function
|
H A D | php_schema.c | 88 encodePtr enc = get_encoder(sdl, (char*)ns, (char*)type); in get_create_encoder()
|
H A D | soap.c | 724 enc = get_encoder(sdl, type_ns, type_name); in soap_create_typemap()
|
Completed in 47 milliseconds