OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:token_region
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
ssu_external.c
127
isc_region_t
token_region
= { NULL, 0 };
local
158
isc_buffer_region(tkey_token, &
token_region
);
159
token_len =
token_region
.length;
211
isc_buffer_putmem(&buf,
token_region
.base, token_len);
sdlz.c
1614
isc_region_t
token_region
= { NULL, 0 };
local
1653
isc_buffer_region(tkey_token, &
token_region
);
1654
token_len =
token_region
.length;
1660
token_len != 0 ?
token_region
.base : NULL,
/src/external/mpl/dhcp/bind/dist/lib/dns/
ssu_external.c
133
isc_region_t
token_region
= { NULL, 0 };
local
164
isc_buffer_region(tkey_token, &
token_region
);
165
token_len =
token_region
.length;
217
isc_buffer_putmem(&buf,
token_region
.base, token_len);
sdlz.c
1743
isc_region_t
token_region
= { NULL, 0 };
local
1782
isc_buffer_region(tkey_token, &
token_region
);
1783
token_len =
token_region
.length;
1789
token_len != 0 ?
token_region
.base : NULL,
Completed in 17 milliseconds
Indexes created Tue Apr 28 00:22:25 UTC 2026