Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c369 static void set_output_options(php_output_options* options, zval* output_opts) in set_output_options() argument
381 if (output_opts && Z_TYPE_P(output_opts) == IS_ARRAY) { in set_output_options()
385 …if (zend_hash_find(Z_ARRVAL_P(output_opts), OUTPUT_TYPE_KEY, OUTPUT_TYPE_KEY_LEN + 1, (void**) &va… in set_output_options()
396 …if (zend_hash_find(Z_ARRVAL_P(output_opts), VERBOSITY_KEY, VERBOSITY_KEY_LEN + 1, (void**) &val) =… in set_output_options()
409 …if (zend_hash_find(Z_ARRVAL_P(output_opts), VERSION_KEY, VERSION_KEY_LEN + 1, (void**) &val) == SU… in set_output_options()
425 …if (zend_hash_find(Z_ARRVAL_P(output_opts), ENCODING_KEY, ENCODING_KEY_LEN + 1, (void**)&val) == S… in set_output_options()
432 …if (zend_hash_find(Z_ARRVAL_P(output_opts), ESCAPING_KEY, ESCAPING_KEY_LEN + 1, (void**)&val) == S… in set_output_options()
1106 zval **caller_params, *handle, *output_opts = NULL; in PHP_FUNCTION() local
1112 …GS() TSRMLS_CC, "rsZ|a", &handle, &rawxml, &rawxml_len, &caller_params, &output_opts) != SUCCESS) { in PHP_FUNCTION()
1119 set_output_options(&out, output_opts); in PHP_FUNCTION()

Completed in 17 milliseconds