Home | History | Annotate | Download | only in dist

Lines Matching refs: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 of
1294 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
1324 int (*xRoundup)(int); /* Round up request size to allocation size */