Searched defs:sqlite3_rtree_query_info (Results 1 – 7 of 7) sorted by relevance
9917 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef9978 struct sqlite3_rtree_query_info { struct9979 void *pContext; /* pContext from when function registered */9980 int nParam; /* Number of function parameters */9981 sqlite3_rtree_dbl *aParam; /* value of function parameters */9982 void *pUser; /* callback can use this, if desired */9983 void (*xDelUser)(void*); /* function to free pUser */9984 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */9985 unsigned int *anQueue; /* Number of pending entries in the queue */9986 int nCoord; /* Number of coordinates */[all …]
4445 pub struct sqlite3_rtree_query_info { struct4466 ::std::mem::size_of::<sqlite3_rtree_query_info>(), in bindgen_test_layout_sqlite3_rtree_query_info() argument
10980 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef11041 struct sqlite3_rtree_query_info { struct11042 void *pContext; /* pContext from when function registered */11043 int nParam; /* Number of function parameters */11044 sqlite3_rtree_dbl *aParam; /* value of function parameters */11045 void *pUser; /* callback can use this, if desired */11046 void (*xDelUser)(void*); /* function to free pUser */11047 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */11048 unsigned int *anQueue; /* Number of pending entries in the queue */11049 int nCoord; /* Number of coordinates */[all …]
10441 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef10502 struct sqlite3_rtree_query_info { struct10503 void *pContext; /* pContext from when function registered */10504 int nParam; /* Number of function parameters */10505 sqlite3_rtree_dbl *aParam; /* value of function parameters */10506 void *pUser; /* callback can use this, if desired */10507 void (*xDelUser)(void*); /* function to free pUser */10508 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */10509 unsigned int *anQueue; /* Number of pending entries in the queue */10510 int nCoord; /* Number of coordinates */[all …]
10747 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef10808 struct sqlite3_rtree_query_info { struct10809 void *pContext; /* pContext from when function registered */10810 int nParam; /* Number of function parameters */10811 sqlite3_rtree_dbl *aParam; /* value of function parameters */10812 void *pUser; /* callback can use this, if desired */10813 void (*xDelUser)(void*); /* function to free pUser */10814 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */10815 unsigned int *anQueue; /* Number of pending entries in the queue */10816 int nCoord; /* Number of coordinates */[all …]