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_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
hifn7751reg.h
397
volatile u_int16_t
source_count
;
member in struct:hifn_crypt_command
427
volatile u_int16_t
source_count
;
member in struct:hifn_mac_command
455
volatile u_int16_t
source_count
;
member in struct:hifn_comp_command
/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)
2217
for (unsigned i = 0; i <
source_count
; i++) {
2322
unsigned section_count = 0,
source_count
= 0, *first_count = NULL;
local
2333
source_count
= source->response_msg->counter_name; \
2351
memcpy(section, *first_section,
source_count
* sizeof(*section));
2352
memset(*first_section, 0,
source_count
* sizeof(*section)); // NULL out any pointers
2356
dp_move_rrs(*first_section, first_count, *source_section,
source_count
, section_count, i != 0);
Completed in 44 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026