Home | History | Annotate | Download | only in dist

Lines Matching refs:nZero

6992                                   int nZero, int bias, int seekResult);
17663 int nZero; /* Used when bit MEM_Zero is set in flags */
42862 int nZero, /* Extra zero bytes to append to pData */
42891 nHeader += putVarint(&pCell[nHeader], nData+nZero);
42893 nData = nZero = 0;
42899 assert( info.nData==(u32)(nData+nZero) );
42902 nPayload = nData + nZero;
44266 int nZero, /* Number of extra 0 bytes to append to data */
44333 rc = fillInCell(pPage, newCell, pKey, nKey, pData, nData, nZero, &szNew);
46474 nByte = pMem->n + pMem->u.nZero;
46482 memset(&pMem->z[pMem->n], 0, pMem->u.nZero);
46483 pMem->n += pMem->u.nZero;
46830 pMem->u.nZero = n;
46898 n += p->u.nZero;
47416 return p->n + p->u.nZero;
49885 n += pMem->u.nZero;
50000 assert( pMem->n + ((pMem->flags & MEM_Zero)?pMem->u.nZero:0)
50006 len += pMem->u.nZero;
51605 rc = sqlite3_bind_zeroblob(pStmt, i, pValue->u.nZero);
51921 sqlite3XPrintf(&out, "zeroblob(%d)", pVar->u.nZero);
52305 sqlite3_snprintf(100, zCsr,"+%dz",pMem->u.nZero);
52691 int nZero; /* Number of zero bytes at the end of the record */
52799 int nZero; /* Number of zero-bytes to append */
54820 int nZero; /* Number of zero bytes at the end of the record */
54850 u.ao.nZero = 0; /* Number of zero bytes at the end of the record */
54876 u.ao.nZero += u.ao.pRec->u.nZero;
54878 u.ao.nZero = 0;
54887 u.ao.nByte = u.ao.nHdr+u.ao.nData-u.ao.nZero;
54919 if( u.ao.nZero ){
54920 pOut->u.nZero = u.ao.nZero;
56276 int nZero; /* Number of zero-bytes to append */
56312 u.bf.nZero = u.bf.pData->u.nZero;
56314 u.bf.nZero = 0;
56318 u.bf.pData->z, u.bf.pData->n, u.bf.nZero,