Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.h4785 int (*xEof)(sqlite3_vtab_cursor*); member
HDsqlite3.c5338 int (*xEof)(sqlite3_vtab_cursor*); member
69401 u.cl.res = u.cl.pModule->xEof(u.cl.pVtabCursor);
69509 u.cn.res = u.cn.pModule->xEof(u.cn.pCur->pVtabCursor);
/NextBSD/contrib/sqlite3/
HDsqlite3.h5526 int (*xEof)(sqlite3_vtab_cursor*); member
HDsqlite3.c5740 int (*xEof)(sqlite3_vtab_cursor*); member
78348 res = pModule->xEof(pVtabCursor);
78434 res = pModule->xEof(pCur->pVtabCursor);