OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:csync
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/rdata/generic/
csync_62.c
143
dns_rdata_csync_t *
csync
= source;
local
147
REQUIRE(
csync
!= NULL);
148
REQUIRE(
csync
->common.rdtype == type);
149
REQUIRE(
csync
->common.rdclass == rdclass);
150
REQUIRE(
csync
->typebits != NULL ||
csync
->len == 0);
155
RETERR(uint32_tobuffer(
csync
->serial, target));
156
RETERR(uint16_tobuffer(
csync
->flags, target));
158
region.base =
csync
->typebits;
159
region.length =
csync
->len
167
dns_rdata_
csync
_t *
csync
= target;
local
191
dns_rdata_
csync
_t *
csync
= source;
local
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
csync_62.c
144
dns_rdata_csync_t *
csync
= source;
local
148
REQUIRE(
csync
!= NULL);
149
REQUIRE(
csync
->common.rdtype == type);
150
REQUIRE(
csync
->common.rdclass == rdclass);
151
REQUIRE(
csync
->typebits != NULL ||
csync
->len == 0);
156
RETERR(uint32_tobuffer(
csync
->serial, target));
157
RETERR(uint16_tobuffer(
csync
->flags, target));
159
region.base =
csync
->typebits;
160
region.length =
csync
->len
168
dns_rdata_
csync
_t *
csync
= target;
local
201
dns_rdata_
csync
_t *
csync
= source;
local
[
all
...]
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026