Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dresults.c1421 SQLLEN num_tuples, i, fc_io; in PGAPI_ExtendedFetch() local
1862 for (i = 0, fc_io = 0; SQL_NO_DATA_FOUND != result && SQL_ERROR != result; currp++) in PGAPI_ExtendedFetch()
1864 fc_io++; in PGAPI_ExtendedFetch()
1883 if (rowsetSize - i + fc_io > reqsize) in PGAPI_ExtendedFetch()
1884 QR_set_reqsize(res, (Int4) (rowsetSize - i + fc_io)); in PGAPI_ExtendedFetch()
1936 stmt->last_fetch_count_include_ommitted = fc_io; in PGAPI_ExtendedFetch()