Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dqresult.c844 static SQLLEN enlargeKeyCache(QResultClass *self, SQLLEN add_size, const char *message) in enlargeKeyCache() function
1141 …if (enlargeKeyCache(self, self->cache_size - num_backend_rows, "Out of memory while reading tuples… in QR_next_tuple()
1218 if (enlargeKeyCache(self, add_size, "Out of memory while adding tuples") < 0) in QR_next_tuple()