OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hpp
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/config/
hash.c
211
struct hashenthead *
hpp
;
local
217
hpp
= &ht->ht_tab[h & ht->ht_mask];
218
TAILQ_FOREACH(hp,
hpp
, h_next) {
224
TAILQ_INSERT_TAIL(
hpp
, hp, h_next);
245
struct hashenthead *
hpp
;
local
248
hpp
= &ht->ht_tab[i];
249
while ((hp = TAILQ_FIRST(
hpp
)) != NULL) {
250
TAILQ_REMOVE(
hpp
, hp, h_next);
268
struct hashenthead *
hpp
;
local
272
hpp
= &ht->ht_tab[h & ht->ht_mask]
302
struct hashenthead *
hpp
;
local
330
struct hashenthead *
hpp
;
local
357
struct hashenthead *
hpp
;
local
373
struct hashenthead *
hpp
;
local
[
all
...]
hash.c
211
struct hashenthead *
hpp
;
local
217
hpp
= &ht->ht_tab[h & ht->ht_mask];
218
TAILQ_FOREACH(hp,
hpp
, h_next) {
224
TAILQ_INSERT_TAIL(
hpp
, hp, h_next);
245
struct hashenthead *
hpp
;
local
248
hpp
= &ht->ht_tab[i];
249
while ((hp = TAILQ_FIRST(
hpp
)) != NULL) {
250
TAILQ_REMOVE(
hpp
, hp, h_next);
268
struct hashenthead *
hpp
;
local
272
hpp
= &ht->ht_tab[h & ht->ht_mask]
302
struct hashenthead *
hpp
;
local
330
struct hashenthead *
hpp
;
local
357
struct hashenthead *
hpp
;
local
373
struct hashenthead *
hpp
;
local
[
all
...]
Completed in 67 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026