HomeSort by: relevance | last modified time | path
    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