Lines Matching refs:code
3 This repository contains the complete source code for the
24 If you pulled your SQLite source code from a secondary source and want to
117 code, adding the "DEBUG=1" argument to one of the above command lines is
122 a lot of generated code and Tcl is used to do much of that code generation.
139 Additional test code is found in other source repositories.
143 The **ext/** subdirectory contains code for extensions. The
149 for building generated source code files or for testing or for generating
175 by the [lemon](./doc/lemon.html) LALR(1) parser generator. The source code
203 All of the individual C source code and header files (both manually-edited
207 source code files into a single big source code file allows the C compiler
208 to perform more cross-procedure analysis and generate better code. SQLite
224 all of the source code is contained within a single translation unit so
242 complex code. So there is a lot of complexity in the current SQLite
267 virtual machine code to run queries efficiently. This file is
296 test/ folder to validate the core SQLite code. The testfixture program