Searched defs:o_sid (Results 1 - 1 of 1) sorted by relevance
/sssd/src/lib/idmap/ |
H A D | sss_idmap.c | 478 const char *o_sid, 507 sids_equal = ((n_sid == NULL && o_sid == NULL) 508 || (n_sid != NULL && o_sid != NULL 509 && strcasecmp(n_sid, o_sid) == 0)); 477 sss_idmap_check_collision_ex(const char *o_name, const char *o_sid, struct sss_idmap_range *o_range, uint32_t o_first_rid, const char *o_range_id, bool o_external_mapping, const char *n_name, const char *n_sid, struct sss_idmap_range *n_range, uint32_t n_first_rid, const char *n_range_id, bool n_external_mapping) argument
|
Completed in 779 milliseconds