Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DConfigParser.py227 self._sections = self._dict()
243 return self._sections.keys()
255 if section in self._sections:
257 self._sections[section] = self._dict()
264 return section in self._sections
269 opts = self._sections[section].copy()
320 if section not in self._sections:
327 elif opt in self._sections[section]:
328 return self._sections[section][opt]
336 d2 = self._sections[section]
[all …]
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_parse.c143 handle->_sections[i] = NULL; in ns_initparse()
150 handle->_sections[i] = msg; in ns_initparse()
174 handle->_msg_ptr = handle->_sections[(int)section]; in ns_parserr()
184 handle->_msg_ptr = handle->_sections[(int)section]; in ns_parserr()
/device/linaro/bootloader/edk2/StdLib/Include/arpa/
Dnameser.h118 const u_char *_sections[ns_s_max]; member