Home | History | Annotate | Download | only in dist

Lines Matching defs:allocateSpace

74938 static SQLITE_INLINE int allocateSpace(MemPage *pPage, int nByte, int *pIdx){
80486 rc = allocateSpace(pPage, sz, &idx);
80488 /* The allocateSpace() routine guarantees the following properties
80576 rc = allocateSpace(pPage, sz, &idx);
80578 /* The allocateSpace() routine guarantees the following properties