Searched refs:hasDistinct (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c540 int hasDistinct; /* True if the DISTINCT keyword is present */ local
549 hasDistinct = distinct>=0;
550 if( pOrderBy==0 && !hasDistinct ){
586 if( hasDistinct ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c90462 int hasDistinct; /* True if the DISTINCT keyword is present */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c102073 int hasDistinct; /* True if the DISTINCT keyword is present */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c102093 int hasDistinct; /* True if the DISTINCT keyword is present */ local
[all...]

Completed in 460 milliseconds