Home
last modified time | relevance | path

Searched refs:get_encoder (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/ext/soap/
H A Dphp_sdl.h260 encodePtr get_encoder(sdlPtr sdl, const char *ns, const char *type);
H A Dphp_encoding.c414 enc = get_encoder(SOAP_GLOBAL(sdl), Z_STRVAL_PP(zns), Z_STRVAL_PP(zstype)); in master_to_xml_int()
491 enc = get_encoder(SOAP_GLOBAL(sdl), SOAP_GLOBAL(sdl)->target_ns, type_name); in master_to_xml_int()
2403 enc = get_encoder(SOAP_GLOBAL(sdl), (*ext)->ns, value); in to_xml_array()
2441 enc = get_encoder(SOAP_GLOBAL(sdl), (*ext)->ns, (*ext)->val); in to_xml_array()
2596 enc = get_encoder(SOAP_GLOBAL(sdl), (char*)nsptr->href, type); in to_zval_array()
2610 enc = get_encoder(SOAP_GLOBAL(sdl), (char*)nsptr->href, type); in to_zval_array()
2645 enc = get_encoder(SOAP_GLOBAL(sdl), (*ext)->ns, type); in to_zval_array()
2661 enc = get_encoder(SOAP_GLOBAL(sdl), (*ext)->ns, (*ext)->val); in to_zval_array()
H A Dphp_sdl.c58 enc = get_encoder(sdl, (char*)nsptr->href, cptype); in get_encoder_from_prefix()
110 encodePtr get_encoder(sdlPtr sdl, const char *ns, const char *type) in get_encoder() function
H A Dphp_schema.c91 encodePtr enc = get_encoder(sdl, (char*)ns, (char*)type); in get_create_encoder()
H A Dsoap.c1071 enc = get_encoder(sdl, type_ns, type_name); in soap_create_typemap()

Completed in 51 milliseconds