Lines Matching refs:used
122 a lot of generated code and Tcl is used to do much of that code generation.
127 **src/** folder also contains files used to build the "testfixture" test
128 harness. The names of the source files used by "testfixture" all begin
148 The **tool/** subdirectory contains various scripts and programs used
154 Several of the C-language source files used by SQLite are generated from
166 and is used to generate the SQLITE\_SOURCE\_ID macro. The VERSION file
170 used to generate much of the SQLite API documentation. The Tcl scripts
171 used to generate that documentation are in a separate source repository.
187 opcode-number to opcode-name that is used for EXPLAIN output.
191 the numeric codes used by the parse.c parser. The keywordhash.h file is
194 The **pragma.h** header file contains various definitions used to parse
252 used internally by SQLite. In addition to "sqliteInt.h", some
269 header file, whereInt.h, that defines data objects used internally.
272 storage engine used by SQLite. The interface to the rest of the system
274 used internally by btree.c and not published to the rest of the system.