/dports/databases/php81-pgsql/php-8.1.1/ext/pgsql/ |
H A D | php_pgsql.h | 77 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 D | pgsql.c | 5215 PGconn *pg_link; in PHP_FUNCTION() local 5234 pg_link = link->conn; in PHP_FUNCTION() 5421 PGconn *pg_link; in PHP_FUNCTION() local 5445 pg_link = link->conn; in PHP_FUNCTION() 5460 PQreset(pg_link); in PHP_FUNCTION() 5642 PGconn *pg_link; in PHP_FUNCTION() local 5664 pg_link = link->conn; in PHP_FUNCTION() 5739 PGconn *pg_link; in PHP_FUNCTION() local 5761 pg_link = link->conn; in PHP_FUNCTION() 5883 PGconn *pg_link; in PHP_FUNCTION() local [all …]
|
/dports/www/mod_php81/php-8.1.1/ext/pgsql/ |
H A D | php_pgsql.h | 77 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 D | pgsql.c | 5215 PGconn *pg_link; in PHP_FUNCTION() local 5234 pg_link = link->conn; in PHP_FUNCTION() 5421 PGconn *pg_link; in PHP_FUNCTION() local 5445 pg_link = link->conn; in PHP_FUNCTION() 5460 PQreset(pg_link); in PHP_FUNCTION() 5642 PGconn *pg_link; in PHP_FUNCTION() local 5664 pg_link = link->conn; in PHP_FUNCTION() 5739 PGconn *pg_link; in PHP_FUNCTION() local 5761 pg_link = link->conn; in PHP_FUNCTION() 5883 PGconn *pg_link; in PHP_FUNCTION() local [all …]
|
/dports/lang/php81/php-8.1.1/ext/pgsql/ |
H A D | php_pgsql.h | 77 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 D | pgsql.c | 5215 PGconn *pg_link; in PHP_FUNCTION() local 5234 pg_link = link->conn; in PHP_FUNCTION() 5421 PGconn *pg_link; in PHP_FUNCTION() local 5445 pg_link = link->conn; in PHP_FUNCTION() 5460 PQreset(pg_link); in PHP_FUNCTION() 5642 PGconn *pg_link; in PHP_FUNCTION() local 5664 pg_link = link->conn; in PHP_FUNCTION() 5739 PGconn *pg_link; in PHP_FUNCTION() local 5761 pg_link = link->conn; in PHP_FUNCTION() 5883 PGconn *pg_link; in PHP_FUNCTION() local [all …]
|
/dports/databases/php80-pgsql/php-8.0.15/ext/pgsql/ |
H A D | pgsql.c | 1431 PGconn *pg_link; in PHP_FUNCTION() local 5235 PGconn *pg_link; in PHP_FUNCTION() local 5333 assert(pg_link != NULL); in php_pgsql_insert() 5444 PGconn *pg_link; in PHP_FUNCTION() local 5482 PQreset(pg_link); in PHP_FUNCTION() 5595 assert(pg_link != NULL); in php_pgsql_update() 5662 PGconn *pg_link; in PHP_FUNCTION() local 5705 assert(pg_link != NULL); in php_pgsql_delete() 5758 PGconn *pg_link; in PHP_FUNCTION() local 5842 assert(pg_link != NULL); in php_pgsql_select() [all …]
|
H A D | php_pgsql.h | 179 PHP_PGSQL_API int php_pgsql_meta_data(PGconn *pg_link, const char *table_name, zval *meta, zend_boo… 180 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zv… 181 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt… 182 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zen… 183 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z… 184 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …
|
/dports/lang/php80/php-8.0.15/ext/pgsql/ |
H A D | pgsql.c | 1431 PGconn *pg_link; in PHP_FUNCTION() local 5235 PGconn *pg_link; in PHP_FUNCTION() local 5333 assert(pg_link != NULL); in php_pgsql_insert() 5444 PGconn *pg_link; in PHP_FUNCTION() local 5482 PQreset(pg_link); in PHP_FUNCTION() 5595 assert(pg_link != NULL); in php_pgsql_update() 5662 PGconn *pg_link; in PHP_FUNCTION() local 5705 assert(pg_link != NULL); in php_pgsql_delete() 5758 PGconn *pg_link; in PHP_FUNCTION() local 5842 assert(pg_link != NULL); in php_pgsql_select() [all …]
|
H A D | php_pgsql.h | 179 PHP_PGSQL_API int php_pgsql_meta_data(PGconn *pg_link, const char *table_name, zval *meta, zend_boo… 180 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zv… 181 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt… 182 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zen… 183 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z… 184 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …
|
/dports/www/mod_php80/php-8.0.15/ext/pgsql/ |
H A D | pgsql.c | 1431 PGconn *pg_link; in PHP_FUNCTION() local 5235 PGconn *pg_link; in PHP_FUNCTION() local 5333 assert(pg_link != NULL); in php_pgsql_insert() 5444 PGconn *pg_link; in PHP_FUNCTION() local 5482 PQreset(pg_link); in PHP_FUNCTION() 5595 assert(pg_link != NULL); in php_pgsql_update() 5662 PGconn *pg_link; in PHP_FUNCTION() local 5705 assert(pg_link != NULL); in php_pgsql_delete() 5758 PGconn *pg_link; in PHP_FUNCTION() local 5842 assert(pg_link != NULL); in php_pgsql_select() [all …]
|
H A D | php_pgsql.h | 179 PHP_PGSQL_API int php_pgsql_meta_data(PGconn *pg_link, const char *table_name, zval *meta, zend_boo… 180 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zv… 181 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt… 182 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zen… 183 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z… 184 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …
|
/dports/lang/php73/php-7.3.33/ext/pgsql/ |
H A D | php_pgsql.h | 213 PHP_PGSQL_API int php_pgsql_meta_data(PGconn *pg_link, const char *table_name, zval *meta, zend_boo… 214 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zv… 215 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt… 216 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zen… 217 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z… 218 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …
|
H A D | pgsql.c | 86 #define PQ_SETNONBLOCKING(pg_link, flag) PQsetnonblocking(pg_link, flag) argument 2323 PGconn *pg_link; local 5856 assert(pg_link != NULL); 6517 PGconn *pg_link; local 6619 assert(pg_link != NULL); 6732 PGconn *pg_link; local 6764 PQreset(pg_link); 6878 assert(pg_link != NULL); 6946 PGconn *pg_link; local 7038 PGconn *pg_link; local [all …]
|
/dports/databases/php73-pgsql/php-7.3.33/ext/pgsql/ |
H A D | php_pgsql.h | 213 PHP_PGSQL_API int php_pgsql_meta_data(PGconn *pg_link, const char *table_name, zval *meta, zend_boo… 214 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zv… 215 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt… 216 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zen… 217 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z… 218 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …
|
H A D | pgsql.c | 86 #define PQ_SETNONBLOCKING(pg_link, flag) PQsetnonblocking(pg_link, flag) argument 2323 PGconn *pg_link; local 5856 assert(pg_link != NULL); 6517 PGconn *pg_link; local 6619 assert(pg_link != NULL); 6732 PGconn *pg_link; local 6764 PQreset(pg_link); 6878 assert(pg_link != NULL); 6946 PGconn *pg_link; local 7038 PGconn *pg_link; local [all …]
|
/dports/databases/php74-pgsql/php-7.4.27/ext/pgsql/ |
H A D | php_pgsql.h | 212 PHP_PGSQL_API int php_pgsql_meta_data(PGconn *pg_link, const char *table_name, zval *meta, zend_boo… 213 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zv… 214 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt… 215 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zen… 216 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z… 217 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …
|
H A D | pgsql.c | 80 #define PQ_SETNONBLOCKING(pg_link, flag) PQsetnonblocking(pg_link, flag) argument 2323 PGconn *pg_link; local 5856 assert(pg_link != NULL); 6515 PGconn *pg_link; local 6611 assert(pg_link != NULL); 6724 PGconn *pg_link; local 6756 PQreset(pg_link); 6870 assert(pg_link != NULL); 6938 PGconn *pg_link; local 7030 PGconn *pg_link; local [all …]
|
/dports/lang/php74/php-7.4.27/ext/pgsql/ |
H A D | php_pgsql.h | 212 PHP_PGSQL_API int php_pgsql_meta_data(PGconn *pg_link, const char *table_name, zval *meta, zend_boo… 213 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zv… 214 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt… 215 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zen… 216 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z… 217 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …
|
H A D | pgsql.c | 80 #define PQ_SETNONBLOCKING(pg_link, flag) PQsetnonblocking(pg_link, flag) argument 2323 PGconn *pg_link; local 5856 assert(pg_link != NULL); 6515 PGconn *pg_link; local 6611 assert(pg_link != NULL); 6724 PGconn *pg_link; local 6756 PQreset(pg_link); 6870 assert(pg_link != NULL); 6938 PGconn *pg_link; local 7030 PGconn *pg_link; local [all …]
|
/dports/www/mod_php73/php-7.3.33/ext/pgsql/ |
H A D | php_pgsql.h | 213 PHP_PGSQL_API int php_pgsql_meta_data(PGconn *pg_link, const char *table_name, zval *meta, zend_boo… 214 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zv… 215 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt… 216 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zen… 217 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z… 218 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …
|
H A D | pgsql.c | 86 #define PQ_SETNONBLOCKING(pg_link, flag) PQsetnonblocking(pg_link, flag) argument 2323 PGconn *pg_link; local 5856 assert(pg_link != NULL); 6517 PGconn *pg_link; local 6619 assert(pg_link != NULL); 6732 PGconn *pg_link; local 6764 PQreset(pg_link); 6878 assert(pg_link != NULL); 6946 PGconn *pg_link; local 7038 PGconn *pg_link; local [all …]
|
/dports/www/mod_php74/php-7.4.27/ext/pgsql/ |
H A D | php_pgsql.h | 212 PHP_PGSQL_API int php_pgsql_meta_data(PGconn *pg_link, const char *table_name, zval *meta, zend_boo… 213 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zv… 214 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt… 215 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zen… 216 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z… 217 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …
|
H A D | pgsql.c | 80 #define PQ_SETNONBLOCKING(pg_link, flag) PQsetnonblocking(pg_link, flag) argument 2323 PGconn *pg_link; local 5856 assert(pg_link != NULL); 6515 PGconn *pg_link; local 6611 assert(pg_link != NULL); 6724 PGconn *pg_link; local 6756 PQreset(pg_link); 6870 assert(pg_link != NULL); 6938 PGconn *pg_link; local 7030 PGconn *pg_link; local [all …]
|