Home
last modified time | relevance | path

Searched refs:sqlite3VdbeExpandSql (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbetrace.c72 char *sqlite3VdbeExpandSql( in sqlite3VdbeExpandSql() function
H A Dvdbe.h276 char *sqlite3VdbeExpandSql(Vdbe*, const char*);
H A Dvdbeapi.c1881 z = sqlite3VdbeExpandSql(p, zSql); in sqlite3_expanded_sql()
H A Dvdbeaux.c3393 char *zExpanded = sqlite3VdbeExpandSql(v, v->zSql); in vdbeInvokeSqllog()
H A Dvdbe.c8582 char *z = sqlite3VdbeExpandSql(p, zTrace); in sqlite3VdbeExec()