Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dvtshim.c262 static int vtshimEof(sqlite3_vtab_cursor *pX){ in vtshimEof() function
494 pAux->sSelf.xEof = p->xEof ? vtshimEof : 0; in sqlite3_create_disposable_module()