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

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

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