Lines Matching refs:sqlite3_normalized_sql
4492 ** [sqlite3_normalized_sql()] interface. However, the
4493 ** [sqlite3_normalized_sql()] interface is now available to all
4663 ** ^The sqlite3_normalized_sql(P) interface returns a pointer to a UTF-8
4683 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)
4690 ** ^The sqlite3_normalized_sql() interface is only available if
4696 SQLITE_API const char *sqlite3_normalized_sql(sqlite3_stmt *pStmt);
92497 SQLITE_API const char *sqlite3_normalized_sql(sqlite3_stmt *pStmt){
137090 #define sqlite3_normalized_sql sqlite3_api->normalized_sql
137594 sqlite3_normalized_sql,