Name Description Size
fts5.c 2014 May 31 * * 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. * ***************************************************************************** * * Interfaces to extend FTS5. Using the interfaces defined in this file, * FTS5 may be extended with: * * * custom tokenizers, and * * custom auxiliary functions. 820532
lib.symbols 218
moz.build 760
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