Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dphp_pgsql.h71 PHP_PGSQL_API zend_result php_pgsql_meta_data(PGconn *pg_link, const zend_string *table_name, zval …
72 PHP_PGSQL_API zend_result php_pgsql_convert(PGconn *pg_link, const zend_string *table_name, const z…
73 PHP_PGSQL_API zend_result php_pgsql_insert(PGconn *pg_link, const zend_string *table, zval *values,…
74 PHP_PGSQL_API zend_result php_pgsql_update(PGconn *pg_link, const zend_string *table, zval *values,…
75 PHP_PGSQL_API zend_result php_pgsql_delete(PGconn *pg_link, const zend_string *table, zval *ids, ze…
76 PHP_PGSQL_API zend_result php_pgsql_select(PGconn *pg_link, const zend_string *table, zval *ids, zv…
H A Dpgsql.c5454 PGconn *pg_link; in PHP_FUNCTION() local
5477 pg_link = link->conn; in PHP_FUNCTION()
5664 PGconn *pg_link; in PHP_FUNCTION() local
5690 pg_link = link->conn; in PHP_FUNCTION()
5705 PQreset(pg_link); in PHP_FUNCTION()
5887 PGconn *pg_link; in PHP_FUNCTION() local
5912 pg_link = link->conn; in PHP_FUNCTION()
5987 PGconn *pg_link; in PHP_FUNCTION() local
6011 pg_link = link->conn; in PHP_FUNCTION()
6141 PGconn *pg_link; in PHP_FUNCTION() local
[all …]

Completed in 22 milliseconds