Home
last modified time | relevance | path

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

/PHP-8.1/ext/pgsql/
H A Dpgsql.c2578 #define PGSQL_LO_READ_BUF_SIZE 8192 macro
2584 zend_long buffer_length = PGSQL_LO_READ_BUF_SIZE; in PHP_FUNCTION()
2661 char buf[PGSQL_LO_READ_BUF_SIZE]; in PHP_FUNCTION()
2672 while ((nbytes = lo_read((PGconn *)pgsql->conn, pgsql->lofd, buf, PGSQL_LO_READ_BUF_SIZE))>0) { in PHP_FUNCTION()

Completed in 583 milliseconds