Searched defs:pIdxCons (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c1960 struct sqlite3_index_constraint *pIdxCons; local
1998 + (sizeof(*pIdxCons) + sizeof(*pUsage))*nTerm
2011 pIdxCons = (struct sqlite3_index_constraint*)&pIdxInfo[1];
2012 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
2016 *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint = pIdxCons;
2027 pIdxCons[j].iColumn = pTerm->u.leftColumn;
2028 pIdxCons[j].iTermOffset = i;
2029 pIdxCons[j].op = (u8)pTerm->eOperator;
2126 struct sqlite3_index_constraint *pIdxCons; local
2185 pIdxCons
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c99614 struct sqlite3_index_constraint *pIdxCons; local
99780 struct sqlite3_index_constraint *pIdxCons; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c112634 struct sqlite3_index_constraint *pIdxCons; local
115696 struct sqlite3_index_constraint *pIdxCons; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c112654 struct sqlite3_index_constraint *pIdxCons; local
115716 struct sqlite3_index_constraint *pIdxCons; local
[all...]

Completed in 475 milliseconds