Searched refs:IdxRemCtx (Results 1 – 1 of 1) sorted by relevance
10716 struct IdxRemCtx { struct10736 struct IdxRemCtx *p = (struct IdxRemCtx*)sqlite3_user_data(pCtx); in idxRemFunc() argument10951 struct IdxRemCtx *pCtx = 0; in idxPopulateStat1()10977 int nByte = sizeof(struct IdxRemCtx) + (sizeof(struct IdxRemSlot) * nMax); in idxPopulateStat1()10978 pCtx = (struct IdxRemCtx*)idxMalloc(&rc, nByte); in idxPopulateStat1()