Searched refs:sqlite3_sql (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h395 #define sqlite3_sql sqlite3_api->sql macro
H A Dsqlite3.h2894 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
H A Dsqlite3.c3447 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
58372 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt){ function
89287 #define sqlite3_sql macro
[all...]
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3ext.h528 #define sqlite3_sql sqlite3_api->sql macro
H A Dsqlite3.h4111 ** ^The sqlite3_sql(P) interface returns a pointer to a copy of the UTF-8
4126 ** and parameter :xyz is unbound, then sqlite3_sql() will return
4138 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)
4145 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
H A Dshell.c2012 char *zMsg = sqlite3_mprintf("non-query: [%s]", sqlite3_sql(pStmt));
2019 z = sqlite3_sql(pStmt);
10219 const char *z = sqlite3_sql(pStmt);
12974 zSql = sqlite3_sql(pSql);
13603 zStmtSql = sqlite3_sql(pStmt);
15070 zSql = sqlite3_sql(pStmt);
16514 utf8_printf(pAr->p->out, "%s\n", sqlite3_sql(pSql));
16589 utf8_printf(pAr->p->out, "%s\n", sqlite3_sql(pSql));
H A Dsqlite3.c5174 ** ^The sqlite3_sql(P) interface returns a pointer to a copy of the UTF-8
5189 ** and parameter :xyz is unbound, then sqlite3_sql() will return
5201 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)
5208 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
85377 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt){ function
125918 #define sqlite3_sql macro
[all...]
/freebsd-12-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c501 if( sqlite3_sql(pStmt->pStmt)==0 ){
1382 pPreStmt->zSql = sqlite3_sql(pStmt);

Completed in 915 milliseconds