|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <rosdhcp.h>
Go to the source code of this file.
Functions | |
| struct string_list * | new_string_list (size_t size) |
| struct hash_table * | new_hash_table (int count) |
| struct hash_bucket * | new_hash_bucket (void) |
| void | dfree (void *ptr, char *name) |
| void | free_hash_bucket (struct hash_bucket *ptr, char *name) |
Definition at line 79 of file alloc.c.
Referenced by do_host_lookup(), free_hash_bucket(), tree_concat(), and tree_evaluate().
| void free_hash_bucket | ( | struct hash_bucket * | ptr, |
| char * | name | ||
| ) |
Definition at line 89 of file alloc.c.
Referenced by delete_hash_entry().
| struct hash_bucket * new_hash_bucket | ( | void | ) |
| struct hash_table * new_hash_table | ( | int | count | ) |
| struct string_list * new_string_list | ( | size_t | size | ) |