Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c85134 pOp->zComment = 0;
85183 pOp->zComment = 0;
86004 pOut->zComment = 0;
86269 sqlite3DbFree(db, pOp->zComment);
86476 sqlite3DbFree(p->db, p->aOp[p->nOp-1].zComment);
86595 if( pOp->zComment && pOp->zComment[0] ){
86596 sqlite3_str_appendall(&x, pOp->zComment);
86638 if( !seenCom && pOp->zComment ){
86639 sqlite3_str_appendf(&x, "; %s", pOp->zComment);
86641 }else if( pOp->zComment ){
[all …]