OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashTable
(Results
1 - 11
of
11
) sorted by relevancy
/src/usr.bin/make/
hash.h
90
typedef struct
HashTable
{
95
}
HashTable
;
99
HashTable
*table; /* Table being searched. */
106
HashTable
tbl;
123
HashIter_Init(HashIter *hi,
HashTable
*t)
130
void HashTable_Init(
HashTable
*);
131
void HashTable_Done(
HashTable
*);
132
HashEntry *HashTable_FindEntry(
HashTable
*, const char *) MAKE_ATTR_USE;
133
void *HashTable_FindValue(
HashTable
*, const char *) MAKE_ATTR_USE;
135
void *HashTable_FindValueBySubstringHash(
HashTable
*, Substring, unsigned
[
all
...]
hash.c
114
HashTable_Find(
HashTable
*t, Substring key, unsigned h)
136
HashTable_Init(
HashTable
*t)
154
HashTable_Done(
HashTable
*t)
176
HashTable_FindEntry(
HashTable
*t, const char *key)
185
HashTable_FindValue(
HashTable
*t, const char *key)
196
HashTable_FindValueBySubstringHash(
HashTable
*t, Substring key, unsigned h)
203
HashTable_MaxChain(const
HashTable
*t)
221
HashTable_Enlarge(
HashTable
*t)
257
HashTable_CreateEntry(
HashTable
*t, const char *key, bool *out_isNew)
287
HashTable_Set(
HashTable
*t, const char *key, void *value
[
all
...]
dir.c
233
HashTable
/* of CachedDirListNode */ table;
265
static
HashTable
mtimes;
267
static
HashTable
lmtimes; /* same as mtimes but for lstat */
404
HashTable
*tbl = useLstat ? &lmtimes : &mtimes;
506
FreeCachedTable(
HashTable
*tbl)
str.c
77
static
HashTable
interned_strings;
targ.c
117
static
HashTable
allTargetsByName;
arch.c
138
HashTable
members; /* All the members of the archive described
make.h
507
HashTable
/* of Var pointer */ vars;
main.c
148
static
HashTable
cached_realpaths;
parse.c
307
static
HashTable
/* full file name -> Guard */ guards;
/src/usr.bin/make/unit-tests/
opt-debug-hash.exp
3
HashTable
"targets": size=16 entries=0 maxchain=0
4
HashTable
"Global variables": size=16 entries=<entries> maxchain=4
/src/tests/usr.bin/indent/
fmt_decl.c
608
HashTable
/* of CachedDirListNode */ table;
Completed in 21 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025