Home
last modified time | relevance | path

Searched refs:pg_result (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/pgsql/
H A Dpgsql.c1018 efree(pg_result); in _free_result()
1232 PGresult *pg_result; local
2527 pg_result->row = 0;
2634 pg_result->row++;
2859 pg_result->row = row;
4987 pg_result->row = 0;
5108 PGresult *pg_result; local
5161 PQclear(pg_result);
5195 PQclear(pg_result);
6611 PGresult *pg_result; local
[all …]
H A Dphp_pgsql.h207 PHP_PGSQL_API int php_pgsql_result2array(PGresult *pg_result, zval *ret_array TSRMLS_DC);
H A DREADME106 pg_result()/pg_fetch_*(). pg_get_result() may block if result is not
/PHP-5.5/ext/pgsql/tests/
H A Dlcmess.inc12 if (pg_result(pg_query("SHOW LC_MESSAGES"), 0, 0) != $lc_messages) {
H A D98old_api.phpt20 pg_result($result,0,0);

Completed in 28 milliseconds