Searched refs:_sections (Results 1 – 9 of 9) sorted by relevance
609 self._sections = self._dict()647 return list(self._sections.keys())658 if section in self._sections:660 self._sections[section] = self._dict()668 return section in self._sections673 opts = self._sections[section].copy()847 d.update(self._sections[section])885 elif section not in self._sections:889 return (option in self._sections[section]901 sectdict = self._sections[section][all …]
62 handle->_sections[i] = msg; in ns_initparse()67 handle->_sections[i] = NULL; in ns_initparse()112 handle->_msg_ptr = handle->_sections[section]; in ns_parserr()118 handle->_msg_ptr = handle->_sections[section]; in ns_parserr()
375 self._sections = []564 for section in imported_src_file._sections:572 self._sections = []602 self._sections.append(section)613 for section in self._sections:616 for section in self._sections:
354 self.assertEqual(len(sf._sections), len(line_counts),356 (idx, len(sf._sections), len(line_counts)))357 for idx2, (sec, expected) in enumerate(zip(sf._sections, line_counts), 1):
42 const unsigned char *_sections[ns_s_max]; member