Home
last modified time | relevance | path

Searched refs:attr_index (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/ldapd/
H A Dldapd.h102 struct attr_index { struct
103 TAILQ_ENTRY(attr_index) next;
107 TAILQ_HEAD(attr_index_list, attr_index); argument
H A Dindex.c225 struct attr_index *ai; in index_entry()
264 struct attr_index *ai; in unindex_entry()
H A Dnamespace.c457 struct attr_index *ai; in namespace_has_index()
H A Dparse.y274 struct attr_index *ai;
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3914 [&](int attr_index) -> std::optional<DWARFExpressionList> { in CollectCallSiteParameters() argument
3916 if (!attributes.ExtractFormValueAtIndex(attr_index, form_value)) in CollectCallSiteParameters()