#include "global.h"
#include "hashtable.h"
#include "stralloc.h"
#include "stuff.h"
#include "pike_error.h"
Functions | |
hash_entry * | hash_lookup (struct hash_table *h, struct pike_string *s) |
hash_table * | create_hash_table (void) |
hash_table * | hash_rehash (struct hash_table *h, int size) |
hash_table * | hash_insert (struct hash_table *h, struct hash_entry *s) |
hash_table * | hash_unlink (struct hash_table *h, struct hash_entry *s) |
void | map_hashtable (struct hash_table *h, void(*fun)(struct hash_entry *)) |
void | free_hashtable (struct hash_table *h, void(*free_entry)(struct hash_entry *)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|