#include "obstack.h"


Go to the source code of this file.
| typedef struct ht hash_table |
| typedef struct ht_identifier* hashnode |
| typedef int(* ht_cb)(struct cpp_reader *, hashnode, const void *) |
| typedef struct ht_identifier ht_identifier |
| enum ht_lookup_option |
| struct ht_identifier GTY | ( | () | ) | [read, write] |
| hash_table* ht_create | ( | unsigned int | order | ) |
Definition at line 79 of file hashtable.c.
| void ht_destroy | ( | hash_table * | ) |
Definition at line 100 of file hashtable.c.
| void ht_dump_statistics | ( | hash_table * | ) |
Definition at line 244 of file hashtable.c.
| void ht_load | ( | hash_table * | ht, | |
| hashnode * | entries, | |||
| unsigned int | nslots, | |||
| unsigned int | nelements, | |||
| bool | own | |||
| ) |
| hashnode ht_lookup | ( | hash_table * | , | |
| const unsigned char * | , | |||
| size_t | , | |||
| enum | ht_lookup_option | |||
| ) |
| hashnode ht_lookup_with_hash | ( | hash_table * | , | |
| const unsigned char * | , | |||
| size_t | , | |||
| unsigned | int, | |||
| enum | ht_lookup_option | |||
| ) |
1.5.6