Lines Matching refs:zComment
16945 char *zComment; /* Comment to improve readability */ member
86192 pOp->zComment = 0;
86241 pOp->zComment = 0;
87064 pOut->zComment = 0;
87338 sqlite3DbFree(db, pOp->zComment);
87542 assert( p->aOp==0 || p->aOp[p->nOp-1].zComment==0 || p->pParse->nErr>0 );
87545 sqlite3DbFree(p->db, p->aOp[p->nOp-1].zComment);
87546 p->aOp[p->nOp-1].zComment = sqlite3VMPrintf(p->db, zFormat, ap);
87664 if( pOp->zComment && pOp->zComment[0] ){
87665 sqlite3_str_appendall(&x, pOp->zComment);
87707 if( !seenCom && pOp->zComment ){
87708 sqlite3_str_appendf(&x, "; %s", pOp->zComment);
87710 }else if( pOp->zComment ){
87711 sqlite3_str_appendall(&x, pOp->zComment);