Lines Matching defs:xUnfetch
1171 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfst, void *p);
26229 /* The real implementation of xFetch and xUnfetch */
26235 return id->pMethods->xUnfetch(id, iOff, p);
37513 0 /* xUnfetch */
37537 0 /* xUnfetch */
43922 unixUnfetch, /* xUnfetch */ \
51273 winUnfetch /* xUnfetch */
51299 winUnfetch /* xUnfetch */
53046 memdbUnfetch /* xUnfetch */
57891 ** The macro USEFETCH is true if we are allowed to use the xFetch and xUnfetch
106357 0 /* xUnfetch */
223189 0, 0 /* xFetch, xUnfetch */