Searched refs:lofd (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/pgsql/ |
H A D | php_pgsql.h | 156 int lofd; member
|
H A D | pgsql.c | 2456 pgsql_lofp->lofd = pgsql_lofd; in PHP_FUNCTION() 2473 if (lo_close((PGconn *)pgsql->conn, pgsql->lofd) < 0) { in PHP_FUNCTION() 2747 result = lo_lseek64((PGconn *)pgsql->conn, pgsql->lofd, offset, (int)whence); in PHP_FUNCTION() 2749 result = lo_lseek((PGconn *)pgsql->conn, pgsql->lofd, (int)offset, (int)whence); in PHP_FUNCTION() 2752 result = lo_lseek((PGconn *)pgsql->conn, pgsql->lofd, offset, whence); in PHP_FUNCTION() 2778 offset = lo_tell64((PGconn *)pgsql->conn, pgsql->lofd); in PHP_FUNCTION() 2780 offset = lo_tell((PGconn *)pgsql->conn, pgsql->lofd); in PHP_FUNCTION() 2783 offset = lo_tell((PGconn *)pgsql->conn, pgsql->lofd); in PHP_FUNCTION() 2806 result = lo_truncate64((PGconn *)pgsql->conn, pgsql->lofd, size); in PHP_FUNCTION() 2808 result = lo_truncate((PGconn *)pgsql->conn, pgsql->lofd, size); in PHP_FUNCTION() [all …]
|
Completed in 2161 milliseconds