Searched refs:xEof (Results 1 – 3 of 3) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3.h | 6993 int (*xEof)(sqlite3_vtab_cursor*); member
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 81297 - fsdirEof, /* xEof - check for end of scan */ 82055 - completionEof, /* xEof - check for end of scan */ 82809 + seriesEof, /* xEof - check for end of scan */ 85829 + fsdirEof, /* xEof - check for end of scan */ 86637 - seriesEof, /* xEof - check for end of scan */ 86644 + completionEof, /* xEof - check for end of scan */ 118932 - fsdirEof, /* xEof - check for end of scan */ 119690 - completionEof, /* xEof - check for end of scan */ 120444 + seriesEof, /* xEof - check for end of scan */ 123464 + fsdirEof, /* xEof - check for end of scan */ [all …]
|
/third_party/sqlite/src/ |
D | sqlite3.c | 7306 int (*xEof)(sqlite3_vtab_cursor*); member 94884 res = pModule->xEof(pVCur); 94986 res = pModule->xEof(pCur->uc.pVCur);
|