Home
last modified time | relevance | path

Searched refs:sqlite3_str (Results 1 – 20 of 20) sorted by relevance

/sqlite-3.40.0/test/
H A Datrc.c36 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 Dfuzzinvariants.c240 sqlite3_str *pTest; in fuzz_invariant_sql()
H A Dvt02.c536 sqlite3_str *pStr; in sqlite3BestIndexLog()
/sqlite-3.40.0/src/
H A Dsqlite3ext.h302 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 Dprintf.c180 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 Dtokenize.c726 static void addSpaceSeparator(sqlite3_str *pStr){
750 sqlite3_str *pStr; /* The normalized SQL string under construction */
H A Dsqlite.h.in8142 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 Danalyze.c859 sqlite3_str sStat; /* Text of the constructed "stat" line */ in statGet()
891 sqlite3_str sStat; in statGet()
H A Ddbstat.c739 sqlite3_str *pSql; /* Query of btrees to analyze */ in statFilter()
H A Ddate.c1152 sqlite3_str sRes; in strftimeFunc()
H A Dtreeview.c723 sqlite3_str *pStr = sqlite3_str_new(0); in sqlite3TreeViewExpr()
H A DsqliteInt.h1214 typedef struct sqlite3_str StrAccum; /* Internal alias for sqlite3_str */
3933 struct sqlite3_str { struct
H A Dfunc.c1127 sqlite3_str str; in quoteFunc()
H A Dvdbeaux.c927 sqlite3_str *pErr = 0; in sqlite3VdbeNoJumpsOutsideSubrtn()
H A Dshell.c.in2745 sqlite3_str *pStr = sqlite3_str_new(0);
3402 sqlite3_str *pStr = sqlite3_str_new(0);
/sqlite-3.40.0/ext/misc/
H A Dqpvtab.c291 sqlite3_str *pStr, in qpvtabStrAppendValue()
342 sqlite3_str *pStr = sqlite3_str_new(0); in qpvtabBestIndex()
H A Dcsv.c569 sqlite3_str *pStr = sqlite3_str_new(0); in csvtabConnect()
H A Dregexp.c802 sqlite3_str *pStr; in re_bytecode_func()
/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c386 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 Drtree.c3540 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()