Lines Matching refs:err
36 enum idmap_error_code err;
47 err = sss_idmap_domain_has_algorithmic_mapping(idmap_ctx->map, dom_sid_str,
49 if (err == IDMAP_SUCCESS) {
55 err = sss_idmap_domain_by_name_has_algorithmic_mapping(idmap_ctx->map,
58 if (err == IDMAP_SUCCESS) {
68 if (err != IDMAP_SID_UNKNOWN && err != IDMAP_NAME_UNKNOWN) {
131 err = sss_idmap_add_domain_ex(idmap_ctx->map, dom_name, dom_sid_str,
133 if (err != IDMAP_SUCCESS && err != IDMAP_COLLISION) {
227 enum idmap_error_code err;
259 err = sss_idmap_add_domain_ex(idmap_ctx->map, name, sid, &range,
262 if (err != IDMAP_SUCCESS) {
263 if (!allow_collisions || err != IDMAP_COLLISION) {
303 enum idmap_error_code err;
318 err = sss_idmap_init(sss_idmap_talloc, idmap_ctx,
321 if (err != IDMAP_SUCCESS) {
324 idmap_error_string(err));
325 if (err == IDMAP_OUT_OF_MEMORY) {