OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newrdataset
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/
db.c
732
unsigned int options, dns_rdataset_t *
newrdataset
) {
744
REQUIRE(
newrdataset
== NULL ||
745
(DNS_RDATASET_VALID(
newrdataset
) &&
746
!dns_rdataset_isassociated(
newrdataset
)));
749
options,
newrdataset
));
client.c
2465
dns_rdataset_t *rdataset, *
newrdataset
;
local
2518
newrdataset
= NULL;
2519
result = dns_message_gettemprdataset(msg, &
newrdataset
);
2523
dns_rdatalist_tordataset(rdatalist,
newrdataset
);
2525
ISC_LIST_APPEND(newname->list,
newrdataset
, link);
sdb.c
1217
dns_rdataset_t *
newrdataset
) {
1223
UNUSED(
newrdataset
);
sdlz.c
1148
dns_rdataset_t *
newrdataset
) {
1152
UNUSED(
newrdataset
);
rbtdb.c
7138
dns_rdataset_t *
newrdataset
) {
7331
if (result == ISC_R_SUCCESS &&
newrdataset
!= NULL) {
7333
isc_rwlocktype_write,
newrdataset
);
7336
if (result == DNS_R_NXRRSET &&
newrdataset
!= NULL &&
7340
newrdataset
);
/src/external/mpl/bind/dist/lib/dns/include/dns/
db.h
138
dns_rdataset_t *
newrdataset
DNS__DB_FLARG);
1390
newrdataset
) \
1392
newrdataset
DNS__DB_FILELINE)
1397
dns_rdataset_t *
newrdataset
DNS__DB_FLARG);
1404
* \li If '
newrdataset
' is not NULL, then it will be attached to the
1410
* then return the original rdatatset in
newrdataset
if that existed.
1421
* \li '
newrdataset
' is NULL, or a valid, unassociated rdataset.
/src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
db.h
133
dns_rdataset_t *
newrdataset
);
1289
unsigned int options, dns_rdataset_t *
newrdataset
);
1296
* \li If '
newrdataset
' is not NULL, then it will be attached to the
1302
* then return the original rdatatset in
newrdataset
if that existed.
1313
* \li '
newrdataset
' is NULL, or a valid, unassociated rdataset.
/src/external/mpl/bind/dist/lib/dns/
rbtdb_p.h
311
dns_rdataset_t *
newrdataset
DNS__DB_FLARG);
db.c
771
dns_rdataset_t *
newrdataset
DNS__DB_FLARG) {
783
REQUIRE(
newrdataset
== NULL ||
784
(DNS_RDATASET_VALID(
newrdataset
) &&
785
!dns_rdataset_isassociated(
newrdataset
)));
790
newrdataset
DNS__DB_FLARG_PASS);
sdlz.c
1076
dns_rdataset_t *
newrdataset
DNS__DB_FLARG) {
1080
UNUSED(
newrdataset
);
rbtdb.c
3517
dns_rdataset_t *
newrdataset
DNS__DB_FLARG) {
3702
if (result == ISC_R_SUCCESS &&
newrdataset
!= NULL) {
3705
newrdataset
DNS__DB_FLARG_PASS);
3708
if (result == DNS_R_NXRRSET &&
newrdataset
!= NULL &&
3713
newrdataset
DNS__DB_FLARG_PASS);
qpzone.c
4890
dns_rdataset_t *
newrdataset
DNS__DB_FLARG) {
5062
if (result == ISC_R_SUCCESS &&
newrdataset
!= NULL) {
5064
newrdataset
DNS__DB_FLARG_PASS);
5067
if (result == DNS_R_NXRRSET &&
newrdataset
!= NULL &&
5071
newrdataset
DNS__DB_FLARG_PASS);
/src/external/mpl/bind/dist/bin/tests/system/dyndb/driver/
db.c
255
dns_rdataset_t *
newrdataset
DNS__DB_FLARG) {
265
newrdataset
DNS__DB_FLARG_PASS);
Completed in 40 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026