Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_file.c1437 static int fsAllocateBuffer(FileSystem *pFS, int bWrite){ in fsAllocateBuffer() function
1485 if( fsAllocateBuffer(pFS, 0) ) return LSM_NOMEM; in fsReadPagedata()
2567 if( fsAllocateBuffer(pFS, 1) ) return LSM_NOMEM; in fsCompressIntoBuffer()