Home
last modified time | relevance | path

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

/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c368 options->xmlrpc_out.xml_elem_opts.encoding = ENCODING_DEFAULT; in set_output_options()
369 options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_pretty; in set_output_options()
390 options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_no_white_space; in set_output_options()
392 options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_newlines_only; in set_output_options()
394 options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_pretty; in set_output_options()
419 options->xmlrpc_out.xml_elem_opts.encoding = estrdup(Z_STRVAL_P(val)); in set_output_options()
429 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_no_escaping; in set_output_options()
447 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_cdata_escaping; in set_output_options()
453 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_markup_escaping; in set_output_options()
715 efree((char *)out.xmlrpc_out.xml_elem_opts.encoding); in PHP_FUNCTION()
[all …]
/PHP-7.2/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 21 milliseconds