Searched refs:IdxRemCtx (Results 1 – 1 of 1) sorted by relevance
1489 struct IdxRemCtx { struct1509 struct IdxRemCtx *p = (struct IdxRemCtx*)sqlite3_user_data(pCtx); in idxRemFunc() argument1727 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()