Searched refs:zComment (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 9012 char *zComment; /* Comment to improve readability */ member 61491 pOp->zComment = 0; 61899 pOut->zComment = 0; 62035 sqlite3DbFree(db, pOp->zComment); 62163 assert( p->aOp==0 || p->aOp[p->nOp-1].zComment==0 || p->db->mallocFailed ); 62166 sqlite3DbFree(p->db, p->aOp[p->nOp-1].zComment); 62167 p->aOp[p->nOp-1].zComment = sqlite3VMPrintf(p->db, zFormat, ap); 62277 sqlite3_snprintf(nTemp-jj, zTemp+jj, "%s", pOp->zComment); 62303 if( !seenCom && jj<nTemp-5 && pOp->zComment ){ 62304 sqlite3_snprintf(nTemp-jj, zTemp+jj, "; %s", pOp->zComment); [all …]
|