Home
last modified time | relevance | path

Searched refs:_sections (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/dns/nameser/
H A Dns_parse.c126 handle->_sections[i] = NULL; in ns_initparse()
133 handle->_sections[i] = msg; in ns_initparse()
275 msg->_msg_ptr = msg->_sections[(int)sect]; in setsection()
/aosp12/system/media/camera/docs/
H A Dmetadata_model.py484 outer_namespace._sections.append(sec)
670 self._sections = sections[:]
673 self._children = self._sections
677 return (i for i in self._sections)
/aosp12/bionic/libc/include/arpa/
H A Dnameser.h128 const u_char *_sections[ns_s_max]; member