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.c5427 PGconn *pg_link; in PHP_FUNCTION() local
5450 pg_link = link->conn; in PHP_FUNCTION()
5637 PGconn *pg_link; in PHP_FUNCTION() local
5663 pg_link = link->conn; in PHP_FUNCTION()
5678 PQreset(pg_link); in PHP_FUNCTION()
5860 PGconn *pg_link; in PHP_FUNCTION() local
5885 pg_link = link->conn; in PHP_FUNCTION()
5960 PGconn *pg_link; in PHP_FUNCTION() local
5984 pg_link = link->conn; in PHP_FUNCTION()
6114 PGconn *pg_link; in PHP_FUNCTION() local
[all …]

Completed in 20 milliseconds