Searched refs:first_child (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_xml.h180 struct apr_xml_elem *first_child; member in struct:apr_xml_elem
196 #define APR_XML_ELEM_IS_EMPTY(e) ((e)->first_child == NULL && \
/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf1.c78 char* first_child; member in struct:dwarf1_unit
333 The first child die of 'aUnit' should be in 'aUnit->first_child',
342 if (aUnit->first_child)
343 for (eachDie = aUnit->first_child;
538 aUnit->first_child = stash->currentDie + aDieInfo.length;
540 aUnit->first_child = 0;
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestxml.c111 if (e->first_child) {
112 ec = e->first_child;
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBlock.i150 first_child = property(GetFirstChild, None, doc='''A read only property that returns the same result as GetFirstChild().''')
/freebsd-11-stable/usr.sbin/autofs/
H A Dcommon.c623 const struct node *child, *first_child; local
638 first_child = TAILQ_FIRST(&n->n_children);
639 if (first_child == NULL || TAILQ_NEXT(first_child, n_next) != NULL ||
640 strcmp(path, node_path(first_child)) != 0) {
/freebsd-11-stable/contrib/apr-util/xml/
H A Dapr_xml.c183 elem->parent->first_child = elem->parent->last_child = elem;
777 for (elem = elem->first_child; elem; elem = elem->next) {
885 for (child = elem->first_child; child; child = child->next) {
933 for (scan_elem = elem->first_child;
1039 for (ec = e->first_child; ec != NULL; ec = ec->next) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp484 auto first_child = enum_type->findOneChild<PDBSymbolData>(); local
485 if (first_child)
486 encoding = TranslateEnumEncoding(first_child->getValue().Type);

Completed in 328 milliseconds