Searched refs:get_encoder_from_prefix (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/soap/ |
H A D | php_sdl.h | 259 encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr data, const xmlChar *type);
|
H A D | php_sdl.c | 50 encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr node, const xmlChar *type) in get_encoder_from_prefix() function 509 h->encode = get_encoder_from_prefix(ctx->sdl, part, tmp->children->content); in wsdl_soap_binding_header() 706 param->encode = get_encoder_from_prefix(ctx->sdl, part, type->children->content); in wsdl_message()
|
H A D | php_encoding.c | 578 encodePtr enc = get_encoder_from_prefix(SOAP_GLOBAL(sdl), data, type_attr->children->content); in master_to_zval() 2804 enc = get_encoder_from_prefix(SOAP_GLOBAL(sdl), data, tmpattr->children->content); in guess_zval_convert()
|
Completed in 32 milliseconds