OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nsec3param_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c
1050
typedef struct nsec3param
nsec3param_t
;
typedef in typeref:struct:nsec3param
1059
ISC_LINK(
nsec3param_t
) link;
1061
typedef ISC_LIST(
nsec3param_t
) nsec3paramlist_t;
1064
nsec3param_t
params;
16849
nsec3param_t
*nsec3param = NULL;
16850
nsec3param_t
*nsec3p = NULL;
16851
nsec3param_t
*next;
16890
nsec3param = isc_mem_get(zone->mctx, sizeof(
nsec3param_t
));
16957
sizeof(
nsec3param_t
));
16963
nsec3param = isc_mem_get(zone->mctx, sizeof(
nsec3param_t
));
[
all
...]
/src/external/mpl/bind/dist/lib/dns/
zone.c
1105
typedef struct nsec3param
nsec3param_t
;
typedef in typeref:struct:nsec3param
1114
ISC_LINK(
nsec3param_t
) link;
1116
typedef ISC_LIST(
nsec3param_t
) nsec3paramlist_t;
1120
nsec3param_t
params;
17381
nsec3param_t
*nsec3param = NULL;
17382
nsec3param_t
*nsec3p = NULL;
17383
nsec3param_t
*next;
17422
nsec3param = isc_mem_get(zone->mctx, sizeof(
nsec3param_t
));
17490
sizeof(
nsec3param_t
));
17496
nsec3param = isc_mem_get(zone->mctx, sizeof(
nsec3param_t
));
[
all
...]
Completed in 32 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026