Searched refs:preserveRowid (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dshell.c9851 int preserveRowid = ShellHasFlag(p, SHFLG_PreserveRowid); local
9891 if( preserveRowid && isIPK ){
9909 preserveRowid = rc==SQLITE_ROW;
9911 if( preserveRowid ){
/external/sqlite/dist/
H A Dshell.c9857 int preserveRowid = ShellHasFlag(p, SHFLG_PreserveRowid); local
9897 if( preserveRowid && isIPK ){
9915 preserveRowid = rc==SQLITE_ROW;
9917 if( preserveRowid ){

Completed in 190 milliseconds