pGeomCtx 154360 ext/sqlite3/libsqlite/sqlite3.c RtreeGeomCallback *pGeomCtx = (RtreeGeomCallback *)sqlite3_user_data(ctx); pGeomCtx 154371 ext/sqlite3/libsqlite/sqlite3.c pBlob->cb = pGeomCtx[0]; pGeomCtx 154393 ext/sqlite3/libsqlite/sqlite3.c RtreeGeomCallback *pGeomCtx; /* Context object for new user-function */ pGeomCtx 154396 ext/sqlite3/libsqlite/sqlite3.c pGeomCtx = (RtreeGeomCallback *)sqlite3_malloc(sizeof(RtreeGeomCallback)); pGeomCtx 154397 ext/sqlite3/libsqlite/sqlite3.c if( !pGeomCtx ) return SQLITE_NOMEM; pGeomCtx 154398 ext/sqlite3/libsqlite/sqlite3.c pGeomCtx->xGeom = xGeom; pGeomCtx 154399 ext/sqlite3/libsqlite/sqlite3.c pGeomCtx->xQueryFunc = 0; pGeomCtx 154400 ext/sqlite3/libsqlite/sqlite3.c pGeomCtx->xDestructor = 0; pGeomCtx 154401 ext/sqlite3/libsqlite/sqlite3.c pGeomCtx->pContext = pContext; pGeomCtx 154403 ext/sqlite3/libsqlite/sqlite3.c (void *)pGeomCtx, geomCallback, 0, 0, rtreeFreeCallback pGeomCtx 154418 ext/sqlite3/libsqlite/sqlite3.c RtreeGeomCallback *pGeomCtx; /* Context object for new user-function */ pGeomCtx 154421 ext/sqlite3/libsqlite/sqlite3.c pGeomCtx = (RtreeGeomCallback *)sqlite3_malloc(sizeof(RtreeGeomCallback)); pGeomCtx 154422 ext/sqlite3/libsqlite/sqlite3.c if( !pGeomCtx ) return SQLITE_NOMEM; pGeomCtx 154423 ext/sqlite3/libsqlite/sqlite3.c pGeomCtx->xGeom = 0; pGeomCtx 154424 ext/sqlite3/libsqlite/sqlite3.c pGeomCtx->xQueryFunc = xQueryFunc; pGeomCtx 154425 ext/sqlite3/libsqlite/sqlite3.c pGeomCtx->xDestructor = xDestructor; pGeomCtx 154426 ext/sqlite3/libsqlite/sqlite3.c pGeomCtx->pContext = pContext; pGeomCtx 154428 ext/sqlite3/libsqlite/sqlite3.c (void *)pGeomCtx, geomCallback, 0, 0, rtreeFreeCallback