Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c12156 SQLITE_PRIVATE void *sqlite3ScratchMalloc(int);
19498 SQLITE_PRIVATE void *sqlite3ScratchMalloc(int n){ in sqlite3ScratchMalloc() function
48193 p = (WalIterator *)sqlite3ScratchMalloc(nByte);
48203 aTmp = (ht_slot *)sqlite3ScratchMalloc(
56931 apCell = sqlite3ScratchMalloc( szScratch );
122714 if( sz ) *ppNew = sqlite3ScratchMalloc(sz);