Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c150 if (*modlist == NULL) { in LDAP__setmod()
152 if (*modlist == NULL) in LDAP__setmod()
165 if ((*modlist)[cMods] == NULL) { in LDAP__setmod()
168 *modlist = (LDAPMod **)ber_memrealloc(*modlist, in LDAP__setmod()
170 if (*modlist == NULL) in LDAP__setmod()
174 if ((*modlist)[cMods] == NULL) in LDAP__setmod()
177 mod = (*modlist)[cMods]; in LDAP__setmod()
182 (*modlist)[cMods] = NULL; in LDAP__setmod()
192 (*modlist)[cMods + 1] = NULL; in LDAP__setmod()
251 bv = (*modlist)[cMods]->mod_values; in LDAP_addmod()
[all …]
/freebsd-13.1/sys/kern/
H A Dkern_linker.c139 typedef TAILQ_HEAD(, modlist) modlisthead_t;
140 struct modlist { struct
141 TAILQ_ENTRY(modlist) link; /* chain together all modules */
146 typedef struct modlist *modlist_t; argument
1522 mod = malloc(sizeof(struct modlist), M_LINKER, M_NOWAIT | M_ZERO); in modlist_newmodule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp752 ModuleList &modlist = target.GetImages(); in Evaluate_DW_OP_entry_value() local
766 Function *callee_func = call_edge->GetCallee(modlist, parent_exe_ctx); in Evaluate_DW_OP_entry_value()
777 if (edge->GetCallee(modlist, parent_exe_ctx) == current_func) { in Evaluate_DW_OP_entry_value()