Home | History | Annotate | Download | only in dist

Lines Matching refs:xRoundup

1006 ** xRealloc is always a value returned by a prior call to xRoundup.
1007 ** And so in cases where xRoundup always returns a positive number,
1015 ** The xRoundup method returns what would be the allocated size of
1020 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
1050 int (*xRoundup)(int); /* Round up request size to allocation size */