Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dqresult.c675 if (!QR_once_reached_eof(self) && self->cursTuple >= (Int4) self->num_total_read) in QR_from_PGresult()
906 if (QR_once_reached_eof(self) && in QR_move_cursor_to_last()
923 if (!QR_once_reached_eof(self)) in QR_move_cursor_to_last()
970 if (QR_once_reached_eof(self) && self->cursTuple >= (Int4) QR_get_num_total_read(self)) in QR_next_tuple()
1034 if (!QR_once_reached_eof(self)) in QR_next_tuple()
1074 else if (QR_once_reached_eof(self)) in QR_next_tuple()
1173 …curr_eof = reached_eof_now = (QR_once_reached_eof(self) && self->cursTuple >= (Int4)self->num_tota… in QR_next_tuple()
H A Dqresult.h149 #define QR_get_num_total_tuples(self) (QR_once_reached_eof(self) ? (self->num_total_read + self->a…
204 #define QR_once_reached_eof(self) ((self->pstatus & FQR_REACHED_EOF) != 0) macro
H A Dresults.c340 if (QR_once_reached_eof(res)) in PGAPI_DescribeCol()
639 if (QR_once_reached_eof(res)) in PGAPI_ColAttributes()
1228 if (!QR_once_reached_eof(res)) in getNthValid()
1292 if (!QR_once_reached_eof(res)) in getNthValid()
1500 reached_eof = QR_once_reached_eof(res) && QR_get_cursor(res); in PGAPI_ExtendedFetch()
H A Dconnection.c1462 QR_once_reached_eof(res)) in CC_close_eof_cursors()
H A Dstatement.c1715 QR_once_reached_eof(res)) in SC_fetch()