OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isc_ht_node_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/
ht.c
28
typedef struct isc_ht_node
isc_ht_node_t
;
typedef in typeref:struct:isc_ht_node
47
isc_ht_node_t
*next;
60
isc_ht_node_t
**table[2];
69
isc_ht_node_t
*cur;
72
static
isc_ht_node_t
*
100
isc__ht_node_match(
isc_ht_node_t
*node, const uint32_t hashval,
164
isc_ht_node_t
**newtable = ht->table[ht->hindex];
166
isc_ht_node_t
**oldtable = ht->table[HT_NEXTTABLE(ht->hindex)];
167
isc_ht_node_t
*node = NULL;
168
isc_ht_node_t
*nextnode
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/isc/
ht.c
27
typedef struct isc_ht_node
isc_ht_node_t
;
typedef in typeref:struct:isc_ht_node
46
isc_ht_node_t
*next;
59
isc_ht_node_t
**table[2];
68
isc_ht_node_t
*cur;
71
static
isc_ht_node_t
*
141
isc__ht_node_match(
isc_ht_node_t
*node, const uint32_t hashval,
204
isc_ht_node_t
**newtable = ht->table[ht->hindex];
206
isc_ht_node_t
**oldtable = ht->table[HT_NEXTTABLE(ht->hindex)];
207
isc_ht_node_t
*node = NULL;
208
isc_ht_node_t
*nextnode
[
all
...]
Completed in 20 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026