Searched refs:eres (Results 1 – 2 of 2) sorted by relevance
378 ns_ldap_error_t *eres = NULL; in addentry() local386 &eres); in addentry()390 &eres); in addentry()428 perr(eres); in addentry()435 perr(eres); in addentry()440 if (eres->status == LDAP_ALREADY_EXISTS || in addentry()441 eres->status == LDAP_NO_SUCH_OBJECT) in addentry()442 rc = eres->status; in addentry()443 else if (eres->status == LDAP_INSUFFICIENT_ACCESS) { in addentry()447 perr(eres); in addentry()[all …]
2178 int eres = 0; in dwarf_get_loclist_c() local2179 eres = _dwarf_original_expression_build(dbg, in dwarf_get_loclist_c()2181 if (eres != DW_DLV_OK) { in dwarf_get_loclist_c()2183 return eres; in dwarf_get_loclist_c()