Home
last modified time | relevance | path

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

/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c404 if(options->verbosity != xml_elem_no_white_space) { in xml_element_serialize()
409 if(options->verbosity == xml_elem_pretty && depth > 2) { in xml_element_serialize()
475 if(options->verbosity != xml_elem_no_white_space) { in xml_element_serialize()
483 if(options->verbosity == xml_elem_pretty && depth > 2) { in xml_element_serialize()
493 if(options->verbosity != xml_elem_no_white_space) { in xml_element_serialize()
H A Dxml_element.h90 XML_ELEM_VERBOSITY verbosity; /* length/verbosity of xml */ member
H A Dxml_to_dandarpc.c176 … = (type == xmlrpc_string && request && output && output->xml_elem_opts.verbosity == xml_elem_no_w… in DANDARPC_to_xml_element_worker()
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c369 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()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c394 ZEND_ARG_INFO(0, verbosity)
3927 zend_long verbosity; local
3933 if (zend_parse_parameters(argc, "l", &verbosity) == FAILURE) {
3939 if (zend_parse_parameters(argc, "rl", &pgsql_link, &verbosity) == FAILURE) {
3949 if (verbosity & (PQERRORS_TERSE|PQERRORS_DEFAULT|PQERRORS_VERBOSE)) {
3950 RETURN_LONG(PQsetErrorVerbosity(pgsql, verbosity));

Completed in 30 milliseconds