Searched refs:sqlite3_str (Results 1 – 20 of 20) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | atrc.c | 36 sqlite3_str *pConvert, /* Append ALTER TABLE statements here */ in rename_all_columns_of_table() 37 sqlite3_str *pUndo /* SQL to undo the change, if not NULL */ in rename_all_columns_of_table() 70 sqlite3_str *pConvert, /* Append SQL to do the rename here */ in rename_all_tables() 71 sqlite3_str *pUndo /* Append SQL to undo the rename here */ in rename_all_tables() 121 sqlite3_str *pConvert; in main() 122 sqlite3_str *pUndo; in main()
|
| H A D | fuzzinvariants.c | 240 sqlite3_str *pTest; in fuzz_invariant_sql()
|
| H A D | vt02.c | 536 sqlite3_str *pStr; in sqlite3BestIndexLog()
|
| /sqlite-3.40.0/src/ |
| H A D | sqlite3ext.h | 302 sqlite3_str *(*str_new)(sqlite3*); 303 char *(*str_finish)(sqlite3_str*); 304 void (*str_appendf)(sqlite3_str*, const char *zFormat, ...); 305 void (*str_vappendf)(sqlite3_str*, const char *zFormat, va_list); 306 void (*str_append)(sqlite3_str*, const char *zIn, int N); 307 void (*str_appendall)(sqlite3_str*, const char *zIn); 308 void (*str_appendchar)(sqlite3_str*, int N, char C); 309 void (*str_reset)(sqlite3_str*); 310 int (*str_errcode)(sqlite3_str*); 311 int (*str_length)(sqlite3_str*); [all …]
|
| H A D | printf.c | 180 static char *printfTempBuf(sqlite3_str *pAccum, sqlite3_int64 n){ in printfTempBuf() 214 sqlite3_str *pAccum, /* Accumulate results here */ in sqlite3_str_vappendf() 1023 void sqlite3_str_appendchar(sqlite3_str *p, int N, char c){ in sqlite3_str_appendchar() 1068 void sqlite3_str_appendall(sqlite3_str *p, const char *z){ in sqlite3_str_appendall() 1123 static sqlite3_str sqlite3OomStr = { 1129 char *sqlite3_str_finish(sqlite3_str *p){ in sqlite3_str_finish() 1141 int sqlite3_str_errcode(sqlite3_str *p){ in sqlite3_str_errcode() 1146 int sqlite3_str_length(sqlite3_str *p){ in sqlite3_str_length() 1151 char *sqlite3_str_value(sqlite3_str *p){ in sqlite3_str_value() 1195 sqlite3_str *sqlite3_str_new(sqlite3 *db){ in sqlite3_str_new() [all …]
|
| H A D | tokenize.c | 726 static void addSpaceSeparator(sqlite3_str *pStr){ 750 sqlite3_str *pStr; /* The normalized SQL string under construction */
|
| H A D | sqlite.h.in | 8142 typedef struct sqlite3_str sqlite3_str; typedef 8146 ** CONSTRUCTOR: sqlite3_str 8169 sqlite3_str *sqlite3_str_new(sqlite3*); 8173 ** DESTRUCTOR: sqlite3_str 8188 ** METHOD: sqlite3_str 8196 ** [sqlite3_str] object X. 8223 void sqlite3_str_reset(sqlite3_str*); 8227 ** METHOD: sqlite3_str 8254 int sqlite3_str_errcode(sqlite3_str*); 8255 int sqlite3_str_length(sqlite3_str*); [all …]
|
| H A D | analyze.c | 859 sqlite3_str sStat; /* Text of the constructed "stat" line */ in statGet() 891 sqlite3_str sStat; in statGet()
|
| H A D | dbstat.c | 739 sqlite3_str *pSql; /* Query of btrees to analyze */ in statFilter()
|
| H A D | date.c | 1152 sqlite3_str sRes; in strftimeFunc()
|
| H A D | treeview.c | 723 sqlite3_str *pStr = sqlite3_str_new(0); in sqlite3TreeViewExpr()
|
| H A D | sqliteInt.h | 1214 typedef struct sqlite3_str StrAccum; /* Internal alias for sqlite3_str */ 3933 struct sqlite3_str { struct
|
| H A D | func.c | 1127 sqlite3_str str; in quoteFunc()
|
| H A D | vdbeaux.c | 927 sqlite3_str *pErr = 0; in sqlite3VdbeNoJumpsOutsideSubrtn()
|
| H A D | shell.c.in | 2745 sqlite3_str *pStr = sqlite3_str_new(0); 3402 sqlite3_str *pStr = sqlite3_str_new(0);
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | qpvtab.c | 291 sqlite3_str *pStr, in qpvtabStrAppendValue() 342 sqlite3_str *pStr = sqlite3_str_new(0); in qpvtabBestIndex()
|
| H A D | csv.c | 569 sqlite3_str *pStr = sqlite3_str_new(0); in csvtabConnect()
|
| H A D | regexp.c | 802 sqlite3_str *pStr; in re_bytecode_func()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | geopoly.c | 386 sqlite3_str *x = sqlite3_str_new(db); in geopolyJsonFunc() 414 sqlite3_str *x = sqlite3_str_new(db); in geopolySvgFunc() 1233 sqlite3_str *pSql; in geopolyInit()
|
| H A D | rtree.c | 3540 sqlite3_str *p = sqlite3_str_new(db); in rtreeSqlInit() 3604 sqlite3_str *p = sqlite3_str_new(db); in rtreeSqlInit() 3740 sqlite3_str *pSql; in rtreeInit() 3870 sqlite3_str *pOut; in rtreenode()
|