Home
last modified time | relevance | path

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

12345678910>>...14

/dports/databases/speedtables/speedtables-1.13.12/stapi/
H A Dcopy.tcl52 set err [pg_result $res -error]
53 pg_result $res -clear
73 set err [pg_result $res -error]
74 pg_result $res -clear
81 pg_result $res -clear
144 set err [pg_result $res -error]
145 pg_result $res -clear
152 pg_result $res -clear
157 set err [pg_result $res -error]
158 pg_result $res -clear
[all …]
H A Dpgsql.tcl106 set err [pg_result $pg_res -error]
109 pg_result $pg_res -clear
127 set status [pg_result $pg_res -status]
131 set rows [pg_result $pg_res -cmdTuples]
135 set rows [pg_result $pg_res -numTuples]
140 set err [pg_result $pg_res -error]
143 pg_result $pg_res -clear
238 set err [pg_result $pg_res -error]
251 set numTuples [pg_result $pg_res -numTuples]
254 pg_result $pg_res -clear
[all …]
/dports/mail/exim-mysql/exim-4.95/src/lookups/
H A Dpgsql.c127 PGresult *pg_result = NULL; in perform_pgsql_search() local
282 pg_result = PQexec(pg_conn, CS query); in perform_pgsql_search()
283 switch(PQresultStatus(pg_result)) in perform_pgsql_search()
292 result = string_cat(result, US PQcmdTuples(pg_result)); in perform_pgsql_search()
309 PQresultErrorMessage(pg_result), in perform_pgsql_search()
310 PQresStatus(PQresultStatus(pg_result)), query); in perform_pgsql_search()
319 num_fields = PQnfields(pg_result); in perform_pgsql_search()
320 num_tuples = PQntuples(pg_result); in perform_pgsql_search()
332 US PQgetvalue(pg_result, i, 0), PQgetlength(pg_result, i, 0)); in perform_pgsql_search()
336 uschar *tmp = US PQgetvalue(pg_result, i, j); in perform_pgsql_search()
[all …]
/dports/mail/exim-sa-exim/exim-4.95/src/lookups/
H A Dpgsql.c127 PGresult *pg_result = NULL; in perform_pgsql_search() local
282 pg_result = PQexec(pg_conn, CS query); in perform_pgsql_search()
283 switch(PQresultStatus(pg_result)) in perform_pgsql_search()
292 result = string_cat(result, US PQcmdTuples(pg_result)); in perform_pgsql_search()
309 PQresultErrorMessage(pg_result), in perform_pgsql_search()
310 PQresStatus(PQresultStatus(pg_result)), query); in perform_pgsql_search()
319 num_fields = PQnfields(pg_result); in perform_pgsql_search()
320 num_tuples = PQntuples(pg_result); in perform_pgsql_search()
332 US PQgetvalue(pg_result, i, 0), PQgetlength(pg_result, i, 0)); in perform_pgsql_search()
336 uschar *tmp = US PQgetvalue(pg_result, i, j); in perform_pgsql_search()
[all …]
/dports/mail/exim-postgresql/exim-4.95/src/lookups/
H A Dpgsql.c127 PGresult *pg_result = NULL; in perform_pgsql_search() local
282 pg_result = PQexec(pg_conn, CS query); in perform_pgsql_search()
283 switch(PQresultStatus(pg_result)) in perform_pgsql_search()
292 result = string_cat(result, US PQcmdTuples(pg_result)); in perform_pgsql_search()
309 PQresultErrorMessage(pg_result), in perform_pgsql_search()
310 PQresStatus(PQresultStatus(pg_result)), query); in perform_pgsql_search()
319 num_fields = PQnfields(pg_result); in perform_pgsql_search()
320 num_tuples = PQntuples(pg_result); in perform_pgsql_search()
332 US PQgetvalue(pg_result, i, 0), PQgetlength(pg_result, i, 0)); in perform_pgsql_search()
336 uschar *tmp = US PQgetvalue(pg_result, i, j); in perform_pgsql_search()
[all …]
/dports/mail/exim-monitor/exim-4.95/src/lookups/
H A Dpgsql.c127 PGresult *pg_result = NULL; in perform_pgsql_search() local
282 pg_result = PQexec(pg_conn, CS query); in perform_pgsql_search()
283 switch(PQresultStatus(pg_result)) in perform_pgsql_search()
292 result = string_cat(result, US PQcmdTuples(pg_result)); in perform_pgsql_search()
309 PQresultErrorMessage(pg_result), in perform_pgsql_search()
310 PQresStatus(PQresultStatus(pg_result)), query); in perform_pgsql_search()
319 num_fields = PQnfields(pg_result); in perform_pgsql_search()
320 num_tuples = PQntuples(pg_result); in perform_pgsql_search()
332 US PQgetvalue(pg_result, i, 0), PQgetlength(pg_result, i, 0)); in perform_pgsql_search()
336 uschar *tmp = US PQgetvalue(pg_result, i, j); in perform_pgsql_search()
[all …]
/dports/mail/exim-ldap2/exim-4.95/src/lookups/
H A Dpgsql.c127 PGresult *pg_result = NULL; in perform_pgsql_search() local
282 pg_result = PQexec(pg_conn, CS query); in perform_pgsql_search()
283 switch(PQresultStatus(pg_result)) in perform_pgsql_search()
292 result = string_cat(result, US PQcmdTuples(pg_result)); in perform_pgsql_search()
309 PQresultErrorMessage(pg_result), in perform_pgsql_search()
310 PQresStatus(PQresultStatus(pg_result)), query); in perform_pgsql_search()
319 num_fields = PQnfields(pg_result); in perform_pgsql_search()
320 num_tuples = PQntuples(pg_result); in perform_pgsql_search()
332 US PQgetvalue(pg_result, i, 0), PQgetlength(pg_result, i, 0)); in perform_pgsql_search()
336 uschar *tmp = US PQgetvalue(pg_result, i, j); in perform_pgsql_search()
[all …]
/dports/mail/exim/exim-4.95/src/lookups/
H A Dpgsql.c127 PGresult *pg_result = NULL; in perform_pgsql_search() local
282 pg_result = PQexec(pg_conn, CS query); in perform_pgsql_search()
283 switch(PQresultStatus(pg_result)) in perform_pgsql_search()
292 result = string_cat(result, US PQcmdTuples(pg_result)); in perform_pgsql_search()
309 PQresultErrorMessage(pg_result), in perform_pgsql_search()
310 PQresStatus(PQresultStatus(pg_result)), query); in perform_pgsql_search()
319 num_fields = PQnfields(pg_result); in perform_pgsql_search()
320 num_tuples = PQntuples(pg_result); in perform_pgsql_search()
332 US PQgetvalue(pg_result, i, 0), PQgetlength(pg_result, i, 0)); in perform_pgsql_search()
336 uschar *tmp = US PQgetvalue(pg_result, i, j); in perform_pgsql_search()
[all …]
/dports/mail/exim-sqlite/exim-4.95/src/lookups/
H A Dpgsql.c127 PGresult *pg_result = NULL; in perform_pgsql_search() local
282 pg_result = PQexec(pg_conn, CS query); in perform_pgsql_search()
283 switch(PQresultStatus(pg_result)) in perform_pgsql_search()
292 result = string_cat(result, US PQcmdTuples(pg_result)); in perform_pgsql_search()
309 PQresultErrorMessage(pg_result), in perform_pgsql_search()
310 PQresStatus(PQresultStatus(pg_result)), query); in perform_pgsql_search()
319 num_fields = PQnfields(pg_result); in perform_pgsql_search()
320 num_tuples = PQntuples(pg_result); in perform_pgsql_search()
332 US PQgetvalue(pg_result, i, 0), PQgetlength(pg_result, i, 0)); in perform_pgsql_search()
336 uschar *tmp = US PQgetvalue(pg_result, i, j); in perform_pgsql_search()
[all …]
/dports/databases/speedtables/speedtables-1.13.12/ctables/tests/
H A Dstapi_pg.tcl29 set s [pg_result $r -status]
30 set e [pg_result $r -error]
31 pg_result $r -clear
42 set s [pg_result $r -status]
43 set e [pg_result $r -error]
44 pg_result $r -clear
53 pg_result $r -clear
150 set s [pg_result $r -status]
151 set e [pg_result $r -error]
152 pg_result $r -clear
H A Dpgtcl.tcl23 set s [pg_result $r -status]
24 set e [pg_result $r -error]
25 pg_result $r -clear
36 set s [pg_result $r -status]
37 set e [pg_result $r -error]
38 pg_result $r -clear
47 pg_result $r -clear
91 pg_result $r -clear
/dports/databases/php81-pgsql/php-8.1.1/ext/pgsql/
H A Dpgsql.c637 PGresult *pg_result; in php_pgsql_do_connect() local
1815 pg_result->row = 0; in PHP_FUNCTION()
1821 pg_result->row++; in PHP_FUNCTION()
1904 pg_result->row++; in php_pgsql_fetch_hash()
4001 pg_result->row = 0; in PHP_FUNCTION()
4254 PGresult *pg_result; in php_pgsql_meta_data() local
4320 PQclear(pg_result); in php_pgsql_meta_data()
4354 PQclear(pg_result); in php_pgsql_meta_data()
5465 if (pg_result) { in PHP_FUNCTION()
5482 if (pg_result) { in PHP_FUNCTION()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/pgsql/
H A Dpgsql.c637 PGresult *pg_result; in php_pgsql_do_connect() local
1815 pg_result->row = 0; in PHP_FUNCTION()
1821 pg_result->row++; in PHP_FUNCTION()
1904 pg_result->row++; in php_pgsql_fetch_hash()
4001 pg_result->row = 0; in PHP_FUNCTION()
4254 PGresult *pg_result; in php_pgsql_meta_data() local
4320 PQclear(pg_result); in php_pgsql_meta_data()
4354 PQclear(pg_result); in php_pgsql_meta_data()
5465 if (pg_result) { in PHP_FUNCTION()
5482 if (pg_result) { in PHP_FUNCTION()
[all …]
/dports/lang/php81/php-8.1.1/ext/pgsql/
H A Dpgsql.c637 PGresult *pg_result; in php_pgsql_do_connect() local
1815 pg_result->row = 0; in PHP_FUNCTION()
1821 pg_result->row++; in PHP_FUNCTION()
1904 pg_result->row++; in php_pgsql_fetch_hash()
4001 pg_result->row = 0; in PHP_FUNCTION()
4254 PGresult *pg_result; in php_pgsql_meta_data() local
4320 PQclear(pg_result); in php_pgsql_meta_data()
4354 PQclear(pg_result); in php_pgsql_meta_data()
5465 if (pg_result) { in PHP_FUNCTION()
5482 if (pg_result) { in PHP_FUNCTION()
[all …]
/dports/www/mod_rivet/rivet-3.2.0/rivet/packages/dio/
H A Ddio_Postgresql.tcl190 set numrows [pg_result $resultid -numTuples]
191 set fields [pg_result $resultid -attributes]
192 set errorcode [pg_result $resultid -status]
193 set errorinfo [pg_result $resultid -error]
199 set cmdrows [pg_result $resultid -cmdTuples]
213 pg_result $resultid -clear
217 pg_result $resultid -clear
222 return [pg_result $resultid -getTuple $rowid]
/dports/databases/php80-pgsql/php-8.0.15/ext/pgsql/
H A Dpgsql.c280 efree(pg_result); in _free_result()
529 PGresult *pg_result; in php_pgsql_do_connect() local
1798 pg_result->row++; in PHP_FUNCTION()
1883 pg_result->row++; in php_pgsql_fetch_hash()
4000 pg_result->row = 0; in PHP_FUNCTION()
4249 PGresult *pg_result; in php_pgsql_meta_data() local
4315 PQclear(pg_result); in php_pgsql_meta_data()
4349 PQclear(pg_result); in php_pgsql_meta_data()
5487 if (pg_result) { in PHP_FUNCTION()
5504 if (pg_result) { in PHP_FUNCTION()
[all …]
/dports/lang/php80/php-8.0.15/ext/pgsql/
H A Dpgsql.c280 efree(pg_result); in _free_result()
529 PGresult *pg_result; in php_pgsql_do_connect() local
1798 pg_result->row++; in PHP_FUNCTION()
1883 pg_result->row++; in php_pgsql_fetch_hash()
4000 pg_result->row = 0; in PHP_FUNCTION()
4249 PGresult *pg_result; in php_pgsql_meta_data() local
4315 PQclear(pg_result); in php_pgsql_meta_data()
4349 PQclear(pg_result); in php_pgsql_meta_data()
5487 if (pg_result) { in PHP_FUNCTION()
5504 if (pg_result) { in PHP_FUNCTION()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/pgsql/
H A Dpgsql.c280 efree(pg_result); in _free_result()
529 PGresult *pg_result; in php_pgsql_do_connect() local
1798 pg_result->row++; in PHP_FUNCTION()
1883 pg_result->row++; in php_pgsql_fetch_hash()
4000 pg_result->row = 0; in PHP_FUNCTION()
4249 PGresult *pg_result; in php_pgsql_meta_data() local
4315 PQclear(pg_result); in php_pgsql_meta_data()
4349 PQclear(pg_result); in php_pgsql_meta_data()
5487 if (pg_result) { in PHP_FUNCTION()
5504 if (pg_result) { in PHP_FUNCTION()
[all …]
/dports/lang/php73/php-7.3.33/ext/pgsql/
H A Dpgsql.c1056 efree(pg_result); in _free_result()
1312 PGresult *pg_result; local
2677 pg_result->row++;
2783 pg_result->row++;
5260 pg_result->row = 0;
5527 PGresult *pg_result; local
5595 PQclear(pg_result);
5629 PQclear(pg_result);
6769 if (pg_result) {
6786 if (pg_result) {
[all …]
/dports/databases/php73-pgsql/php-7.3.33/ext/pgsql/
H A Dpgsql.c1056 efree(pg_result); in _free_result()
1312 PGresult *pg_result; local
2677 pg_result->row++;
2783 pg_result->row++;
5260 pg_result->row = 0;
5527 PGresult *pg_result; local
5595 PQclear(pg_result);
5629 PQclear(pg_result);
6769 if (pg_result) {
6786 if (pg_result) {
[all …]
/dports/databases/php74-pgsql/php-7.4.27/ext/pgsql/
H A Dpgsql.c1050 efree(pg_result); in _free_result()
1306 PGresult *pg_result; local
2677 pg_result->row++;
2783 pg_result->row++;
5257 pg_result->row = 0;
5527 PGresult *pg_result; local
5595 PQclear(pg_result);
5629 PQclear(pg_result);
6761 if (pg_result) {
6778 if (pg_result) {
[all …]
/dports/lang/php74/php-7.4.27/ext/pgsql/
H A Dpgsql.c1050 efree(pg_result); in _free_result()
1306 PGresult *pg_result; local
2677 pg_result->row++;
2783 pg_result->row++;
5257 pg_result->row = 0;
5527 PGresult *pg_result; local
5595 PQclear(pg_result);
5629 PQclear(pg_result);
6761 if (pg_result) {
6778 if (pg_result) {
[all …]
/dports/www/mod_php73/php-7.3.33/ext/pgsql/
H A Dpgsql.c1056 efree(pg_result); in _free_result()
1312 PGresult *pg_result; local
2677 pg_result->row++;
2783 pg_result->row++;
5260 pg_result->row = 0;
5527 PGresult *pg_result; local
5595 PQclear(pg_result);
5629 PQclear(pg_result);
6769 if (pg_result) {
6786 if (pg_result) {
[all …]
/dports/www/mod_php74/php-7.4.27/ext/pgsql/
H A Dpgsql.c1050 efree(pg_result); in _free_result()
1306 PGresult *pg_result; local
2677 pg_result->row++;
2783 pg_result->row++;
5257 pg_result->row = 0;
5527 PGresult *pg_result; local
5595 PQclear(pg_result);
5629 PQclear(pg_result);
6761 if (pg_result) {
6778 if (pg_result) {
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/core/
H A Dpktgen.c865 char *pg_result = NULL; in pktgen_if_write() local
869 pg_result = &(pkt_dev->result[0]); in pktgen_if_write()
998 sprintf(pg_result, "OK: delay=%llu", in pktgen_if_write()
1105 sprintf(pg_result, "OK: count=%llu", in pktgen_if_write()
1205 sprintf(pg_result, in pktgen_if_write()
1235 sprintf(pg_result, in pktgen_if_write()
1312 sprintf(pg_result, "OK: dst6=%s", buf); in pktgen_if_write()
1527 cnt = sprintf(pg_result, "OK: mpls="); in pktgen_if_write()
1529 cnt += sprintf(pg_result + cnt, in pktgen_if_write()
1756 char *pg_result; in pktgen_thread_write() local
[all …]

12345678910>>...14