Lines Matching refs:zComment
16466 char *zComment; /* Comment to improve readability */ member
84667 pOp->zComment = 0;
84716 pOp->zComment = 0;
85528 pOut->zComment = 0;
85793 sqlite3DbFree(db, pOp->zComment);
85997 assert( p->aOp==0 || p->aOp[p->nOp-1].zComment==0 || p->pParse->nErr>0 );
86000 sqlite3DbFree(p->db, p->aOp[p->nOp-1].zComment);
86001 p->aOp[p->nOp-1].zComment = sqlite3VMPrintf(p->db, zFormat, ap);
86119 if( pOp->zComment && pOp->zComment[0] ){
86120 sqlite3_str_appendall(&x, pOp->zComment);
86162 if( !seenCom && pOp->zComment ){
86163 sqlite3_str_appendf(&x, "; %s", pOp->zComment);
86165 }else if( pOp->zComment ){
86166 sqlite3_str_appendall(&x, pOp->zComment);