Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/
H A Dpgsql.c3554 char *file_out, *oid_string, *end_ptr; local
3564 "rlp", &pgsql_link, &oid_long, &file_out, &name_len) == SUCCESS) {
3572 "rss", &pgsql_link, &oid_string, &oid_strlen, &file_out, &name_len) == SUCCESS) {
3581 "lp", &oid_long, &file_out, &name_len) == SUCCESS) {
3591 "sp", &oid_string, &oid_strlen, &file_out, &name_len) == SUCCESS) {
3602 "spr", &oid_string, &oid_strlen, &file_out, &name_len, &pgsql_link) == SUCCESS) {
3611 "lpr", &oid_long, &file_out, &name_len, &pgsql_link) == SUCCESS) {
3624 if (php_check_open_basedir(file_out TSRMLS_CC)) {
3634 if (lo_export(pgsql, oid, file_out) == -1) {

Completed in 22 milliseconds