Searched +defs:sqlite3 +defs:c (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 591 typedef struct sqlite3 sqlite3; typedef 17520 # define sqlite3VdbeScanStatus(a,b,c,d,e,f) argument 17521 # define sqlite3VdbeScanStatusRange(a,b,c,d) argument 17522 # define sqlite3VdbeScanStatusCounters(a,b,c,d) argument 18035 struct sqlite3 { struct 18036 sqlite3_vfs *pVfs; /* OS Interface */ argument 18039 sqlite3_mutex *mutex; /* Connection mutex */ argument 18047 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument 18068 i64 nChange; /* Value returned by sqlite3_changes() */ argument 18069 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */ argument [all …]
|
H A D | shell.c | 500 wchar_t c; in piecemealOutput() local 893 # define CONTINUE_PROMPT_AWAITC(p,c) argument 904 # define CONTINUE_PROMPT_AWAITC(p,c) \ argument 927 static void setLexemeOpen(struct DynaPrompt *p, char *s, char c){ in setLexemeOpen() 1088 int cli_wcwidth(int c){ in cli_wcwidth() 1197 unsigned char c; in utf8_width_print() local 1404 static int hexDigitValue(char c){ in hexDigitValue() 3271 #define c qq[2] in SHA1Transform() macro 3786 char c = zIn[i]; in decimalNewFromText() local 5195 #define BX_DV_PROTO(c) \ argument [all …]
|