Searched refs:au_d_required_length (Results 1 – 1 of 1) sorted by relevance
55 static int au_d_required_length = AU_TABLE_LENGTH; /* new table length */ variable66 if (au_d_required_length > au_d_length) { in au_open()67 au_d_new = (token_t **)calloc(au_d_required_length, in au_open()71 au_d_required_length = au_d_length; in au_open()81 au_d_length = au_d_required_length; in au_open()99 au_d_required_length += AU_TABLE_LENGTH; in au_open()