Lines Matching defs:pg_link
4541 PHP_PGSQL_API zend_result php_pgsql_meta_data(PGconn *pg_link, const zend_string *table_name, zval … in php_pgsql_meta_data()
4847 PHP_PGSQL_API zend_result php_pgsql_convert(PGconn *pg_link, const zend_string *table_name, const z… in php_pgsql_convert()
5454 PGconn *pg_link; in PHP_FUNCTION() local
5490 static bool do_exec(smart_str *querystr, ExecStatusType expect, PGconn *pg_link, zend_ulong opt) /*… in do_exec()
5513 static inline void build_tablename(smart_str *querystr, PGconn *pg_link, const zend_string *table) … in build_tablename()
5544 PHP_PGSQL_API zend_result php_pgsql_insert(PGconn *pg_link, const zend_string *table, zval *var_arr… in php_pgsql_insert()
5664 PGconn *pg_link; in PHP_FUNCTION() local
5751 static inline int build_assignment_string(PGconn *pg_link, smart_str *querystr, HashTable *ht, int … in build_assignment_string()
5814 PHP_PGSQL_API zend_result php_pgsql_update(PGconn *pg_link, const zend_string *table, zval *var_arr… in php_pgsql_update()
5887 PGconn *pg_link; in PHP_FUNCTION() local
5928 PHP_PGSQL_API zend_result php_pgsql_delete(PGconn *pg_link, const zend_string *table, zval *ids_arr… in php_pgsql_delete()
5987 PGconn *pg_link; in PHP_FUNCTION() local
6068 PHP_PGSQL_API zend_result php_pgsql_select(PGconn *pg_link, const zend_string *table, zval *ids_arr… in php_pgsql_select()
6141 PGconn *pg_link; in PHP_FUNCTION() local