Home
last modified time | relevance | path

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

/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3.h10839 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
10900 struct sqlite3_rtree_query_info { struct
10901 void *pContext; /* pContext from when function registered */
10902 int nParam; /* Number of function parameters */
10903 sqlite3_rtree_dbl *aParam; /* value of function parameters */
10904 void *pUser; /* callback can use this, if desired */
10905 void (*xDelUser)(void*); /* function to free pUser */
10906 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
10907 unsigned int *anQueue; /* Number of pending entries in the queue */
10908 int nCoord; /* Number of coordinates */
[all …]
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3.h10839 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
10900 struct sqlite3_rtree_query_info { struct
10901 void *pContext; /* pContext from when function registered */
10902 int nParam; /* Number of function parameters */
10903 sqlite3_rtree_dbl *aParam; /* value of function parameters */
10904 void *pUser; /* callback can use this, if desired */
10905 void (*xDelUser)(void*); /* function to free pUser */
10906 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
10907 unsigned int *anQueue; /* Number of pending entries in the queue */
10908 int nCoord; /* Number of coordinates */
[all …]
/external/sqlite/dist/sqlite-autoconf-3440400/
Dsqlite3.h10839 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
10900 struct sqlite3_rtree_query_info { struct
10901 void *pContext; /* pContext from when function registered */
10902 int nParam; /* Number of function parameters */
10903 sqlite3_rtree_dbl *aParam; /* value of function parameters */
10904 void *pUser; /* callback can use this, if desired */
10905 void (*xDelUser)(void*); /* function to free pUser */
10906 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
10907 unsigned int *anQueue; /* Number of pending entries in the queue */
10908 int nCoord; /* Number of coordinates */
[all …]
/external/sqlite/dist/sqlite-autoconf-3440400/orig/
Dsqlite3.h10839 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
10900 struct sqlite3_rtree_query_info { struct
10901 void *pContext; /* pContext from when function registered */
10902 int nParam; /* Number of function parameters */
10903 sqlite3_rtree_dbl *aParam; /* value of function parameters */
10904 void *pUser; /* callback can use this, if desired */
10905 void (*xDelUser)(void*); /* function to free pUser */
10906 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
10907 unsigned int *anQueue; /* Number of pending entries in the queue */
10908 int nCoord; /* Number of coordinates */
[all …]
/external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.14.0.rs2219 pub struct sqlite3_rtree_query_info { struct
2220 pub pContext: *mut ::std::os::raw::c_void,
2221 pub nParam: ::std::os::raw::c_int,
2222 pub aParam: *mut sqlite3_rtree_dbl,
2223 pub pUser: *mut ::std::os::raw::c_void,
2224 pub xDelUser: ::std::option::Option<unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void)>,
2225 pub aCoord: *mut sqlite3_rtree_dbl,
2226 pub anQueue: *mut ::std::os::raw::c_uint,
2227 pub nCoord: ::std::os::raw::c_int,
2228 pub iLevel: ::std::os::raw::c_int,
[all …]
Dbindgen_3.14.0_ext.rs1013 pub struct sqlite3_rtree_query_info { struct
1014 pub pContext: *mut ::std::os::raw::c_void,
1015 pub nParam: ::std::os::raw::c_int,
1016 pub aParam: *mut sqlite3_rtree_dbl,
1017 pub pUser: *mut ::std::os::raw::c_void,
1018 pub xDelUser: ::std::option::Option<unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void)>,
1019 pub aCoord: *mut sqlite3_rtree_dbl,
1020 pub anQueue: *mut ::std::os::raw::c_uint,
1021 pub nCoord: ::std::os::raw::c_int,
1022 pub iLevel: ::std::os::raw::c_int,
[all …]