Searched refs:zComment (Results 1 – 2 of 2) sorted by relevance
8232 char *zComment; /* Comment to improve readability */ member58465 pOp->zComment = 0;58821 pOut->zComment = 0;58960 sqlite3DbFree(db, pOp->zComment);59093 assert( p->aOp==0 || p->aOp[p->nOp-1].zComment==0 || p->db->mallocFailed );59095 char **pz = &p->aOp[p->nOp-1].zComment;59107 assert( p->aOp==0 || p->aOp[p->nOp-1].zComment==0 || p->db->mallocFailed );59109 char **pz = &p->aOp[p->nOp-1].zComment;59358 pOp->zComment ? pOp->zComment : ""59600 if( pOp->zComment ){[all …]
15187 char *zComment; /* Comment to improve readability */ member77789 pOp->zComment = 0;78529 pOut->zComment = 0;78708 sqlite3DbFree(db, pOp->zComment);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 ){[all …]