Searched refs:IdxRemCtx (Results 1 – 1 of 1) sorted by relevance
16325 struct IdxRemCtx { struct16345 struct IdxRemCtx *p = (struct IdxRemCtx*)sqlite3_user_data(pCtx); in idxRemFunc() argument16572 struct IdxRemCtx *pCtx = 0; in idxPopulateStat1()16598 i64 nByte = sizeof(struct IdxRemCtx) + (sizeof(struct IdxRemSlot) * nMax); in idxPopulateStat1()16599 pCtx = (struct IdxRemCtx*)idxMalloc(&rc, nByte); in idxPopulateStat1()