Searched refs:zEQPLine (Results 1 – 1 of 1) sorted by relevance
21101 const char *zEQPLine = (const char*)sqlite3_column_text(pExplain,3); in shell_exec() local21104 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()