Lines Matching defs:rtree_ctx
164 rtree_leaf_elm_lookup_hard(tsdn_t *tsdn, rtree_t *rtree, rtree_ctx_t *rtree_ctx,
177 assert(rtree_ctx->cache[i].leafkey != leafkey);
180 assert(rtree_ctx->l2_cache[i].leafkey != leafkey);
216 memmove(&rtree_ctx->l2_cache[1], \
217 &rtree_ctx->l2_cache[0], \
222 rtree_ctx->l2_cache[0].leafkey = \
223 rtree_ctx->cache[slot].leafkey; \
224 rtree_ctx->l2_cache[0].leaf = \
225 rtree_ctx->cache[slot].leaf; \
227 rtree_ctx->cache[slot].leafkey = leafkey; \
228 rtree_ctx->cache[slot].leaf = leaf; \