Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dqresult.h110 UInt2 up_alloc; /* count of allocated updated info */ member
H A Dqresult.c231 rv->up_alloc = 0; in QR_Constructor()
568 self->up_alloc = 0; in QR_free_memory()
H A Dresults.c2543 alloc = res->up_alloc; in enlargeUpdated()
2551 if (alloc <= res->up_alloc) in enlargeUpdated()
2558 res->up_alloc = alloc; in enlargeUpdated()
2584 if (up_count > 0 && 0 == res->up_alloc) return; in AddUpdated()