Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbevtab.c22 typedef struct bytecodevtab bytecodevtab; typedef
23 struct bytecodevtab { struct
57 bytecodevtab *pNew; in bytecodevtabConnect()
102 bytecodevtab *p = (bytecodevtab*)pVtab; in bytecodevtabDisconnect()
111 bytecodevtab *pVTab = (bytecodevtab*)p; in bytecodevtabOpen()
155 bytecodevtab *pTab = (bytecodevtab*)cur->pVtab; in bytecodevtabNext()
199 bytecodevtab *pVTab = (bytecodevtab*)cur->pVtab; in bytecodevtabColumn()
319 bytecodevtab *pVTab = (bytecodevtab *)pVtabCursor->pVtab; in bytecodevtabFilter()
362 bytecodevtab *pVTab = (bytecodevtab*)tab; in bytecodevtabBestIndex()