Lines Matching refs:src
13 The [Fossil repository](https://sqlite.org/src/timeline) contains the urtext.
34 [Tarball](https://www.sqlite.org/src/tarball/sqlite.tar.gz),
35 [ZIP-archive](https://www.sqlite.org/src/zip/sqlite.zip), or
36 [SQLite-archive](https://www.sqlite.org/src/sqlar/sqlite.sqlar).
39 [Tarball](https://www.sqlite.org/src/tarball/sqlite.tar.gz?r=release),
40 [ZIP-archive](https://www.sqlite.org/src/zip/sqlite.zip?r=release), or
41 [SQLite-archive](https://www.sqlite.org/src/sqlar/sqlite.sqlar?r=release).
45 bullet. Or browse the [timeline](https://www.sqlite.org/src/timeline)
60 fossil clone https://www.sqlite.org/src ~/Fossils/sqlite.fossil
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
130 The **src/** also contains the "shell.c" file
163 generated from src/sqlite.h.in, ./manifest.uuid, and ./VERSION. The
168 just a copy of src/sqlite.h.in with the source-id and version number inserted
174 the src/parse.y file. The conversion of "parse.y" into "parse.c" is done
183 file is generated by scanning the src/vdbe.c source file. The
293 * **test*.c** - Files in the src/ folder that begin with "test" go into