Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_devsym.c210 static int devsymShmUnmap(sqlite3_file *pFile, int delFlag){ in devsymShmUnmap() argument
212 return p->pReal->pMethods->xShmUnmap(p->pReal, delFlag); in devsymShmUnmap()
H A Dtest_vfstrace.c585 static int vfstraceShmUnmap(sqlite3_file *pFile, int delFlag){ in vfstraceShmUnmap() argument
590 pInfo->zVfsName, p->zFName, delFlag); in vfstraceShmUnmap()
591 rc = p->pReal->pMethods->xShmUnmap(p->pReal, delFlag); in vfstraceShmUnmap()
H A Dtest6.c560 static int cfShmUnmap(sqlite3_file *pFile, int delFlag){ in cfShmUnmap() argument
562 return pReal->pMethods->xShmUnmap(pReal, delFlag); in cfShmUnmap()
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c5005 static int rbuVfsShmUnmap(sqlite3_file *pFile, int delFlag){ in rbuVfsShmUnmap() argument
5016 rc = p->pReal->pMethods->xShmUnmap(p->pReal, delFlag); in rbuVfsShmUnmap()