Home
last modified time | relevance | path

Searched refs:pSql (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1572 Tcl_Obj *pSql; /* Object holding string zSql */ member
1614 Tcl_Obj *pSql, /* Object containing SQL script */ in dbEvalInit() argument
1620 p->zSql = Tcl_GetString(pSql); in dbEvalInit()
1621 p->pSql = pSql; in dbEvalInit()
1622 Tcl_IncrRefCount(pSql); in dbEvalInit()
1767 Tcl_DecrRefCount(p->pSql); in dbEvalFinalize()
/freebsd/contrib/sqlite3/
H A Dshell.c13868 sqlite3_stmt *pSql = 0; in sqlite3_expert_new() local
13877 idxFinalize(&rc, pSql); in sqlite3_expert_new()
21511 sqlite3_reset(pSql); in explain_data_prepare()
24823 rc2 = sqlite3_finalize(pSql); in lintFkeyIndexes()
25292 sqlite3_stmt *pSql = 0; in arListCommand() local
25306 sqlite3_column_text(pSql, 0), sqlite3_column_int(pSql, 1), in arListCommand()
25307 sqlite3_column_text(pSql, 2),sqlite3_column_text(pSql, 3)); in arListCommand()
25313 shellFinalize(&rc, pSql); in arListCommand()
25375 sqlite3_stmt *pSql = 0; in arExtractCommand() local
25421 shellReset(&rc, pSql); in arExtractCommand()
[all …]
H A Dsqlite3.c213923 sqlite3_str *pSql;
213970 pSql = sqlite3_str_new(db);
213987 sqlite3_str_appendf(pSql, ");");
213988 zSql = sqlite3_str_finish(pSql);
215850 sqlite3_str *pSql;
215884 pSql = sqlite3_str_new(db);
215893 zSql = sqlite3_str_finish(pSql);
221737 sqlite3_stmt *pSql = 0;
221754 rbuFinalize(p, pSql);
221781 rbuFinalize(p, pSql);
[all …]