Home
last modified time | relevance | path

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

/PHP-7.4/ext/pgsql/
H A Dpgsql.c3635 char *file_in; local
3643 "rp|z", &pgsql_link, &file_in, &name_len, &oid) == SUCCESS) {
3647 "p|z", &file_in, &name_len, &oid) == SUCCESS) {
3653 "pr", &file_in, &name_len, &pgsql_link ) == SUCCESS) {
3661 if (php_check_open_basedir(file_in)) {
3698 returned_oid = lo_import_with_oid(pgsql, file_in, wanted_oid);
3708 returned_oid = lo_import(pgsql, file_in);

Completed in 16 milliseconds