Lines Matching defs:spc
45 long spc;152 inf.len = inf.spc = 0;1745 if (inf->len + count >= inf->spc) {1746 int spc;1749 if ((spc = (count % 64)) != 0)1750 spc = 64 - spc;1751 spc += count + inf->spc;1752 if ((cod = realloc(inf->cod, spc)) == NULL)1755 inf->spc = spc;