Searched refs:pVtab (Results 1 – 6 of 6) sorted by relevance
/external/sqlite/dist/ |
D | shell.c | 311 static int schemaDestroy(sqlite3_vtab *pVtab){ in schemaDestroy() argument 312 sqlite3_free(pVtab); in schemaDestroy() 327 schema_vtab *pVtab; in schemaCreate() local 344 pVtab = sqlite3_malloc(sizeof(schema_vtab)); in schemaCreate() 345 if( pVtab ){ in schemaCreate() 346 memset(pVtab, 0, sizeof(schema_vtab)); in schemaCreate() 347 pVtab->db = (sqlite3 *)pAux; in schemaCreate() 348 pVtab->pType = pType; in schemaCreate() 351 *ppVtab = (sqlite3_vtab *)pVtab; in schemaCreate() 447 schema_vtab *pVtab = (schema_vtab *)(cur->pVtab); in schemaNext() local [all …]
|
D | sqlite3.h | 4173 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, 4176 int (*xRename)(sqlite3_vtab *pVtab, const char *zNew); 4345 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ member
|
D | sqlite3.c | 4697 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, 4700 int (*xRename)(sqlite3_vtab *pVtab, const char *zNew); 4869 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 48348 sqlite3_vtab *pVtab = pOp->p4.pVtab->pVtab; 48349 sqlite3_snprintf(nTemp, zTemp, "vtab:%p:%p", pVtab, pVtab->pModule); 52818 sqlite3_vtab *pVtab; 52934 sqlite3_vtab *pVtab; 52944 sqlite3_vtab *pVtab; [all …]
|
D | sqlite3.c.orig | 4697 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, 4700 int (*xRename)(sqlite3_vtab *pVtab, const char *zNew); 4869 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ 7127 VTable *pVtab; /* Used when p4type is P4_VTAB */ 8710 sqlite3_vtab *pVtab; /* Pointer to vtab instance */ 48337 sqlite3_vtab *pVtab = pOp->p4.pVtab->pVtab; 48338 sqlite3_snprintf(nTemp, zTemp, "vtab:%p:%p", pVtab, pVtab->pModule); 52807 sqlite3_vtab *pVtab; 52923 sqlite3_vtab *pVtab; 52933 sqlite3_vtab *pVtab; [all …]
|
D | sqlite3.h.orig | 4173 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, 4176 int (*xRename)(sqlite3_vtab *pVtab, const char *zNew); 4345 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
|
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
D | sqlite3.h | 2399 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, 2530 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ member
|