Home
last modified time | relevance | path

Searched +defs:sqlite3 +defs:c (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c596 typedef struct sqlite3 sqlite3; typedef
18163 # define sqlite3VdbeScanStatus(a,b,c,d,e,f) argument
18164 # define sqlite3VdbeScanStatusRange(a,b,c,d) argument
18165 # define sqlite3VdbeScanStatusCounters(a,b,c,d) argument
18678 struct sqlite3 { struct
18679 sqlite3_vfs *pVfs; /* OS Interface */ argument
18682 sqlite3_mutex *mutex; /* Connection mutex */ argument
18690 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument
18712 i64 nChange; /* Value returned by sqlite3_changes() */ argument
18713 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */ argument
[all …]
H A Dshell.c537 wchar_t c; in piecemealOutput() local
1444 int sqlite3_qrf_wcwidth(int c){ in sqlite3_qrf_wcwidth()
1623 unsigned char c; /* A single character of the text */ in qrfEscape() local
1783 unsigned char c; in qrfEncodeText() local
2025 unsigned char c = a[i]; in qrfRenderValue() local
2048 unsigned char c = a[i]; in qrfRenderValue() local
2144 unsigned char c; in qrfWidthPrint() local
2210 unsigned char c = 0; in qrfWrapLine() local
2303 unsigned char c = z[i]; in qrfAppendWithTabs() local
5310 #define c qq[2] in SHA1Transform() macro
[all …]