Home
last modified time | relevance | path

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

/PHP-7.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c365 options->xmlrpc_out.xml_elem_opts.encoding = ENCODING_DEFAULT; in set_output_options()
366 options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_pretty; in set_output_options()
387 options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_no_white_space; in set_output_options()
389 options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_newlines_only; in set_output_options()
391 options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_pretty; in set_output_options()
416 options->xmlrpc_out.xml_elem_opts.encoding = estrdup(Z_STRVAL_P(val)); in set_output_options()
426 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_no_escaping; in set_output_options()
444 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_cdata_escaping; in set_output_options()
450 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_markup_escaping; in set_output_options()
709 efree((char *)out.xmlrpc_out.xml_elem_opts.encoding); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h215 STRUCT_XML_ELEM_OUTPUT_OPTIONS xml_elem_opts; /* xml_element specific output options */ member
232 STRUCT_XML_ELEM_INPUT_OPTIONS xml_elem_opts; /* xml_element specific output options */ member
H A Dxml_to_dandarpc.c176 …int bNoAddType = (type == xmlrpc_string && request && output && output->xml_elem_opts.verbosity ==… in DANDARPC_to_xml_element_worker()
H A Dxmlrpc.c712 &request->output.xml_elem_opts, in XMLRPC_REQUEST_ToXML()
809 (in_options ? &in_options->xml_elem_opts : NULL), in XMLRPC_REQUEST_FromXML()

Completed in 19 milliseconds