Lines Matching defs:xShmBarrier
1167 void (*xShmBarrier)(sqlite3_file*);
26211 id->pMethods->xShmBarrier(id);
29412 ** and also for the implementation of xShmBarrier in the VFS in cases
29895 ** and also for the xShmBarrier method of the VFS in cases when SQLite is
37510 0, /* xShmBarrier */
37534 0, /* xShmBarrier */
43919 unixShmBarrier, /* xShmBarrier */ \
51270 winShmBarrier, /* xShmBarrier */
51296 winShmBarrier, /* xShmBarrier */
53043 0, /* xShmBarrier */
106354 0, /* xShmBarrier */
223139 p->pReal->pMethods->xShmBarrier(p->pReal);
223187 rbuVfsShmBarrier, /* xShmBarrier */