Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: third_party/sqlite/preprocessed/opcodes.c

Issue 3301019: Move sqlite preprocessed directory one level up, it's not from upstream.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: more bot-friendly Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/sqlite/preprocessed/opcodes.h ('k') | third_party/sqlite/preprocessed/parse.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Automatically generated. Do not edit */ 1 /* Automatically generated. Do not edit */
2 /* See the mkopcodec.awk script for details. */ 2 /* See the mkopcodec.awk script for details. */
3 #if !defined(SQLITE_OMIT_EXPLAIN) || !defined(NDEBUG) || defined(VDBE_PROFILE) | | defined(SQLITE_DEBUG) 3 #if !defined(SQLITE_OMIT_EXPLAIN) || !defined(NDEBUG) || defined(VDBE_PROFILE) | | defined(SQLITE_DEBUG)
4 const char *sqlite3OpcodeName(int i){ 4 const char *sqlite3OpcodeName(int i){
5 static const char *const azName[] = { "?", 5 static const char *const azName[] = { "?",
6 /* 1 */ "NotExists", 6 /* 1 */ "NotExists",
7 /* 2 */ "SeekLe", 7 /* 2 */ "SeekLe",
8 /* 3 */ "IncrVacuum", 8 /* 3 */ "IncrVacuum",
9 /* 4 */ "VCreate", 9 /* 4 */ "VCreate",
10 /* 5 */ "ResultRow", 10 /* 5 */ "ResultRow",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 /* 140 */ "NotUsed_140", 145 /* 140 */ "NotUsed_140",
146 /* 141 */ "ToText", 146 /* 141 */ "ToText",
147 /* 142 */ "ToBlob", 147 /* 142 */ "ToBlob",
148 /* 143 */ "ToNumeric", 148 /* 143 */ "ToNumeric",
149 /* 144 */ "ToInt", 149 /* 144 */ "ToInt",
150 /* 145 */ "ToReal", 150 /* 145 */ "ToReal",
151 }; 151 };
152 return azName[i]; 152 return azName[i];
153 } 153 }
154 #endif 154 #endif
OLDNEW
« no previous file with comments | « third_party/sqlite/preprocessed/opcodes.h ('k') | third_party/sqlite/preprocessed/parse.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698