OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Hash_Table
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/rcorder/
hash.h
99
typedef struct
Hash_Table
{
106
}
Hash_Table
;
114
Hash_Table
*tablePtr; /* Table being searched. */
153
void Hash_InitTable(
Hash_Table
*, int);
154
void Hash_DeleteTable(
Hash_Table
*);
155
Hash_Entry *Hash_FindEntry(
Hash_Table
*, char *);
156
Hash_Entry *Hash_CreateEntry(
Hash_Table
*, char *, int *);
157
void Hash_DeleteEntry(
Hash_Table
*, Hash_Entry *);
158
Hash_Entry *Hash_EnumFirst(
Hash_Table
*, Hash_Search *);
hash.c
107
static void RebuildTable(
Hash_Table
*);
140
Hash_InitTable(
Hash_Table
*t, int numBuckets)
169
* the space in the
Hash_Table
structure).
181
Hash_DeleteTable(
Hash_Table
*t)
225
Hash_FindEntry(
Hash_Table
*t, char *key)
265
Hash_CreateEntry(
Hash_Table
*t, char *key, int *newPtr)
328
Hash_DeleteEntry(
Hash_Table
*t, Hash_Entry *e)
371
Hash_EnumFirst(
Hash_Table
*t, Hash_Search *searchPtr)
402
Hash_Table
*t = searchPtr->tablePtr;
443
RebuildTable(
Hash_Table
*t
[
all
...]
rcorder.c
102
Hash_Table
provide_hash_s, *provide_hash;
Completed in 40 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025