OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nsec3param_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
zone.c
1106
typedef struct nsec3param
nsec3param_t
;
typedef in typeref:struct:nsec3param
1115
ISC_LINK(
nsec3param_t
) link;
1117
typedef ISC_LIST(
nsec3param_t
) nsec3paramlist_t;
1121
nsec3param_t
params;
17359
nsec3param_t
*nsec3param = NULL;
17360
nsec3param_t
*nsec3p = NULL;
17361
nsec3param_t
*next;
17400
nsec3param = isc_mem_get(zone->mctx, sizeof(
nsec3param_t
));
17468
sizeof(
nsec3param_t
));
17474
nsec3param = isc_mem_get(zone->mctx, sizeof(
nsec3param_t
));
[
all
...]
/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
...]
Completed in 44 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026