Searched refs:IdxRemCtx (Results 1 – 1 of 1) sorted by relevance
14314 struct IdxRemCtx { struct14334 struct IdxRemCtx *p = (struct IdxRemCtx*)sqlite3_user_data(pCtx); in idxRemFunc() argument14559 struct IdxRemCtx *pCtx = 0; in idxPopulateStat1()14585 int nByte = sizeof(struct IdxRemCtx) + (sizeof(struct IdxRemSlot) * nMax); in idxPopulateStat1()14586 pCtx = (struct IdxRemCtx*)idxMalloc(&rc, nByte); in idxPopulateStat1()