Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c21101 const char *zEQPLine = (const char*)sqlite3_column_text(pExplain,3); in shell_exec() local
21104 if( zEQPLine==0 ) zEQPLine = ""; in shell_exec()
21105 if( zEQPLine[0]=='-' ) eqp_render(pArg, 0); in shell_exec()
21106 eqp_append(pArg, iEqpId, iParentId, zEQPLine); in shell_exec()