Lines Matching defs:nspill
800 int nspill = 0;823 if (nspill) {824 int n = uimin(4 - nspill, space);825 memcpy(spill + nspill, data, n);826 nspill += n;830 if (nspill == 4) {833 nspill = 0;847 nspill = space;862 spill[nspill++] = 0x5a;863 for (; nspill < 4; nspill++)864 spill[nspill] = 0;
Indexes created Thu Oct 02 14:10:14 GMT 2025