Home
last modified time | relevance | path

Searched defs:sqlite3_rtree_query_info (Results 1 – 4 of 4) sorted by relevance

/external/sqlite/dist/
Dsqlite3.h8832 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
8893 struct sqlite3_rtree_query_info { struct
8894 void *pContext; /* pContext from when function registered */
8895 int nParam; /* Number of function parameters */
8896 sqlite3_rtree_dbl *aParam; /* value of function parameters */
8897 void *pUser; /* callback can use this, if desired */
8898 void (*xDelUser)(void*); /* function to free pUser */
8899 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
8900 unsigned int *anQueue; /* Number of pending entries in the queue */
8901 int nCoord; /* Number of coordinates */
[all …]
Dsqlite3.c9856 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
9917 struct sqlite3_rtree_query_info { struct
9918 void *pContext; /* pContext from when function registered */
9919 int nParam; /* Number of function parameters */
9920 sqlite3_rtree_dbl *aParam; /* value of function parameters */
9921 void *pUser; /* callback can use this, if desired */
9922 void (*xDelUser)(void*); /* function to free pUser */
9923 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
9924 unsigned int *anQueue; /* Number of pending entries in the queue */
9925 int nCoord; /* Number of coordinates */
[all …]
/external/sqlite/dist/orig/
Dsqlite3.h8832 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
8893 struct sqlite3_rtree_query_info { struct
8894 void *pContext; /* pContext from when function registered */
8895 int nParam; /* Number of function parameters */
8896 sqlite3_rtree_dbl *aParam; /* value of function parameters */
8897 void *pUser; /* callback can use this, if desired */
8898 void (*xDelUser)(void*); /* function to free pUser */
8899 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
8900 unsigned int *anQueue; /* Number of pending entries in the queue */
8901 int nCoord; /* Number of coordinates */
[all …]
Dsqlite3.c9856 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
9917 struct sqlite3_rtree_query_info { struct
9918 void *pContext; /* pContext from when function registered */
9919 int nParam; /* Number of function parameters */
9920 sqlite3_rtree_dbl *aParam; /* value of function parameters */
9921 void *pUser; /* callback can use this, if desired */
9922 void (*xDelUser)(void*); /* function to free pUser */
9923 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
9924 unsigned int *anQueue; /* Number of pending entries in the queue */
9925 int nCoord; /* Number of coordinates */
[all …]