Searched refs:xEof (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite.h.in4596 int (*xEof)(sqlite3_vtab_cursor*);
4778 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dvdbe.c5603 res = pModule->xEof(pVtabCursor);
5707 res = pModule->xEof(pCur->pVtabCursor);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4601 int (*xEof)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
4783 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dsqlite3.c5144 int (*xEof)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5326 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5320 int (*xEof)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5521 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dsqlite3.c5435 int (*xEof)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5636 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5320 int (*xEof)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5521 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dsqlite3.c5435 int (*xEof)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5636 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
[all...]

Completed in 2122 milliseconds