Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Dtest_rtreedoc.c28 typedef struct BoxGeomCtx BoxGeomCtx; typedef
29 struct BoxGeomCtx { struct
41 BoxGeomCtx *p = (BoxGeomCtx*)pCtx; in testDelUser() argument
56 BoxGeomCtx *pCtx = (BoxGeomCtx*)p->pContext; in invokeTclGeomCb()
108 BoxGeomCtx *pBGCtx = sqlite3_malloc(sizeof(BoxGeomCtx)); in invokeTclGeomCb()
182 BoxGeomCtx *pCtx; in register_box_geom()
191 pCtx = (BoxGeomCtx*)ckalloc(sizeof(BoxGeomCtx*)); in register_box_geom()