Searched refs:IdxRemCtx (Results 1 – 2 of 2) sorted by relevance
7330 struct IdxRemCtx { struct7350 struct IdxRemCtx *p = (struct IdxRemCtx*)sqlite3_user_data(pCtx); in idxRemFunc() argument7565 struct IdxRemCtx *pCtx = 0; in idxPopulateStat1()7591 int nByte = sizeof(struct IdxRemCtx) + (sizeof(struct IdxRemSlot) * nMax); in idxPopulateStat1()7592 pCtx = (struct IdxRemCtx*)idxMalloc(&rc, nByte); in idxPopulateStat1()
7336 struct IdxRemCtx { struct7356 struct IdxRemCtx *p = (struct IdxRemCtx*)sqlite3_user_data(pCtx); in idxRemFunc() argument7571 struct IdxRemCtx *pCtx = 0; in idxPopulateStat1()7597 int nByte = sizeof(struct IdxRemCtx) + (sizeof(struct IdxRemSlot) * nMax); in idxPopulateStat1()7598 pCtx = (struct IdxRemCtx*)idxMalloc(&rc, nByte); in idxPopulateStat1()