Lines Matching refs:sqlite3_expanded_sql
3686 ** [sqlite3_expanded_sql(P)] otherwise.
4660 ** ^The sqlite3_expanded_sql(P) interface returns a pointer to a UTF-8
4672 ** the original string, "SELECT $abc,:xyz" but sqlite3_expanded_sql()
4675 ** ^The sqlite3_expanded_sql() interface returns NULL if insufficient memory
4681 ** option causes sqlite3_expanded_sql() to always return NULL.
4686 ** ^The string returned by sqlite3_expanded_sql(P), on the other hand,
4694 SQLITE_API char *sqlite3_expanded_sql(sqlite3_stmt *pStmt);
92477 SQLITE_API char *sqlite3_expanded_sql(sqlite3_stmt *pStmt){
101971 ** sqlite3_expanded_sql(P) otherwise.
137059 #define sqlite3_expanded_sql sqlite3_api->expanded_sql
137562 sqlite3_expanded_sql,