Lines Matching refs:header
67 struct header struct
139 update_data (struct header *result, size_t len, size_t old_len) in update_data()
349 struct header *result = NULL; in malloc()
379 result = (struct header *) (*mallocp)(len + sizeof (struct header)); in malloc()
399 struct header *result = NULL; in realloc()
400 struct header *real; in realloc()
424 real = ((struct header *) old) - 1; in realloc()
467 result = (struct header *) (*reallocp)(real, len + sizeof (struct header)); in realloc()
494 struct header *result; in calloc()
525 result = (struct header *) (*mallocp)(size + sizeof (struct header)); in calloc()
545 struct header *real; in free()
571 real = ((struct header *) ptr) - 1; in free()