output_opts       361 ext/xmlrpc/xmlrpc-epi-php.c static void set_output_options(php_output_options* options, zval* output_opts)
output_opts       372 ext/xmlrpc/xmlrpc-epi-php.c 		if (output_opts && Z_TYPE_P(output_opts) == IS_ARRAY) {
output_opts       376 ext/xmlrpc/xmlrpc-epi-php.c 			if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), OUTPUT_TYPE_KEY, OUTPUT_TYPE_KEY_LEN)) != NULL) {
output_opts       387 ext/xmlrpc/xmlrpc-epi-php.c 			if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), VERBOSITY_KEY, VERBOSITY_KEY_LEN)) != NULL) {
output_opts       400 ext/xmlrpc/xmlrpc-epi-php.c 			if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), VERSION_KEY, VERSION_KEY_LEN)) != NULL) {
output_opts       417 ext/xmlrpc/xmlrpc-epi-php.c 			if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), ENCODING_KEY, ENCODING_KEY_LEN)) != NULL) {
output_opts       424 ext/xmlrpc/xmlrpc-epi-php.c 			if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), ESCAPING_KEY, ESCAPING_KEY_LEN)) != NULL) {
output_opts      1030 ext/xmlrpc/xmlrpc-epi-php.c 	zval *caller_params, *handle, *output_opts = NULL;
output_opts      1036 ext/xmlrpc/xmlrpc-epi-php.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rsz|a", &handle, &rawxml, &rawxml_len, &caller_params, &output_opts) != SUCCESS) {
output_opts      1043 ext/xmlrpc/xmlrpc-epi-php.c 		set_output_options(&out, output_opts);