Home
last modified time | relevance | path

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

/PHP-8.3/ext/pgsql/
H A Dphp_pgsql.h77 PHP_PGSQL_API zend_result php_pgsql_meta_data(PGconn *pg_link, const zend_string *table_name, zval …
78 PHP_PGSQL_API zend_result php_pgsql_convert(PGconn *pg_link, const zend_string *table_name, const z…
79 PHP_PGSQL_API zend_result php_pgsql_insert(PGconn *pg_link, const zend_string *table, zval *values,…
80 PHP_PGSQL_API zend_result php_pgsql_update(PGconn *pg_link, const zend_string *table, zval *values,…
81 PHP_PGSQL_API zend_result php_pgsql_delete(PGconn *pg_link, const zend_string *table, zval *ids, ze…
82 PHP_PGSQL_API zend_result php_pgsql_select(PGconn *pg_link, const zend_string *table, zval *ids, zv…
H A Dpgsql.c5174 PGconn *pg_link; in PHP_FUNCTION() local
5193 pg_link = link->conn; in PHP_FUNCTION()
5380 PGconn *pg_link; in PHP_FUNCTION() local
5404 pg_link = link->conn; in PHP_FUNCTION()
5419 PQreset(pg_link); in PHP_FUNCTION()
5601 PGconn *pg_link; in PHP_FUNCTION() local
5623 pg_link = link->conn; in PHP_FUNCTION()
5698 PGconn *pg_link; in PHP_FUNCTION() local
5720 pg_link = link->conn; in PHP_FUNCTION()
5842 PGconn *pg_link; in PHP_FUNCTION() local
[all …]

Completed in 19 milliseconds