Searched refs:pVtab (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dshell.c311 static int schemaDestroy(sqlite3_vtab *pVtab){ argument
312 sqlite3_free(pVtab);
327 schema_vtab *pVtab; local
344 pVtab = sqlite3_malloc(sizeof(schema_vtab));
345 if( pVtab ){
346 memset(pVtab, 0, sizeof(schema_vtab));
347 pVtab->db = (sqlite3 *)pAux;
348 pVtab->pType = pType;
351 *ppVtab = (sqlite3_vtab *)pVtab;
447 schema_vtab *pVtab local
522 schema_vtab *pVtab = (schema_vtab *)(pVtabCursor->pVtab); local
[all...]
H A Dsqlite3.h4173 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 in struct:sqlite3_vtab_cursor
H A Dsqlite3.c4697 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 in struct:sqlite3_vtab_cursor
7107 VTable *pVtab; /* Used when p4type is P4_VTAB */ member in union:VdbeOp::__anon1169
8688 sqlite3_vtab *pVtab; /* Pointer to vtab instance */ member in struct:VTable
48062 sqlite3_vtab *pVtab = pOp->p4.pVtab->pVtab; local
52509 sqlite3_vtab *pVtab; member in struct:vdbeExecUnion::OP_Rowid_stack_vars
52625 sqlite3_vtab *pVtab; member in struct:vdbeExecUnion::OP_VOpen_stack_vars
52635 sqlite3_vtab *pVtab; member in struct:vdbeExecUnion::OP_VFilter_stack_vars
52642 sqlite3_vtab *pVtab; member in struct:vdbeExecUnion::OP_VColumn_stack_vars
52648 sqlite3_vtab *pVtab; member in struct:vdbeExecUnion::OP_VNext_stack_vars
52654 sqlite3_vtab *pVtab; member in struct:vdbeExecUnion::OP_VRename_stack_vars
52658 sqlite3_vtab *pVtab; member in struct:vdbeExecUnion::OP_VUpdate_stack_vars
85649 VTable *pVtab; local
86326 sqlite3_vtab *pVtab = aVTrans[i]->pVtab; local
86426 sqlite3_vtab *pVtab; local
88263 sqlite3_vtab *pVtab = sqlite3GetVTable(pParse->db, pTab)->pVtab; local
98848 fts3DisconnectMethod(sqlite3_vtab *pVtab) argument
98874 fts3DestroyMethod(sqlite3_vtab *pVtab) argument
100414 fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
100427 fts3SyncMethod(sqlite3_vtab *pVtab) argument
100434 fts3BeginMethod(sqlite3_vtab *pVtab) argument
100445 fts3CommitMethod(sqlite3_vtab *pVtab) argument
100455 fts3RollbackMethod(sqlite3_vtab *pVtab) argument
100710 fts3FindFunctionMethod( sqlite3_vtab *pVtab, int nArg, const char *zName, void (**pxFunc)(sqlite3_context*,int,sqlite3_value**), void **ppArg ) argument
100747 fts3RenameMethod( sqlite3_vtab *pVtab, const char *zName ) argument
105821 sqlite3Fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
106143 Fts3Table *pVtab; /* The full text index */ local
107904 rtreeDisconnect(sqlite3_vtab *pVtab) argument
107912 rtreeDestroy(sqlite3_vtab *pVtab) argument
109585 rtreeUpdate( sqlite3_vtab *pVtab, int nData, sqlite3_value **azData, sqlite_int64 *pRowid ) argument
109747 rtreeRename(sqlite3_vtab *pVtab, const char *zNewName) argument
[all...]

Completed in 373 milliseconds