Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dconfig.m426 PHP_CHECK_LIBRARY([pq], [PQsocketPoll],
28 [Define to 1 if libpq has the 'PQsocketPoll' function (PostgreSQL 17 or
H A Dpgsql.c445 static int PQsocketPoll(int socket, int read, int write, time_t timeout) in PQsocketPoll() function
6288 RETURN_LONG((zend_long)PQsocketPoll(socket, (int)read, (int)write, (int)ts)); in PHP_FUNCTION()

Completed in 17 milliseconds