Home
last modified time | relevance | path

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

/PHP-5.4/ext/pgsql/
H A Dphp_pgsql.h201 PHP_PGSQL_API int php_pgsql_meta_data(PGconn *pg_link, const char *table_name, zval *meta TSRMLS_DC…
202 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zv…
203 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, ulong opt, cha…
204 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, ulo…
205 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, ulong opt, char *…
206 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …
H A Dpgsql.c84 #define PQ_SETNONBLOCKING(pg_link, flag) PQsetnonblocking(pg_link, flag) argument
2210 PGconn *pg_link; local
5417 assert(pg_link != NULL);
6064 PGconn *pg_link; local
6165 assert(pg_link != NULL);
6268 PGconn *pg_link; local
6350 assert(pg_link != NULL);
6424 PGconn *pg_link; local
6459 assert(pg_link != NULL);
6516 PGconn *pg_link; local
[all …]

Completed in 23 milliseconds