Searched refs:pDelFrame (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h98 ** is linked into the Vdbe.pDelFrame list. The contents of the Vdbe.pDelFrame
320 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ member in struct:Vdbe
H A Dvdbemem.c491 pFrame->pParent = pFrame->v->pDelFrame;
492 pFrame->v->pDelFrame = pFrame;
H A Dvdbeaux.c1605 while( p->pDelFrame ){
1606 VdbeFrame *pDel = p->pDelFrame;
1607 p->pDelFrame = pDel->pParent;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12312 ** is linked into the Vdbe.pDelFrame list. The contents of the Vdbe.pDelFrame
12534 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ member in struct:Vdbe
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c13980 ** is linked into the Vdbe.pDelFrame list. The contents of the Vdbe.pDelFrame
14224 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ member in struct:Vdbe
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13980 ** is linked into the Vdbe.pDelFrame list. The contents of the Vdbe.pDelFrame
14224 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ member in struct:Vdbe
[all...]

Completed in 1011 milliseconds