Searched refs:zComment (Results 1 – 1 of 1) sorted by relevance
15089 char *zComment; /* Comment to improve readability */ member79432 pOp->zComment = 0;80175 pOut->zComment = 0;80354 sqlite3DbFree(db, pOp->zComment);80561 sqlite3DbFree(p->db, p->aOp[p->nOp-1].zComment);80562 p->aOp[p->nOp-1].zComment = sqlite3VMPrintf(p->db, zFormat, ap);80677 sqlite3_str_appendall(&x, pOp->zComment);80717 if( !seenCom && pOp->zComment ){80718 sqlite3_str_appendf(&x, "; %s", pOp->zComment);80720 }else if( pOp->zComment ){[all …]