Home
last modified time | relevance | path

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

/dports/databases/libdbi/libdbi-0.9.0/
H A DChangeLog63 * src/dbi_result.c (1.56): _is_row_fetched(): fixed off-by-one
/dports/databases/libdbi/libdbi-0.9.0/src/
H A Ddbi_result.c55 static int _is_row_fetched(dbi_result_t *result, unsigned long long row);
98 if (_is_row_fetched(RESULT, rowidx) == 1) { in dbi_result_seek_row()
1732 static int _is_row_fetched(dbi_result_t *result, unsigned long long row) { in _is_row_fetched() function