Home
last modified time | relevance | path

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

/PHP-5.4/ext/pgsql/
H A Dphp_pgsql.h37 #undef PHP_PGSQL_API
39 #define PHP_PGSQL_API __declspec(dllexport) macro
41 #define PHP_PGSQL_API __declspec(dllimport) macro
46 # define PHP_PGSQL_API __attribute__ ((visibility("default"))) macro
48 # define PHP_PGSQL_API macro
201 PHP_PGSQL_API int php_pgsql_meta_data(PGconn *pg_link, const char *table_name, zval *meta TSRMLS_DC…
202 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zv…
203 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, ulong opt, cha…
204 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, ulo…
205 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, ulong opt, char *…
[all …]
H A Dpgsql.c5089 PHP_PGSQL_API int php_pgsql_meta_data(PGconn *pg_link, const char *table_name, zval *meta TSRMLS_DC…
5407 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zv…
6154 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *var_array, ulong opt, …
6344 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *var_array, zval *ids_a…
6453 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids_array, ulong opt, …
6545 PHP_PGSQL_API int php_pgsql_result2array(PGresult *pg_result, zval *ret_array TSRMLS_DC)
6587 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids_array, zval *ret_a…

Completed in 22 milliseconds