Home
last modified time | relevance | path

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

/PHP-5.6/ext/pgsql/
H A Dpgsql.c3654 char *file_out, *oid_string, *end_ptr; local
3664 "rlp", &pgsql_link, &oid_long, &file_out, &name_len) == SUCCESS) {
3672 "rss", &pgsql_link, &oid_string, &oid_strlen, &file_out, &name_len) == SUCCESS) {
3681 "lp", &oid_long, &file_out, &name_len) == SUCCESS) {
3691 "sp", &oid_string, &oid_strlen, &file_out, &name_len) == SUCCESS) {
3702 "spr", &oid_string, &oid_strlen, &file_out, &name_len, &pgsql_link) == SUCCESS) {
3711 "lpr", &oid_long, &file_out, &name_len, &pgsql_link) == SUCCESS) {
3724 if (php_check_open_basedir(file_out TSRMLS_CC)) {
3734 if (lo_export(pgsql, oid, file_out) == -1) {

Completed in 26 milliseconds