Lines Matching refs:data
98 void *data; in xdl_cha_alloc() local
115 data = (char *) ancur + sizeof(chanode_t) + ancur->icurr; in xdl_cha_alloc()
118 return data; in xdl_cha_alloc()
123 char const *data, *cur, *top; in xdl_guess_lines() local
125 if ((cur = data = xdl_mmfile_first(mf, &size)) != NULL) { in xdl_guess_lines()
126 for (top = data + size; nl < sample && cur < top; ) { in xdl_guess_lines()
133 tsize += (long) (cur - data); in xdl_guess_lines()
252 static unsigned long xdl_hash_record_with_whitespace(char const **data, in xdl_hash_record_with_whitespace() argument
255 char const *ptr = *data; in xdl_hash_record_with_whitespace()
292 *data = ptr < top ? ptr + 1: ptr; in xdl_hash_record_with_whitespace()
297 unsigned long xdl_hash_record(char const **data, char const *top, long flags) { in xdl_hash_record() argument
299 char const *ptr = *data; in xdl_hash_record()
302 return xdl_hash_record_with_whitespace(data, top, flags); in xdl_hash_record()
308 *data = ptr < top ? ptr + 1: ptr; in xdl_hash_record()