Home
last modified time | relevance | path

Searched refs:xEof (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h4080 int (*xEof)(sqlite3_vtab_cursor*); member
/external/sqlite/dist/
Dsqlite3.h4964 int (*xEof)(sqlite3_vtab_cursor*); member
Dsqlite3.c5514 int (*xEof)(sqlite3_vtab_cursor*); member
70790 u.cm.res = u.cm.pModule->xEof(u.cm.pVtabCursor);
70898 u.co.res = u.co.pModule->xEof(u.co.pCur->pVtabCursor);
/external/sqlite/dist/orig/
Dsqlite3.h4964 int (*xEof)(sqlite3_vtab_cursor*); member
Dsqlite3.c5514 int (*xEof)(sqlite3_vtab_cursor*); member
70762 u.cm.res = u.cm.pModule->xEof(u.cm.pVtabCursor);
70870 u.co.res = u.co.pModule->xEof(u.co.pCur->pVtabCursor);