Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/
H A Dpgsql.c3467 char *file_in; local
3474 "rp|z", &pgsql_link, &file_in, &name_len, &oid) == SUCCESS) {
3478 "p|z", &file_in, &name_len, &oid) == SUCCESS) {
3484 "pr", &file_in, &name_len, &pgsql_link ) == SUCCESS) {
3491 if (php_check_open_basedir(file_in TSRMLS_CC)) {
3530 returned_oid = lo_import_with_oid(pgsql, file_in, wanted_oid);
3540 returned_oid = lo_import(pgsql, file_in);

Completed in 19 milliseconds