Searched refs:WHERE_DUPLICATES_OK (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Ddelete.c374 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere,0,WHERE_DUPLICATES_OK);
H A DsqliteInt.h1946 #define WHERE_DUPLICATES_OK 0x0008 /* Ok to return a row more than once */ macro
H A Dwhere.c4118 if( (wctrlFlags & WHERE_DUPLICATES_OK)==0 ){
4137 if( (wctrlFlags & WHERE_DUPLICATES_OK)==0 ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10291 #define WHERE_DUPLICATES_OK 0x0008 /* Ok to return a row more than once */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11610 #define WHERE_DUPLICATES_OK 0x0008 /* Ok to return a row more than once */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11610 #define WHERE_DUPLICATES_OK 0x0008 /* Ok to return a row more than once */ macro
[all...]

Completed in 449 milliseconds