Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Drtree.c4496 pBlob->cb = pGeomCtx[0]; in geomCallback()
4530 if( !pGeomCtx ) return SQLITE_NOMEM; in sqlite3_rtree_geometry_callback()
4531 pGeomCtx->xGeom = xGeom; in sqlite3_rtree_geometry_callback()
4532 pGeomCtx->xQueryFunc = 0; in sqlite3_rtree_geometry_callback()
4533 pGeomCtx->xDestructor = 0; in sqlite3_rtree_geometry_callback()
4534 pGeomCtx->pContext = pContext; in sqlite3_rtree_geometry_callback()
4555 if( !pGeomCtx ){ in sqlite3_rtree_query_callback()
4559 pGeomCtx->xGeom = 0; in sqlite3_rtree_query_callback()
4560 pGeomCtx->xQueryFunc = xQueryFunc; in sqlite3_rtree_query_callback()
4561 pGeomCtx->xDestructor = xDestructor; in sqlite3_rtree_query_callback()
[all …]