Home
last modified time | relevance | path

Searched refs:xml_elem_opts (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c377 options->xmlrpc_out.xml_elem_opts.encoding = ENCODING_DEFAULT; in set_output_options()
378 options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_pretty; in set_output_options()
399 options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_no_white_space; in set_output_options()
401 options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_newlines_only; in set_output_options()
403 options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_pretty; in set_output_options()
427 options->xmlrpc_out.xml_elem_opts.encoding = estrdup(Z_STRVAL_PP(val)); in set_output_options()
438 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_no_escaping; in set_output_options()
461 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_cdata_escaping; in set_output_options()
467 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_markup_escaping; in set_output_options()
750 efree((char *)out.xmlrpc_out.xml_elem_opts.encoding); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h214 STRUCT_XML_ELEM_OUTPUT_OPTIONS xml_elem_opts; /* xml_element specific output options */ member
231 STRUCT_XML_ELEM_INPUT_OPTIONS xml_elem_opts; /* xml_element specific output options */ member
H A Dxml_to_dandarpc.c179 …int bNoAddType = (type == xmlrpc_string && request && output && output->xml_elem_opts.verbosity ==… in DANDARPC_to_xml_element_worker()
H A Dxmlrpc.c715 &request->output.xml_elem_opts, in XMLRPC_REQUEST_ToXML()
812 (in_options ? &in_options->xml_elem_opts : NULL), in XMLRPC_REQUEST_FromXML()

Completed in 18 milliseconds