Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c18336 const char *zEQPLine = (const char*)sqlite3_column_text(pExplain,3); in shell_exec() local
18339 if( zEQPLine==0 ) zEQPLine = ""; in shell_exec()
18340 if( zEQPLine[0]=='-' ) eqp_render(pArg); in shell_exec()
18341 eqp_append(pArg, iEqpId, iParentId, zEQPLine); in shell_exec()

Completed in 32 milliseconds