Home
last modified time | relevance | path

Searched refs:BoxQueryCtx (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/rtree/
H A Dtest_rtreedoc.c34 typedef struct BoxQueryCtx BoxQueryCtx; typedef
35 struct BoxQueryCtx { struct
205 BoxQueryCtx *pCtx = (BoxQueryCtx*)pInfo->pContext; in box_query()
305 BoxQueryCtx *pCtx = (BoxQueryCtx*)p; in box_query_destroy()
319 BoxQueryCtx *pCtx; in register_box_query()
327 pCtx = (BoxQueryCtx*)ckalloc(sizeof(BoxQueryCtx)); in register_box_query()