OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pVTable
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
vtab.c
107
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
;
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
->pNext
[
all
...]
sqliteInt.h
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 358 milliseconds