Searched refs:maxRows (Results 1 – 2 of 2) sorted by relevance
30 int32_t maxRows; member66 pv->maxRows=UPVEC_INITIAL_ROWS; in upvec_open()202 if((rows+splitFirstRow+splitLastRow)>pv->maxRows) { in upvec_setValue()206 if(pv->maxRows<UPVEC_MEDIUM_ROWS) { in upvec_setValue()208 } else if(pv->maxRows<UPVEC_MAX_ROWS) { in upvec_setValue()225 pv->maxRows=newMaxRows; in upvec_setValue()
1507 int32_t row, maxRows; in initializeRegistry() local1509 maxRows = ures_getSize(transIDs); in initializeRegistry()1510 for (row = 0; row < maxRows; row++) { in initializeRegistry()