Searched refs:pIdxInfo (Results 1 - 6 of 6) 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 DsqliteInt.h1295 ** The pIdxInfo and pBestIdx fields are used to help pick the best
1296 ** index on a virtual table. The pIdxInfo pointer contains indexing
1298 ** All the pIdxInfo pointers are freed by whereInfoFree() in where.c.
1299 ** The pBestIdx pointer is a copy of pIdxInfo for the i-th table after
1301 ** it in different words. WhereInfo.a[i].pIdxInfo is index information
1304 ** either NULL or a copy of some pIdxInfo. So for cleanup it is
1305 ** sufficient to free all of the pIdxInfo pointers.
1333 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */ member in struct:WhereLevel
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h1295 ** The pIdxInfo and pBestIdx fields are used to help pick the best
1296 ** index on a virtual table. The pIdxInfo pointer contains indexing
1298 ** All the pIdxInfo pointers are freed by whereInfoFree() in where.c.
1299 ** The pBestIdx pointer is a copy of pIdxInfo for the i-th table after
1301 ** it in different words. WhereInfo.a[i].pIdxInfo is index information
1304 ** either NULL or a copy of some pIdxInfo. So for cleanup it is
1305 ** sufficient to free all of the pIdxInfo pointers.
1333 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */ member in struct:WhereLevel
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h1295 ** The pIdxInfo and pBestIdx fields are used to help pick the best
1296 ** index on a virtual table. The pIdxInfo pointer contains indexing
1298 ** All the pIdxInfo pointers are freed by whereInfoFree() in where.c.
1299 ** The pBestIdx pointer is a copy of pIdxInfo for the i-th table after
1301 ** it in different words. WhereInfo.a[i].pIdxInfo is index information
1304 ** either NULL or a copy of some pIdxInfo. So for cleanup it is
1305 ** sufficient to free all of the pIdxInfo pointers.
1333 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */ member in struct:WhereLevel
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c9687 ** The pIdxInfo field is used to help pick the best index on a
9688 ** virtual table. The pIdxInfo pointer contains indexing
9690 ** All the pIdxInfo pointers are freed by whereInfoFree() in where.c.
9722 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */ member in struct:WhereLevel
96106 sqlite3_index_info *pIdxInfo; local
96265 sqlite3_index_info *pIdxInfo; local
117089 rtreeBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c9687 ** The pIdxInfo field is used to help pick the best index on a
9688 ** virtual table. The pIdxInfo pointer contains indexing
9690 ** All the pIdxInfo pointers are freed by whereInfoFree() in where.c.
9722 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */ member in struct:WhereLevel
96106 sqlite3_index_info *pIdxInfo; local
96265 sqlite3_index_info *pIdxInfo; local
117089 rtreeBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c9687 ** The pIdxInfo field is used to help pick the best index on a
9688 ** virtual table. The pIdxInfo pointer contains indexing
9690 ** All the pIdxInfo pointers are freed by whereInfoFree() in where.c.
9722 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */ member in struct:WhereLevel
96106 sqlite3_index_info *pIdxInfo; local
96265 sqlite3_index_info *pIdxInfo; local
117089 rtreeBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) argument
[all...]

Completed in 1002 milliseconds