Name Description Size
fts5.c This, the "fts5.c" source file, is a composite file that is itself * assembled from the following files: * * fts5.h * fts5Int.h * fts5parse.h <--- Generated from fts5parse.y by Lemon * fts5parse.c <--- Generated from fts5parse.y by Lemon * fts5_aux.c * fts5_buffer.c * fts5_config.c * fts5_expr.c * fts5_hash.c * fts5_index.c * fts5_main.c * fts5_storage.c * fts5_tokenize.c * fts5_unicode2.c * fts5_varint.c * fts5_vocab.c 869328
lib.symbols 218
misc
moz.build 760
sqlite3_static_ext.h This is an exported header containing declarations of methods for statically linked SQLite3 extensions. 693
sqlite3ext.h 2006 June 7 * * The author disclaims copyright to this source code. In place of * a legal notice, here is a blessing: * * May you do good and not evil. * May you find forgiveness for yourself and forgive others. * May you share freely, never taking more than you give. * ************************************************************************ * This header file defines the SQLite interface for use by * shared libraries that want to be imported as extensions into * an SQLite instance. Shared libraries that intend to be loaded * as extensions by SQLite should #include this file instead of * sqlite3.h. 38149