Lines Matching refs:zComment
15187 char *zComment; /* Comment to improve readability */ member
77789 pOp->zComment = 0;
78529 pOut->zComment = 0;
78708 sqlite3DbFree(db, pOp->zComment);
78911 assert( p->aOp==0 || p->aOp[p->nOp-1].zComment==0 || p->db->mallocFailed
78915 sqlite3DbFree(p->db, p->aOp[p->nOp-1].zComment);
78916 p->aOp[p->nOp-1].zComment = sqlite3VMPrintf(p->db, zFormat, ap);
79035 sqlite3_str_appendall(&x, pOp->zComment);
79075 if( !seenCom && pOp->zComment ){
79076 sqlite3_str_appendf(&x, "; %s", pOp->zComment);
79078 }else if( pOp->zComment ){
79079 sqlite3_str_appendall(&x, pOp->zComment);