Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dmain.c737 char *tmpSql = sqliteStrNDup(zSql, sParse.zTail - zSql); in sqlite_compile() local
738 if( tmpSql ){ in sqlite_compile()
739 db->xTrace(db->pTraceArg, tmpSql); in sqlite_compile()
740 free(tmpSql); in sqlite_compile()