Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_normalized_sql

4766 ** [sqlite3_normalized_sql()] interface.  However, the
4767 ** [sqlite3_normalized_sql()] interface is now available to all
4970 ** ^The sqlite3_normalized_sql(P) interface returns a pointer to a UTF-8
4990 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)
4997 ** ^The sqlite3_normalized_sql() interface is only available if
5003 SQLITE_API const char *sqlite3_normalized_sql(sqlite3_stmt *pStmt);
95700 SQLITE_API const char *sqlite3_normalized_sql(sqlite3_stmt *pStmt){
142887 #define sqlite3_normalized_sql sqlite3_api->normalized_sql
143401 sqlite3_normalized_sql,