Home | History | Annotate | Download | only in lib

Lines Matching refs:inlength

250   size_t inlength = end - from;
282 if(inlength % size)
284 buf = malloc(4 * (inlength / size) + 1);
290 outlength = inlength;