Home
last modified time | relevance | path

Searched defs:PQsendFlushRequest (Results 1 – 9 of 9) sorted by relevance

/dports/databases/py-psycopg/psycopg-3.0.5/psycopg/pq/
H A D_pq_ctypes.py666 def PQsendFlushRequest(pgconn: PGconn_struct) -> int: function
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/interfaces/libpq/
H A Dfe-exec.c3144 PQsendFlushRequest(PGconn *conn) in PQsendFlushRequest() function
/dports/databases/postgresql14-plperl/postgresql-14.1/src/interfaces/libpq/
H A Dfe-exec.c3144 PQsendFlushRequest(PGconn *conn) in PQsendFlushRequest() function
/dports/databases/postgresql14-server/postgresql-14.1/src/interfaces/libpq/
H A Dfe-exec.c3144 PQsendFlushRequest(PGconn *conn) in PQsendFlushRequest() function
/dports/databases/postgresql14-docs/postgresql-14.1/src/interfaces/libpq/
H A Dfe-exec.c3144 PQsendFlushRequest(PGconn *conn) in PQsendFlushRequest() function
/dports/databases/postgresql14-plpython/postgresql-14.1/src/interfaces/libpq/
H A Dfe-exec.c3144 PQsendFlushRequest(PGconn *conn) in PQsendFlushRequest() function
/dports/databases/postgresql14-contrib/postgresql-14.1/src/interfaces/libpq/
H A Dfe-exec.c3144 PQsendFlushRequest(PGconn *conn) in PQsendFlushRequest() function
/dports/databases/py-psycopg-c/psycopg-c-3.0.5/psycopg_c/
H A Dpq.c850 #define PQsendFlushRequest(conn) NULL macro
H A D_psycopg.c868 #define PQsendFlushRequest(conn) NULL macro