Searched defs:ppCursor (Results 1 – 1 of 1) sorted by relevance
91 module.xOpen = [](sqlite3_vtab* pVTab, sqlite3_vtab_cursor** ppCursor) { in TableRegister()216 int TableBase::Open(sqlite3_vtab_cursor** ppCursor) in Open()