Searched refs:sqlite3_index_info (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h4869 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
4889 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4914 ** KEYWORDS: sqlite3_index_info
4916 ** The sqlite3_index_info structure and its substructures is used to
4962 struct sqlite3_index_info { struct
H A DsqliteInt.h1327 sqlite3_index_info *pBestIdx; /* Index information for this level */
1333 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
1359 sqlite3_index_info **apInfo; /* Array of pointers to index info structures */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h4869 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
4889 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4914 ** KEYWORDS: sqlite3_index_info
4916 ** The sqlite3_index_info structure and its substructures is used to
4962 struct sqlite3_index_info { struct
H A DsqliteInt.h1327 sqlite3_index_info *pBestIdx; /* Index information for this level */
1333 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
1359 sqlite3_index_info **apInfo; /* Array of pointers to index info structures */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h4869 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
4889 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4914 ** KEYWORDS: sqlite3_index_info
4916 ** The sqlite3_index_info structure and its substructures is used to
4962 struct sqlite3_index_info { struct
H A DsqliteInt.h1327 sqlite3_index_info *pBestIdx; /* Index information for this level */
1333 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
1359 sqlite3_index_info **apInfo; /* Array of pointers to index info structures */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h4289 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
4317 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4341 ** KEYWORDS: sqlite3_index_info
4343 ** The sqlite3_index_info structure and its substructures is used as part
4392 struct sqlite3_index_info { struct
4422 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c4826 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
4854 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4878 ** KEYWORDS: sqlite3_index_info
4880 ** The sqlite3_index_info structure and its substructures is used as part
4929 struct sqlite3_index_info { struct
4959 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
9677 sqlite3_index_info *pVtabIdx; /* Virtual table index to use */
9722 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h4289 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
4317 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4341 ** KEYWORDS: sqlite3_index_info
4343 ** The sqlite3_index_info structure and its substructures is used as part
4392 struct sqlite3_index_info { struct
4422 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c4826 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
4854 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4878 ** KEYWORDS: sqlite3_index_info
4880 ** The sqlite3_index_info structure and its substructures is used as part
4929 struct sqlite3_index_info { struct
4959 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
9677 sqlite3_index_info *pVtabIdx; /* Virtual table index to use */
9722 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h4289 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
4317 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4341 ** KEYWORDS: sqlite3_index_info
4343 ** The sqlite3_index_info structure and its substructures is used as part
4392 struct sqlite3_index_info { struct
4422 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c4826 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
4854 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4878 ** KEYWORDS: sqlite3_index_info
4880 ** The sqlite3_index_info structure and its substructures is used as part
4929 struct sqlite3_index_info { struct
4959 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
9677 sqlite3_index_info *pVtabIdx; /* Virtual table index to use */
9722 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
[all...]

Completed in 1374 milliseconds