Home
last modified time | relevance | path

Searched refs:sqlite3_str_finish (Results 1 – 17 of 17) sorted by relevance

/sqlite-3.40.0/test/
H A Datrc.c137 zSql1 = sqlite3_str_finish(pConvert); in main()
138 zSql2 = sqlite3_str_finish(pUndo); in main()
H A Dfuzzinvariants.c299 return sqlite3_str_finish(pTest); in fuzz_invariant_sql()
H A Dvt02.c621 zSql = sqlite3_str_finish(pStr); in sqlite3BestIndexLog()
/sqlite-3.40.0/ext/misc/
H A Dqpvtab.c409 pIdxInfo->idxStr = sqlite3_str_finish(pStr); in qpvtabBestIndex()
H A Dcsv.c605 CSV_SCHEMA = sqlite3_str_finish(pStr); in csvtabConnect()
H A Dregexp.c833 z = sqlite3_str_finish(pStr); in re_bytecode_func()
/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c393 sqlite3_result_text(context, sqlite3_str_finish(x), -1, sqlite3_free); in geopolyJsonFunc()
430 sqlite3_result_text(context, sqlite3_str_finish(x), -1, sqlite3_free); in geopolySvgFunc()
1271 zSql = sqlite3_str_finish(pSql); in geopolyInit()
H A Drtree.c3557 zCreate = sqlite3_str_finish(p); in rtreeSqlInit()
3620 zSql = sqlite3_str_finish(p); in rtreeSqlInit()
3800 zSql = sqlite3_str_finish(pSql); in rtreeInit()
3903 sqlite3_result_text(ctx, sqlite3_str_finish(pOut), -1, sqlite3_free); in rtreenode()
/sqlite-3.40.0/src/
H A Dloadext.c444 sqlite3_str_finish,
H A Dtokenize.c851 return sqlite3_str_finish(pStr);
H A Ddbstat.c784 zSql = sqlite3_str_finish(pSql); in statFilter()
H A Dsqlite3ext.h637 #define sqlite3_str_finish sqlite3_api->str_finish macro
H A Dprintf.c1129 char *sqlite3_str_finish(sqlite3_str *p){ in sqlite3_str_finish() function
H A Dtreeview.c731 z = sqlite3_str_finish(pStr); in sqlite3TreeViewExpr()
H A Dvdbeaux.c973 char *zErr = sqlite3_str_finish(pErr); in sqlite3VdbeNoJumpsOutsideSubrtn()
H A Dsqlite.h.in8139 ** is returned using the [sqlite3_str_finish()] interface.
8151 ** [sqlite3_str_finish(X)].
8159 ** [sqlite3_str_finish(X)]. It is always safe to use the value
8175 ** ^The [sqlite3_str_finish(X)] interface destroys the sqlite3_str object X
8179 ** ^The [sqlite3_str_finish(X)] interface may return a NULL pointer if any
8181 ** [sqlite3_str_finish(X)] interface will also return a NULL pointer if the
8184 char *sqlite3_str_finish(sqlite3_str*);
H A Dshell.c.in2755 zErr = sqlite3_str_finish(pStr);
3410 return sqlite3_str_finish(pStr);