Home
last modified time | relevance | path

Searched refs:IdxRemCtx (Results 1 – 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
Dshell.c7330 struct IdxRemCtx { struct
7350 struct IdxRemCtx *p = (struct IdxRemCtx*)sqlite3_user_data(pCtx); in idxRemFunc() argument
7565 struct IdxRemCtx *pCtx = 0; in idxPopulateStat1()
7591 int nByte = sizeof(struct IdxRemCtx) + (sizeof(struct IdxRemSlot) * nMax); in idxPopulateStat1()
7592 pCtx = (struct IdxRemCtx*)idxMalloc(&rc, nByte); in idxPopulateStat1()
/external/sqlite/dist/
Dshell.c7336 struct IdxRemCtx { struct
7356 struct IdxRemCtx *p = (struct IdxRemCtx*)sqlite3_user_data(pCtx); in idxRemFunc() argument
7571 struct IdxRemCtx *pCtx = 0; in idxPopulateStat1()
7597 int nByte = sizeof(struct IdxRemCtx) + (sizeof(struct IdxRemSlot) * nMax); in idxPopulateStat1()
7598 pCtx = (struct IdxRemCtx*)idxMalloc(&rc, nByte); in idxPopulateStat1()