Lines Matching refs:xRoundup
1556 ** xRealloc is always a value returned by a prior call to xRoundup.1562 ** The xRoundup method returns what would be the allocated size of1567 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0, 1597 int (*xRoundup)(int); /* Round up request size to allocation size */