OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocated_memory
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/objs/
dns_obj_rr_private.h
47
bool
allocated_memory
; // Indicate whether the domain name labels in the name of
member in struct:dns_obj_rr_s
dns_obj_domain_name.c
42
bool
allocated_memory
; // Indicate whether the domain name labels point to an external memory or is allocated.
member in struct:dns_obj_domain_name_s
201
return me->
allocated_memory
? me->labels_u.allocated_labels : me->labels_u.const_labels;
470
if (me->
allocated_memory
) {
494
me->
allocated_memory
= false;
504
me->
allocated_memory
= true;
Completed in 19 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026