Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dstatement.h575 #define RowIdx2GIdx(ridx, stmt) (ridx + (stmt)->rowset_start) macro
H A Dresults.c1806 stmt->currTuple = RowIdx2GIdx(-1, stmt); in PGAPI_ExtendedFetch()
1942 stmt->currTuple = RowIdx2GIdx(0, stmt); in PGAPI_ExtendedFetch()
3666 limitrow = RowIdx2GIdx(rows_per_fetch, stmt); in SC_pos_reload_needed()
3670 limitrow = RowIdx2GIdx(req_rows_size, stmt); in SC_pos_reload_needed()
4782 global_ridx = RowIdx2GIdx(s->idx, s->stmt); in spos_callback()
4850 s->stmt->currTuple = RowIdx2GIdx(pos_ridx, s->stmt); in spos_callback()