Home
last modified time | relevance | path

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

/PHP-7.4/ext/pgsql/
H A Dpgsql.c80 #define PQ_SETNONBLOCKING(pg_link, flag) PQsetnonblocking(pg_link, flag) argument
82 #define PQ_SETNONBLOCKING(pg_link, flag) 0 argument
2323 PGconn *pg_link; local
5525 PHP_PGSQL_API int php_pgsql_meta_data(PGconn *pg_link, const char *table_name, zval *meta, zend_boo…
6515 PGconn *pg_link; local
6545 static int do_exec(smart_str *querystr, ExecStatusType expect, PGconn *pg_link, zend_ulong opt) /* …
6569 static inline void build_tablename(smart_str *querystr, PGconn *pg_link, const char *table) /* {{{ …
6724 PGconn *pg_link; local
6938 PGconn *pg_link; local
7030 PGconn *pg_link; local
[all …]

Completed in 31 milliseconds