Lines Matching defs:size
37 FILE *stream, unsigned char *ptr, size_t size,
50 text, (unsigned long)size, (unsigned long)size);
52 for(i = 0; i<size; i += width) {
59 if(i + c < size)
65 for(c = 0; (c < width) && (i + c < size); c++) {
67 if(nohex && (i + c + 1 < size) && ptr[i + c] == 0x0D &&
75 if(nohex && (i + c + 2 < size) && ptr[i + c + 1] == 0x0D &&
88 char *data, size_t size,
121 dump(text, stderr, (unsigned char *)data, size, config->trace_ascii);