Home
last modified time | relevance | path

Searched defs:pVtab (Results 1 – 4 of 4) sorted by relevance

/external/sqlite/dist/
Dshell.c311 static int schemaDestroy(sqlite3_vtab *pVtab){ in schemaDestroy()
327 schema_vtab *pVtab; in schemaCreate() local
447 schema_vtab *pVtab = (schema_vtab *)(cur->pVtab); in schemaNext() local
522 schema_vtab *pVtab = (schema_vtab *)(pVtabCursor->pVtab); in schemaFilter() local
Dsqlite3.h4345 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ member
Dsqlite3.c4869 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ member
7132 VTable *pVtab; /* Used when p4type is P4_VTAB */ member
8715 sqlite3_vtab *pVtab; /* Pointer to vtab instance */ member
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h2530 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ member