Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h7739 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
7800 struct sqlite3_rtree_query_info { struct
7802 int nParam; /* Number of function parameters */
7803 sqlite3_rtree_dbl *aParam; /* value of function parameters */
7805 void (*xDelUser)(void*); /* function to free pUser */
7808 int nCoord; /* Number of coordinates */
7811 sqlite3_int64 iRowid; /* Rowid for current entry */
7812 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
7813 int eParentWithin; /* Visibility of parent node */
7814 int eWithin; /* OUT: Visiblity */
[all …]
H A Dsqlite3.c7946 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
8007 struct sqlite3_rtree_query_info { struct
8009 int nParam; /* Number of function parameters */
8010 sqlite3_rtree_dbl *aParam; /* value of function parameters */
8012 void (*xDelUser)(void*); /* function to free pUser */
8015 int nCoord; /* Number of coordinates */
8018 sqlite3_int64 iRowid; /* Rowid for current entry */
8019 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
8020 int eParentWithin; /* Visibility of parent node */
8021 int eWithin; /* OUT: Visiblity */
[all …]

Completed in 366 milliseconds