Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h9419 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
9480 struct sqlite3_rtree_query_info { struct
9482 int nParam; /* Number of function parameters */
9483 sqlite3_rtree_dbl *aParam; /* value of function parameters */
9485 void (*xDelUser)(void*); /* function to free pUser */
9488 int nCoord; /* Number of coordinates */
9491 sqlite3_int64 iRowid; /* Rowid for current entry */
9492 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
9493 int eParentWithin; /* Visibility of parent node */
9494 int eWithin; /* OUT: Visibility */
[all …]
H A Dsqlite3.c10458 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
10519 struct sqlite3_rtree_query_info { struct
10521 int nParam; /* Number of function parameters */
10522 sqlite3_rtree_dbl *aParam; /* value of function parameters */
10524 void (*xDelUser)(void*); /* function to free pUser */
10527 int nCoord; /* Number of coordinates */
10530 sqlite3_int64 iRowid; /* Rowid for current entry */
10531 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
10532 int eParentWithin; /* Visibility of parent node */
10533 int eWithin; /* OUT: Visibility */
[all …]

Completed in 507 milliseconds