Searched refs:pVTable (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvtab.c107 for(pVtab=pTab->pVTable; pVtab && pVtab->db!=db; pVtab=pVtab->pNext);
134 ** p->pVTable list to the sqlite3.pDisconnect lists of their associated
137 ** connection db is left in the p->pVTable list.
141 VTable *pVTable = p->pVTable; local
142 p->pVTable = 0;
148 ** database connection that may have an entry in the p->pVTable list.
152 while( pVTable ){
153 sqlite3 *db2 = pVTable->db;
154 VTable *pNext = pVTable
437 VTable *pVTable; local
[all...]
H A DsqliteInt.h1208 ** the Table.pVTable member variable of the corresponding Table object.
1217 ** immediately. Instead, they are moved from the Table.pVTable list to
1289 VTable *pVTable; /* List of VTable objects. */ member in struct:Table
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9553 ** the Table.pVTable member variable of the corresponding Table object.
9562 ** immediately. Instead, they are moved from the Table.pVTable list to
9634 VTable *pVTable; /* List of VTable objects. */ member in struct:Table
96853 VTable *pVTable = p->pVTable; local
97149 VTable *pVTable; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10876 ** the Table.pVTable member variable of the corresponding Table object.
10885 ** immediately. Instead, they are moved from the Table.pVTable list to
10965 VTable *pVTable; /* List of VTable objects. */ member in struct:Table
109355 VTable *pVTable; /* The virtual table being constructed */ member in struct:VtabCtx
109485 VTable *pVTable = p->pVTable; local
109808 VTable *pVTable; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10876 ** the Table.pVTable member variable of the corresponding Table object.
10885 ** immediately. Instead, they are moved from the Table.pVTable list to
10965 VTable *pVTable; /* List of VTable objects. */ member in struct:Table
109375 VTable *pVTable; /* The virtual table being constructed */ member in struct:VtabCtx
109505 VTable *pVTable = p->pVTable; local
109828 VTable *pVTable; local
[all...]

Completed in 927 milliseconds