Searched refs:local_length (Results 1 – 2 of 2) sorted by relevance
212 unsigned int local_length; in hcreate() local219 local_length = 1; /* Maximum entries in table */ in hcreate()223 local_length <<= 1; in hcreate()227 local_table = (TABELEM *) calloc(local_length, sizeof (TABELEM)); in hcreate()232 length = local_length; in hcreate()
438 Double local_length; in AppendData() local450 local_length = pos + GetHeader().Bytes_to_Time(len); in AppendData()451 if (local_length > GetSize()) { in AppendData()452 err = SetSize(local_length); in AppendData()