Searched refs:HASH_free (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libast/hash/ |
H A D | hashalloc.c | 116 case HASH_free:
|
/ast/src/lib/libast/include/ |
H A D | hash.h | 71 #define HASH_free 4 macro
|
/ast/src/lib/libmam/ |
H A D | mam.c | 70 !(pp->rules = hashalloc(0, HASH_set, HASH_ALLOCATE, HASH_free, freerule, HASH_name, "mam-rules", 0)) || 71 !(pp->vars = hashalloc(0, HASH_set, HASH_ALLOCATE, HASH_free, free, HASH_name, "mam-variables", 0)))
|
/ast/src/lib/libpp/ |
H A D | ppop.c | 1092 pp.symtab = hashalloc(NiL, HASH_name, "symbols", HASH_free, undefine, HASH_set, HASH_ALLOCATE|HASH_BUCKET, 0);
|
Completed in 16 milliseconds