Home
last modified time | relevance | path

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

/PHP-8.2/ext/pgsql/
H A Dpgsql.c2691 zend_string *file_out; in PHP_FUNCTION() local
2699 "OlP", &pgsql_link, pgsql_link_ce, &oid_long, &file_out) == SUCCESS) { in PHP_FUNCTION()
2709 "OSP", &pgsql_link, pgsql_link_ce, &oid_string, &file_out) == SUCCESS) { in PHP_FUNCTION()
2719 "lP", &oid_long, &file_out) == SUCCESS) { in PHP_FUNCTION()
2729 "SP", &oid_string, &file_out) == SUCCESS) { in PHP_FUNCTION()
2743 if (php_check_open_basedir(ZSTR_VAL(file_out))) { in PHP_FUNCTION()
2749 if (lo_export(pgsql, oid, ZSTR_VAL(file_out)) == -1) { in PHP_FUNCTION()

Completed in 17 milliseconds