Lines Matching refs:nSrc
6807 int nSrc, n, rc, mn; in fillInCell() local
6828 nSrc = pX->nData; in fillInCell()
6834 nSrc = nPayload = (int)pX->nKey; in fillInCell()
6849 assert( nSrc<=nPayload ); in fillInCell()
6850 testcase( nSrc<nPayload ); in fillInCell()
6851 memcpy(pPayload, pSrc, nSrc); in fillInCell()
6852 memset(pPayload+nSrc, 0, nPayload-nSrc); in fillInCell()
6908 if( nSrc>=n ){ in fillInCell()
6910 }else if( nSrc>0 ){ in fillInCell()
6911 n = nSrc; in fillInCell()
6920 nSrc -= n; in fillInCell()