Lines Matching refs:files

126 Most of the core source files are in the **src/** subdirectory.  The
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
149 for building generated source code files or for testing or for generating
154 Several of the C-language source files used by SQLite are generated from
156 section will summarize those automatically-generated files. To create all
157 of the automatically-generated files, simply run "make target_source".
159 fill it with all the source files needed to build SQLite, both
160 manually-edited files and automatically-generated files.
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
210 from individual source files.
213 First, all of the individual source files must be gathered into the tsrc/
219 debuggers (most notably MSVC) are unable to deal with files longer than 64K
222 called **sqlite3-all.c** that does #include on about seven other files
245 Key files:
253 subsystems have their own header files.
260 prepared statements. There are various helper files whose names
265 * **where.c** - This file (together with its helper files named
280 * **os_unix.c** and **os_win.c** - These two files implement the interface
303 There are many other source files. Each has a succinct header comment that
310 contains either a SHA3-256 hash (for newer files) or a SHA1 hash (for
311 older files) for every source file in the repository.