Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/
H A Dpgsql.c3363 #define PGSQL_LO_READ_BUF_SIZE 8192 macro
3371 int buf_len = PGSQL_LO_READ_BUF_SIZE, nbytes, argc = ZEND_NUM_ARGS();
3444 char buf[PGSQL_LO_READ_BUF_SIZE];
3454 while ((nbytes = lo_read((PGconn *)pgsql->conn, pgsql->lofd, buf, PGSQL_LO_READ_BUF_SIZE))>0) {

Completed in 24 milliseconds