Searched refs:xRowid (Results 1 – 4 of 4) sorted by relevance
5504 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid); member
5711 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid); member75325 assert( pModule->xRowid );75326 rc = pModule->xRowid(pC->pVtabCursor, &v);
5711 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid); member75307 assert( pModule->xRowid );75308 rc = pModule->xRowid(pC->pVtabCursor, &v);