Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c1489 struct IdxRemCtx { struct
1509 struct IdxRemCtx *p = (struct IdxRemCtx*)sqlite3_user_data(pCtx); in idxRemFunc() argument
1727 struct IdxRemCtx *pCtx = 0; in idxPopulateStat1()
1753 int nByte = sizeof(struct IdxRemCtx) + (sizeof(struct IdxRemSlot) * nMax); in idxPopulateStat1()
1754 pCtx = (struct IdxRemCtx*)idxMalloc(&rc, nByte); in idxPopulateStat1()