Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c193 typedef struct rbu_vfs rbu_vfs; typedef
426 struct rbu_vfs { struct
3858 ((rbu_vfs*)pVfs)->pRbu = p; in rbuCreateVfs()
4519 rbu_vfs *pRbuVfs = p->pRbuVfs; in rbuMainlistAdd()
4872 rbu_vfs *pRbuVfs = p->pRbuVfs; in rbuVfsFileControl()
5051 rbu_vfs *pRbuVfs = (rbu_vfs*)pVfs; in rbuVfsOpen()
5123 sqlite3_vfs *pRealVfs = ((rbu_vfs*)pVfs)->pRealVfs; in rbuVfsDelete()
5137 rbu_vfs *pRbuVfs = (rbu_vfs*)pVfs; in rbuVfsAccess()
5269 sqlite3_mutex_free(((rbu_vfs*)pVfs)->mutex); in sqlite3rbu_destroy_vfs()
5318 nByte = sizeof(rbu_vfs) + nName + 1; in sqlite3rbu_create_vfs()
[all …]