HomeSort by: relevance | last modified time | path
    Searched refs:Hash_CreateEntry (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/rcorder/
hash.h 156 Hash_Entry *Hash_CreateEntry(Hash_Table *, char *, int *);
rcorder.c 278 entry = Hash_CreateEntry(provide_hash, s, &new);
299 entry = Hash_CreateEntry(provide_hash, s, &new);
489 entry = Hash_CreateEntry(provide_hash, buffer, &new);
537 entry = Hash_CreateEntry(provide_hash, bl_list->s, &new);
hash.c 243 * Hash_CreateEntry --
265 Hash_CreateEntry(Hash_Table *t, char *key, int *newPtr)

Completed in 46 milliseconds