Home
last modified time | relevance | path

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

/PHP-8.2/ext/pgsql/
H A Dpgsql.c4159 PHP_PGSQL_API zend_result php_pgsql_meta_data(PGconn *pg_link, const zend_string *table_name, zval … in php_pgsql_meta_data()
4470 PHP_PGSQL_API zend_result php_pgsql_convert(PGconn *pg_link, const zend_string *table_name, const z… in php_pgsql_convert()
5123 PGconn *pg_link; in PHP_FUNCTION() local
5155 static bool do_exec(smart_str *querystr, ExecStatusType expect, PGconn *pg_link, zend_ulong opt) /*… in do_exec()
5178 static inline void build_tablename(smart_str *querystr, PGconn *pg_link, const zend_string *table) … in build_tablename()
5209 PHP_PGSQL_API zend_result php_pgsql_insert(PGconn *pg_link, const zend_string *table, zval *var_arr… in php_pgsql_insert()
5329 PGconn *pg_link; in PHP_FUNCTION() local
5550 PGconn *pg_link; in PHP_FUNCTION() local
5588 PHP_PGSQL_API zend_result php_pgsql_delete(PGconn *pg_link, const zend_string *table, zval *ids_arr… in php_pgsql_delete()
5647 PGconn *pg_link; in PHP_FUNCTION() local
[all …]

Completed in 33 milliseconds