Home
last modified time | relevance | path

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

/PHP-8.3/ext/pgsql/
H A Dpgsql.c2676 zend_string *file_out; in PHP_FUNCTION() local
2684 "OlP", &pgsql_link, pgsql_link_ce, &oid_long, &file_out) == SUCCESS) { in PHP_FUNCTION()
2694 "OSP", &pgsql_link, pgsql_link_ce, &oid_string, &file_out) == SUCCESS) { in PHP_FUNCTION()
2704 "lP", &oid_long, &file_out) == SUCCESS) { in PHP_FUNCTION()
2714 "SP", &oid_string, &file_out) == SUCCESS) { in PHP_FUNCTION()
2728 if (php_check_open_basedir(ZSTR_VAL(file_out))) { in PHP_FUNCTION()
2734 if (lo_export(pgsql, oid, ZSTR_VAL(file_out)) == -1) { in PHP_FUNCTION()

Completed in 16 milliseconds