Searched refs:IdxRemCtx (Results 1 – 1 of 1) sorted by relevance
13406 struct IdxRemCtx { struct13426 struct IdxRemCtx *p = (struct IdxRemCtx*)sqlite3_user_data(pCtx); in idxRemFunc() argument13645 struct IdxRemCtx *pCtx = 0; in idxPopulateStat1()13671 int nByte = sizeof(struct IdxRemCtx) + (sizeof(struct IdxRemSlot) * nMax); in idxPopulateStat1()13672 pCtx = (struct IdxRemCtx*)idxMalloc(&rc, nByte); in idxPopulateStat1()