Home
last modified time | relevance | path

Searched refs:allocateSpace (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c74940 static SQLITE_INLINE int allocateSpace(MemPage *pPage, int nByte, int *pIdx){ function
80488 rc = allocateSpace(pPage, sz, &idx);
80578 rc = allocateSpace(pPage, sz, &idx);