Searched refs:pg_link (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/pgsql/ |
H A D | php_pgsql.h | 216 PHP_PGSQL_API int php_pgsql_meta_data(PGconn *pg_link, const char *table_name, zval *meta, zend_boo… 217 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zv… 218 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt… 219 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zen… 220 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z… 221 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …
|
H A D | pgsql.c | 84 #define PQ_SETNONBLOCKING(pg_link, flag) PQsetnonblocking(pg_link, flag) argument 2316 PGconn *pg_link; local 5813 assert(pg_link != NULL); 6458 PGconn *pg_link; local 6560 assert(pg_link != NULL); 6673 PGconn *pg_link; local 6706 PQreset(pg_link); 6821 assert(pg_link != NULL); 6889 PGconn *pg_link; local 6981 PGconn *pg_link; local [all …]
|
Completed in 21 milliseconds