path
stringlengths
14
112
content
stringlengths
0
6.32M
size
int64
0
6.32M
max_lines
int64
1
100k
repo_name
stringclasses
2 values
autogenerated
bool
1 class
cosmopolitan/third_party/sqlite3/main.c
// clang-format off /* ** 2001 September 15 ** ** 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. **...
160,318
4,889
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/fts3_tokenizer.h
/* ** 2006 July 10 ** ** The author disclaims copyright to this source code. ** ************************************************************************* ** Defines the interface to tokenizers used by fulltext-search. There ** are three basic components: ** ** sqlite3_tokenizer_module is a singleton defining the token...
6,424
162
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/walker.c
/* ** 2008 August 16 ** ** 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. ** **********************...
8,298
257
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/uint.c
/* ** 2020-04-14 ** ** 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. ** **************************...
2,541
91
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/fts3.c
/* ** 2006 Oct 10 ** ** 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. ** *************************...
206,171
6,115
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/fts3_tokenizer.c
/* ** 2007 June 22 ** ** 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. ** ************************...
14,699
521
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/main.shell.c
STATIC_YOINK("zipos"); #include "third_party/sqlite3/main.c"
61
3
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/malloc.c
/* ** 2001 September 15 ** ** 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. ** *******************...
26,569
895
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/vdbe.shell.c
#include "third_party/sqlite3/vdbe.c"
38
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/keywordhash.inc
/***** This file contains automatically generated code ****** ** ** The code in this file has been automatically generated by ** ** sqlite/tool/mkkeywordhash.c ** ** The code in this file implements a function that determines whether ** or not a given identifier is really an SQL keyword. The same thing ** might be i...
19,450
483
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/fkey.c
/* ** ** 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. ** ****************************************...
59,012
1,476
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/sqliteLimit.h
/* ** 2007 May 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. ** **************************...
6,690
211
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/mem2.shell.c
#include "third_party/sqlite3/mem2.c"
38
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/alter.c
/* ** 2005 February 15 ** ** 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. ** ********************...
74,346
2,278
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/fault.shell.c
#include "third_party/sqlite3/fault.c"
39
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/mutex.internal.h
#ifndef COSMOPOLITAN_THIRD_PARTY_SQLITE3_MUTEX_INTERNAL_H_ #define COSMOPOLITAN_THIRD_PARTY_SQLITE3_MUTEX_INTERNAL_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ #if !SQLITE_THREADSAFE #define SQLITE_MUTEX_OMIT #endif #if SQLITE_THREADSAFE && !defined(SQLITE_MUTEX_NOOP) #if SQLITE_OS_UNIX #define SQLIT...
1,196
42
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/uint.shell.c
#include "third_party/sqlite3/uint.c"
38
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/msvc.h
/* ** 2015 January 12 ** ** 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. ** *********************...
1,210
42
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/sqlite3expert.c
/* ** 2017 April 09 ** ** 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. ** ***********************...
54,662
1,965
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/fts3.shell.c
#include "third_party/sqlite3/fts3.c"
38
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/insert.shell.c
#include "third_party/sqlite3/insert.c"
40
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/status.shell.c
#include "third_party/sqlite3/status.c"
40
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/pcache.shell.c
#include "third_party/sqlite3/pcache.c"
40
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/threads.c
/* ** 2012 July 21 ** ** 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. ** ************************...
8,160
272
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/wal.h
/* ** 2010 February 1 ** ** 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. ** *********************...
6,061
156
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/mutex_unix.c
/* ** 2007 August 28 ** ** 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. ** **********************...
12,679
395
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/table.shell.c
#include "third_party/sqlite3/table.c"
39
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/pragma.c
/* ** 2003 April 6 ** ** 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. ** ************************...
100,077
2,847
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/sqlite3expert.h
#ifndef COSMOPOLITAN_THIRD_PARTY_SQLITE3_SQLITE3EXPERT_H_ #define COSMOPOLITAN_THIRD_PARTY_SQLITE3_SQLITE3EXPERT_H_ #include "third_party/sqlite3/sqlite3.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ typedef struct sqlite3expert sqlite3expert; /* ** Create a new sqlite3expert object. ** ** If success...
6,953
160
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/analyze.c
/* ** 2005-07-08 ** ** 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. ** **************************...
67,857
1,938
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/sqlar.shell.c
#include "third_party/sqlite3/sqlar.c"
39
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/btree.inc
/* ** 2001 September 15 ** ** 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. ** *******************...
16,265
413
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/window.c
/* ** 2018 May 08 ** ** 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. ** *************************...
106,770
3,104
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/mutex.shell.c
#include "third_party/sqlite3/mutex.c"
39
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/vdbemem.shell.c
#include "third_party/sqlite3/vdbemem.c"
41
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/mutex_unix.shell.c
#include "third_party/sqlite3/mutex_unix.c"
44
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/btree.c
/* ** 2004 April 6 ** ** 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. ** ************************...
389,428
11,099
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/window.shell.c
#include "third_party/sqlite3/window.c"
40
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/series.shell.c
#include "third_party/sqlite3/series.c"
40
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/fts3_write.c
/* ** 2009 Oct 23 ** ** 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. ** *************************...
197,301
5,817
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/os.c
/* ** 2005 November 29 ** ** 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. ** ********************...
14,053
448
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/parse.h
#define TK_SEMI 1 #define TK_EXPLAIN 2 #define TK_QUERY 3 #define TK_PLAN 4 #define TK_BEGIN 5 #define TK_TRANSACTION 6 #define TK_DEFERRED ...
8,464
185
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/pragma.inc
/* DO NOT EDIT! ** This file is automatically generated by the script at ** ../tool/mkpragmatab.tcl. To update the set of pragmas, edit ** that script and rerun it. */ /* The various pragma types */ #define PragTyp_ACTIVATE_EXTENSIONS 0 #define PragTyp_ANALYSIS_LIMIT 1 #define PragTyp_HEADE...
23,770
661
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/zipfile.shell.c
#include "third_party/sqlite3/zipfile.c"
41
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/hwtime.inc
/* ** 2008 May 27 ** ** 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. ** *************************...
2,406
86
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/sqlite3rbu.h
/* ** 2014 August 30 ** ** 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. ** **********************...
28,632
634
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/date.shell.c
#include "third_party/sqlite3/date.c"
38
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/pcache1.shell.c
#include "third_party/sqlite3/pcache1.c"
41
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/vdbe.c
/* ** 2001 September 15 ** ** 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. ** *******************...
300,980
8,862
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/extensions.h
#ifndef COSMOPOLITAN_THIRD_PARTY_SQLITE3_EXTENSIONS_H_ #define COSMOPOLITAN_THIRD_PARTY_SQLITE3_EXTENSIONS_H_ #include "libc/stdio/stdio.h" #include "third_party/sqlite3/sqlite3.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ int sqlite3MemTraceActivate(FILE *); int sqlite3MemTraceDeactivate(void); int...
1,276
26
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/expr.shell.c
#include "third_party/sqlite3/expr.c"
38
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/table.c
/* ** 2001 September 15 ** ** 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. ** *******************...
6,133
199
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/json.c
/* ** 2015-08-12 ** ** 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. ** **************************...
79,591
2,701
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/shell.c.in
/* ** 2001 September 15 ** ** 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. ** *******************...
389,490
12,181
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/upsert.shell.c
#include "third_party/sqlite3/upsert.c"
40
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/btmutex.c
/* ** 2007 August 27 ** ** 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. ** **********************...
9,384
310
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/vdbemem.c
/* ** 2004 May 26 ** ** 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. ** *************************...
64,904
1,984
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/rowset.shell.c
#include "third_party/sqlite3/rowset.c"
40
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/mutex.c
/* ** 2007 August 14 ** ** 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. ** **********************...
9,859
362
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/fts3_unicode.c
/* ** 2012 May 24 ** ** 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. ** *************************...
12,793
398
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/legacy.c
/* ** 2001 September 15 ** ** 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. ** *******************...
4,551
142
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/vtab.c
/* ** 2006 June 10 ** ** 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. ** ************************...
42,540
1,346
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/insert.c
/* ** 2001 September 15 ** ** 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. ** *******************...
121,755
3,159
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/attach.c
/* ** 2003 April 6 ** ** 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. ** ************************...
18,167
603
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/build.c
/* ** 2001 September 15 ** ** 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. ** *******************...
190,754
5,686
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/loadext.shell.c
#include "third_party/sqlite3/loadext.c"
41
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/vtab.shell.c
#include "third_party/sqlite3/vtab.c"
38
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/parse.c
/* This file is automatically generated by Lemon from input grammar ** source file "parse.y". */ /* ** 2001-09-15 ** ** 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 o...
251,609
6,025
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/vdbeblob.shell.c
#include "third_party/sqlite3/vdbeblob.c"
42
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/mem0.c
/* ** 2008 October 28 ** ** 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. ** *********************...
1,949
60
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/pcache.c
/* ** 2008 August 05 ** ** 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. ** **********************...
31,084
923
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/delete.shell.c
#include "third_party/sqlite3/delete.c"
40
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/memtrace.shell.c
#include "third_party/sqlite3/memtrace.c"
42
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/fts3_icu.c
/* ** 2007 June 22 ** ** 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. ** ************************...
6,779
259
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/util.shell.c
#include "third_party/sqlite3/util.c"
38
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/legacy.shell.c
#include "third_party/sqlite3/legacy.c"
40
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/os.shell.c
#include "third_party/sqlite3/os.c"
36
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/vdbeInt.inc
/* ** 2003 September 6 ** ** 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. ** ********************...
30,059
702
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/fts5.h
/* ** 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. ** *************************...
25,103
576
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/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. ** *************************...
37,514
706
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/sqlite3rbu.shell.c
#include "third_party/sqlite3/sqlite3rbu.c"
44
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/sqlar.c
/* ** 2017-12-17 ** ** 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. ** **************************...
3,814
123
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/fts3_hash.c
/* ** 2001 September 22 ** ** 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. ** *******************...
11,646
384
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/fts3.h
/* ** 2006 Oct 10 ** ** 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. ** *************************...
725
27
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/os_unix.c
// clang-format off /* ** 2004 May 22 ** ** 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. ** *****...
277,058
8,094
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/memtrace.c
/* ** 2019-01-21 ** ** 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. ** **************************...
3,027
111
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/mem5.shell.c
#include "third_party/sqlite3/mem5.c"
38
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/sqlite3.mk
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ #───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ # # OVERVIEW # # SQLite Embedded Database # # NOTES # # Please be warned that locks currently do nothing on Windows ...
7,550
223
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/callback.c
/* ** 2005 May 23 ** ** 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. ** ************************...
18,358
540
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/geopoly.inc
/* ** 2018-05-25 ** ** 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. ** **************************...
52,512
1,820
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/ctime.shell.c
#include "third_party/sqlite3/ctime.c"
39
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/btmutex.shell.c
#include "third_party/sqlite3/btmutex.c"
41
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/json.shell.c
#include "third_party/sqlite3/json.c"
38
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/opcodes.c
/* Automatically generated. Do not edit */ /* See the tool/mkopcodec.tcl script for details. */ #if !defined(SQLITE_OMIT_EXPLAIN) \ || defined(VDBE_PROFILE) \ || defined(SQLITE_DEBUG) #if defined(SQLITE_ENABLE_EXPLAIN_COMMENTS) || defined(SQLITE_DEBUG) # define OpHelp(X) "\0" X #else # define OpHelp(X) #endif const ...
10,930
204
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/trigger.c
/* ** ** 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. ** ****************************************...
51,598
1,476
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/sqlite3session.c
/* clang-format off */ #if defined(SQLITE_ENABLE_SESSION) && defined(SQLITE_ENABLE_PREUPDATE_HOOK) #include "third_party/sqlite3/sqlite3session.h" #include "libc/assert.h" #include "libc/str/str.h" #if defined(__GNUC__) && !defined(__llvm__) #pragma GCC diagnostic ignored "-Wmaybe-uninitialized" #endif #ifndef SQLIT...
189,579
5,810
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/mem3.shell.c
#include "third_party/sqlite3/mem3.c"
38
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/threads.shell.c
#include "third_party/sqlite3/threads.c"
41
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/select.shell.c
#include "third_party/sqlite3/select.c"
40
2
jart/cosmopolitan
false
cosmopolitan/third_party/sqlite3/fileio.shell.c
#include "third_party/sqlite3/fileio.c"
40
2
jart/cosmopolitan
false