OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:source_section
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-proxy.c
2212
dp_move_rrs(dns_rr_t *first_section, unsigned *p_first_count, dns_rr_t *
source_section
, unsigned source_count, unsigned count, bool rdata_present)
2222
if (dns_rrs_equal(&first_section[j], &
source_section
[i], rdata_present)) {
2233
first_section[first_count] =
source_section
[i];
2235
source_section
[i].type = dns_invalid_rr;
2321
dns_rr_t *section, **first_section = NULL, **
source_section
= NULL;
local
2331
source_section
= &source->response_msg->section_name; \
2346
if (first_section ==
source_section
) {
2356
dp_move_rrs(*first_section, first_count, *
source_section
, source_count, section_count, i != 0);
Completed in 24 milliseconds
Indexes created Fri May 08 00:25:09 UTC 2026