Home
last modified time | relevance | path

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

/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h9917 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
9978 struct sqlite3_rtree_query_info { struct
9979 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 …]
Dbindgen_bundled_version.rs4445 pub struct sqlite3_rtree_query_info { struct
4466 ::std::mem::size_of::<sqlite3_rtree_query_info>(), in bindgen_test_layout_sqlite3_rtree_query_info() argument
Dsqlite3.c10980 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
11041 struct sqlite3_rtree_query_info { struct
11042 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 …]
/external/sqlite/dist/
Dsqlite3.h10441 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
10502 struct sqlite3_rtree_query_info { struct
10503 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 …]
Dsqlite3.c10747 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
10808 struct sqlite3_rtree_query_info { struct
10809 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 …]
/external/sqlite/dist/orig/
Dsqlite3.h10441 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
10502 struct sqlite3_rtree_query_info { struct
10503 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 …]
Dsqlite3.c10747 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
10808 struct sqlite3_rtree_query_info { struct
10809 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 …]