
Data Fields | |
| struct aa_data_st * | aa_handle_consistency1 |
| char ** | aa_base |
| long * | aa_next_to_use |
| long * | aa_max |
| long | aa_initial_alloc |
| long | aa_element_size |
| struct aa_data_st * | aa_handle_consistency2 |
| long | aa_realloc_numerator |
| long | aa_realloc_denominator |
| void(* | aa_error_func )(int, char *, int, char *) |
| int | aa_user_num |
| char * | aa_user_string |
| struct aa_data_st * | aa_handle_consistency3 |
Definition at line 90 of file array_alloc.c.
Definition at line 91 of file array_alloc.c.
Referenced by aa_alloc(), aa_discard(), and aa_initialize().
| char** aa_data_st::aa_base |
Definition at line 92 of file array_alloc.c.
Referenced by aa_alloc(), aa_discard(), and aa_initialize().
Definition at line 93 of file array_alloc.c.
Referenced by aa_alloc(), aa_discard(), and aa_initialize().
Definition at line 94 of file array_alloc.c.
Referenced by aa_alloc(), aa_discard(), and aa_initialize().
Definition at line 97 of file array_alloc.c.
Referenced by aa_alloc(), aa_discard(), and aa_initialize().
| void(* aa_data_st::aa_error_func)(int, char *, int, char *) |
Referenced by aa_initialize(), and error().
Definition at line 103 of file array_alloc.c.
Referenced by aa_alloc(), aa_discard(), and aa_initialize().
1.5.6