Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dmain.c740 char *tmpSql = sqliteStrNDup(zSql, sParse.zTail - zSql); in sqlite_compile() local
741 if( tmpSql ){ in sqlite_compile()
742 db->xTrace(db->pTraceArg, tmpSql); in sqlite_compile()
743 free(tmpSql); in sqlite_compile()