Searched refs:IdxRemCtx (Results 1 – 1 of 1) sorted by relevance
16287 struct IdxRemCtx { struct16307 struct IdxRemCtx *p = (struct IdxRemCtx*)sqlite3_user_data(pCtx); in idxRemFunc() argument16534 struct IdxRemCtx *pCtx = 0; in idxPopulateStat1()16560 i64 nByte = sizeof(struct IdxRemCtx) + (sizeof(struct IdxRemSlot) * nMax); in idxPopulateStat1()16561 pCtx = (struct IdxRemCtx*)idxMalloc(&rc, nByte); in idxPopulateStat1()