Home
last modified time | relevance | path

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

/PHP-8.0/ext/pgsql/
H A Dpgsql.c2533 pgsql_lofp->lofd = pgsql_lofd; in PHP_FUNCTION()
2544 pgsql_lofp->lofd = pgsql_lofd; in PHP_FUNCTION()
2564 if (lo_close((PGconn *)pgsql->conn, pgsql->lofd) < 0) { in PHP_FUNCTION()
2847 result = lo_lseek64((PGconn *)pgsql->conn, pgsql->lofd, offset, (int)whence); in PHP_FUNCTION()
2852 result = lo_lseek((PGconn *)pgsql->conn, pgsql->lofd, offset, whence); in PHP_FUNCTION()
2879 offset = lo_tell64((PGconn *)pgsql->conn, pgsql->lofd); in PHP_FUNCTION()
2881 offset = lo_tell((PGconn *)pgsql->conn, pgsql->lofd); in PHP_FUNCTION()
2884 offset = lo_tell((PGconn *)pgsql->conn, pgsql->lofd); in PHP_FUNCTION()
2908 result = lo_truncate64((PGconn *)pgsql->conn, pgsql->lofd, size); in PHP_FUNCTION()
2910 result = lo_truncate((PGconn *)pgsql->conn, pgsql->lofd, size); in PHP_FUNCTION()
[all …]
H A Dphp_pgsql.h251 int lofd; member

Completed in 25 milliseconds