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

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

Issue 5626002: Update sqlite to 3.7.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/third_party/sqlite/src
Patch Set: Remove misc change. Created 10 years 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 */ "Goto",
7 /* 2 */ "SeekLe", 7 /* 2 */ "Gosub",
8 /* 3 */ "IncrVacuum", 8 /* 3 */ "Return",
9 /* 4 */ "VCreate", 9 /* 4 */ "Yield",
10 /* 5 */ "ResultRow", 10 /* 5 */ "HaltIfNull",
11 /* 6 */ "DropTrigger", 11 /* 6 */ "Halt",
12 /* 7 */ "OpenPseudo", 12 /* 7 */ "Integer",
13 /* 8 */ "Affinity", 13 /* 8 */ "Int64",
14 /* 9 */ "IntegrityCk", 14 /* 9 */ "String",
15 /* 10 */ "RowKey", 15 /* 10 */ "Null",
16 /* 11 */ "LoadAnalysis", 16 /* 11 */ "Blob",
17 /* 12 */ "Last", 17 /* 12 */ "Variable",
18 /* 13 */ "SetCookie", 18 /* 13 */ "Move",
19 /* 14 */ "Sequence", 19 /* 14 */ "Copy",
20 /* 15 */ "VRename", 20 /* 15 */ "SCopy",
21 /* 16 */ "SeekLt", 21 /* 16 */ "ResultRow",
22 /* 17 */ "SCopy", 22 /* 17 */ "CollSeq",
23 /* 18 */ "VUpdate", 23 /* 18 */ "Function",
24 /* 19 */ "Not", 24 /* 19 */ "Not",
25 /* 20 */ "VColumn", 25 /* 20 */ "AddImm",
26 /* 21 */ "DropTable", 26 /* 21 */ "MustBeInt",
27 /* 22 */ "Rowid", 27 /* 22 */ "RealAffinity",
28 /* 23 */ "VFilter", 28 /* 23 */ "Permutation",
29 /* 24 */ "NullRow", 29 /* 24 */ "Compare",
30 /* 25 */ "HaltIfNull", 30 /* 25 */ "Jump",
31 /* 26 */ "Noop", 31 /* 26 */ "If",
32 /* 27 */ "RowSetRead", 32 /* 27 */ "IfNot",
33 /* 28 */ "RowSetAdd", 33 /* 28 */ "Column",
34 /* 29 */ "ParseSchema", 34 /* 29 */ "Affinity",
35 /* 30 */ "CollSeq", 35 /* 30 */ "MakeRecord",
36 /* 31 */ "RowSetTest", 36 /* 31 */ "Count",
37 /* 32 */ "If", 37 /* 32 */ "Savepoint",
38 /* 33 */ "IfNot", 38 /* 33 */ "AutoCommit",
39 /* 34 */ "Destroy", 39 /* 34 */ "Transaction",
40 /* 35 */ "Program", 40 /* 35 */ "ReadCookie",
41 /* 36 */ "Permutation", 41 /* 36 */ "SetCookie",
42 /* 37 */ "CreateIndex", 42 /* 37 */ "VerifyCookie",
43 /* 38 */ "ResetCount", 43 /* 38 */ "OpenRead",
44 /* 39 */ "Goto", 44 /* 39 */ "OpenWrite",
45 /* 40 */ "IdxDelete", 45 /* 40 */ "OpenAutoindex",
46 /* 41 */ "Found", 46 /* 41 */ "OpenEphemeral",
47 /* 42 */ "SeekGe", 47 /* 42 */ "OpenPseudo",
48 /* 43 */ "Jump", 48 /* 43 */ "Close",
49 /* 44 */ "Pagecount", 49 /* 44 */ "SeekLt",
50 /* 45 */ "MustBeInt", 50 /* 45 */ "SeekLe",
51 /* 46 */ "Prev", 51 /* 46 */ "SeekGe",
52 /* 47 */ "AutoCommit", 52 /* 47 */ "SeekGt",
53 /* 48 */ "String", 53 /* 48 */ "Seek",
54 /* 49 */ "Return", 54 /* 49 */ "NotFound",
55 /* 50 */ "Copy", 55 /* 50 */ "Found",
56 /* 51 */ "AddImm", 56 /* 51 */ "IsUnique",
57 /* 52 */ "Function", 57 /* 52 */ "NotExists",
58 /* 53 */ "Trace", 58 /* 53 */ "Sequence",
59 /* 54 */ "Seek", 59 /* 54 */ "NewRowid",
60 /* 55 */ "NewRowid", 60 /* 55 */ "Insert",
61 /* 56 */ "SeekGt", 61 /* 56 */ "InsertInt",
62 /* 57 */ "Blob", 62 /* 57 */ "Delete",
63 /* 58 */ "Next", 63 /* 58 */ "ResetCount",
64 /* 59 */ "ReadCookie", 64 /* 59 */ "RowKey",
65 /* 60 */ "Halt", 65 /* 60 */ "RowData",
66 /* 61 */ "Expire", 66 /* 61 */ "Rowid",
67 /* 62 */ "DropIndex", 67 /* 62 */ "NullRow",
68 /* 63 */ "IdxInsert", 68 /* 63 */ "Last",
69 /* 64 */ "Savepoint", 69 /* 64 */ "Sort",
70 /* 65 */ "Column", 70 /* 65 */ "Rewind",
71 /* 66 */ "Or", 71 /* 66 */ "Prev",
72 /* 67 */ "And", 72 /* 67 */ "Next",
73 /* 68 */ "Int64", 73 /* 68 */ "Or",
74 /* 69 */ "Gosub", 74 /* 69 */ "And",
75 /* 70 */ "RowData", 75 /* 70 */ "IdxInsert",
76 /* 71 */ "IsNull", 76 /* 71 */ "IdxDelete",
77 /* 72 */ "NotNull", 77 /* 72 */ "IdxRowid",
78 /* 73 */ "Ne", 78 /* 73 */ "IsNull",
79 /* 74 */ "Eq", 79 /* 74 */ "NotNull",
80 /* 75 */ "Gt", 80 /* 75 */ "Ne",
81 /* 76 */ "Le", 81 /* 76 */ "Eq",
82 /* 77 */ "Lt", 82 /* 77 */ "Gt",
83 /* 78 */ "Ge", 83 /* 78 */ "Le",
84 /* 79 */ "Move", 84 /* 79 */ "Lt",
85 /* 80 */ "BitAnd", 85 /* 80 */ "Ge",
86 /* 81 */ "BitOr", 86 /* 81 */ "IdxLT",
87 /* 82 */ "ShiftLeft", 87 /* 82 */ "BitAnd",
88 /* 83 */ "ShiftRight", 88 /* 83 */ "BitOr",
89 /* 84 */ "Add", 89 /* 84 */ "ShiftLeft",
90 /* 85 */ "Subtract", 90 /* 85 */ "ShiftRight",
91 /* 86 */ "Multiply", 91 /* 86 */ "Add",
92 /* 87 */ "Divide", 92 /* 87 */ "Subtract",
93 /* 88 */ "Remainder", 93 /* 88 */ "Multiply",
94 /* 89 */ "Concat", 94 /* 89 */ "Divide",
95 /* 90 */ "MemMax", 95 /* 90 */ "Remainder",
96 /* 91 */ "Close", 96 /* 91 */ "Concat",
97 /* 92 */ "VerifyCookie", 97 /* 92 */ "IdxGE",
98 /* 93 */ "BitNot", 98 /* 93 */ "BitNot",
99 /* 94 */ "String8", 99 /* 94 */ "String8",
100 /* 95 */ "Null", 100 /* 95 */ "Destroy",
101 /* 96 */ "Integer", 101 /* 96 */ "Clear",
102 /* 97 */ "Transaction", 102 /* 97 */ "CreateIndex",
103 /* 98 */ "IdxLT", 103 /* 98 */ "CreateTable",
104 /* 99 */ "Delete", 104 /* 99 */ "ParseSchema",
105 /* 100 */ "IfZero", 105 /* 100 */ "LoadAnalysis",
106 /* 101 */ "Rewind", 106 /* 101 */ "DropTable",
107 /* 102 */ "RealAffinity", 107 /* 102 */ "DropIndex",
108 /* 103 */ "Clear", 108 /* 103 */ "DropTrigger",
109 /* 104 */ "Explain", 109 /* 104 */ "IntegrityCk",
110 /* 105 */ "AggStep", 110 /* 105 */ "RowSetAdd",
111 /* 106 */ "Vacuum", 111 /* 106 */ "RowSetRead",
112 /* 107 */ "VDestroy", 112 /* 107 */ "RowSetTest",
113 /* 108 */ "IsUnique", 113 /* 108 */ "Program",
114 /* 109 */ "Count", 114 /* 109 */ "Param",
115 /* 110 */ "VOpen", 115 /* 110 */ "FkCounter",
116 /* 111 */ "Yield", 116 /* 111 */ "FkIfZero",
117 /* 112 */ "AggFinal", 117 /* 112 */ "MemMax",
118 /* 113 */ "OpenWrite", 118 /* 113 */ "IfPos",
119 /* 114 */ "Param", 119 /* 114 */ "IfNeg",
120 /* 115 */ "VNext", 120 /* 115 */ "IfZero",
121 /* 116 */ "Sort", 121 /* 116 */ "AggStep",
122 /* 117 */ "NotFound", 122 /* 117 */ "AggFinal",
123 /* 118 */ "MakeRecord", 123 /* 118 */ "Checkpoint",
124 /* 119 */ "IfNeg", 124 /* 119 */ "JournalMode",
125 /* 120 */ "Variable", 125 /* 120 */ "Vacuum",
126 /* 121 */ "CreateTable", 126 /* 121 */ "IncrVacuum",
127 /* 122 */ "Insert", 127 /* 122 */ "Expire",
128 /* 123 */ "Compare", 128 /* 123 */ "TableLock",
129 /* 124 */ "IdxGE", 129 /* 124 */ "VBegin",
130 /* 125 */ "OpenRead", 130 /* 125 */ "VCreate",
131 /* 126 */ "IdxRowid", 131 /* 126 */ "VDestroy",
132 /* 127 */ "VBegin", 132 /* 127 */ "VOpen",
133 /* 128 */ "TableLock", 133 /* 128 */ "VFilter",
134 /* 129 */ "IfPos", 134 /* 129 */ "VColumn",
135 /* 130 */ "Real", 135 /* 130 */ "Real",
136 /* 131 */ "OpenEphemeral", 136 /* 131 */ "VNext",
137 /* 132 */ "NotUsed_132", 137 /* 132 */ "VRename",
138 /* 133 */ "NotUsed_133", 138 /* 133 */ "VUpdate",
139 /* 134 */ "NotUsed_134", 139 /* 134 */ "Pagecount",
140 /* 135 */ "NotUsed_135", 140 /* 135 */ "Trace",
141 /* 136 */ "NotUsed_136", 141 /* 136 */ "Noop",
142 /* 137 */ "NotUsed_137", 142 /* 137 */ "Explain",
143 /* 138 */ "NotUsed_138", 143 /* 138 */ "NotUsed_138",
144 /* 139 */ "NotUsed_139", 144 /* 139 */ "NotUsed_139",
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