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