Home
last modified time | relevance | path

Searched refs:zComment (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8232 char *zComment; /* Comment to improve readability */ member
58465 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 …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c15187 char *zComment; /* Comment to improve readability */ member
77789 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 …]