Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c400 if(options->verbosity != xml_elem_no_white_space) { in xml_element_serialize()
405 if(options->verbosity == xml_elem_pretty && depth > 2) { in xml_element_serialize()
471 if(options->verbosity != xml_elem_no_white_space) { in xml_element_serialize()
479 if(options->verbosity == xml_elem_pretty && depth > 2) { in xml_element_serialize()
489 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.4/win32/build/
H A Dconfig.w32.phpize.in5 ARG_WITH("verbosity", "Output verbosity, 0-2.", "1");
H A Dconfig.w325 ARG_WITH("verbosity", "Output verbosity, 0-2.", "1");
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c366 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()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c386 ZEND_ARG_INFO(0, verbosity)
3923 zend_long verbosity; local
3929 if (zend_parse_parameters(argc, "l", &verbosity) == FAILURE) {
3935 if (zend_parse_parameters(argc, "rl", &pgsql_link, &verbosity) == FAILURE) {
3945 if (verbosity & (PQERRORS_TERSE|PQERRORS_DEFAULT|PQERRORS_VERBOSE)) {
3946 RETURN_LONG(PQsetErrorVerbosity(pgsql, verbosity));

Completed in 31 milliseconds