Searched refs:hashtable_entry (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/grep/regex/
H A Dhashtable.h19 } hashtable_entry; typedef in typeref:struct:__anon13772
26 hashtable_entry **entries;
H A Dhashtable.c75 tbl->entries = calloc(sizeof(hashtable_entry *), table_size);
142 tbl->entries[hash] = malloc(sizeof(hashtable_entry));
180 static hashtable_entry
211 hashtable_entry **entry;
233 hashtable_entry **entry;

Completed in 55 milliseconds