/sssd-io/src/responder/common/cache_req/plugins/ |
H A D | cache_req_group_by_id.c | 98 uint32_t *_id, 103 *_id = cr->data->id; 131 *_id = id; 94 cache_req_group_by_id_dpreq_params(TALLOC_CTX *mem_ctx, struct cache_req *cr, struct ldb_result *result, const char **_string, uint32_t *_id, const char **_flag) argument
|
H A D | cache_req_group_by_name.c | 117 uint32_t *_id, 122 *_id = 0; 113 cache_req_group_by_name_dpreq_params(TALLOC_CTX *mem_ctx, struct cache_req *cr, struct ldb_result *result, const char **_string, uint32_t *_id, const char **_flag) argument
|
H A D | cache_req_initgroups_by_name.c | 117 uint32_t *_id, 124 *_id = 0; 113 cache_req_initgroups_by_name_dpreq_params(TALLOC_CTX *mem_ctx, struct cache_req *cr, struct ldb_result *result, const char **_string, uint32_t *_id, const char **_flag) argument
|
H A D | cache_req_user_by_id.c | 97 uint32_t *_id, 102 *_id = cr->data->id; 130 *_id = id; 93 cache_req_user_by_id_dpreq_params(TALLOC_CTX *mem_ctx, struct cache_req *cr, struct ldb_result *result, const char **_string, uint32_t *_id, const char **_flag) argument
|
H A D | cache_req_user_by_name.c | 122 uint32_t *_id, 127 *_id = 0; 118 cache_req_user_by_name_dpreq_params(TALLOC_CTX *mem_ctx, struct cache_req *cr, struct ldb_result *result, const char **_string, uint32_t *_id, const char **_flag) argument
|
/sssd-io/src/providers/ad/ |
H A D | ad_domain_info.c | 428 char **_id, 449 if (_id) { 450 *_id = talloc_steal(mem_ctx, state->sid); 425 ad_master_domain_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, char **_flat, char **_id, char **_site, char **_forest) argument
|
/sssd-io/src/responder/nss/ |
H A D | nss_protocol.c | 199 nss_protocol_parse_id(struct cli_ctx *cli_ctx, uint32_t *_id) argument 216 *_id = id; 222 nss_protocol_parse_id_ex(struct cli_ctx *cli_ctx, uint32_t *_id, argument 242 *_id = id;
|
/sssd-io/src/lib/idmap/ |
H A D | sss_idmap.c | 922 uint32_t *_id) 931 *_id = id; 1045 uint32_t *_id) 1066 if (!comp_id(range, rid, _id)) { 1083 uint32_t *_id) 1090 if (sid == NULL || _id == NULL) { 1115 if (comp_id(&idmap_domain_info->range_params, rid, _id)) { 1126 return add_dom_for_sid(ctx, matched_dom, sid, _id); 921 comp_id(struct idmap_range_params *range_params, long long rid, uint32_t *_id) argument 1042 add_dom_for_sid(struct sss_idmap_ctx *ctx, struct idmap_domain_info *matched_dom, const char *sid, uint32_t *_id) argument 1081 sss_idmap_sid_to_unix(struct sss_idmap_ctx *ctx, const char *sid, uint32_t *_id) argument
|
/sssd-io/src/db/ |
H A D | sysdb_ops.c | 1510 uint32_t *_id) 1667 *_id = new_id; 1509 sysdb_get_new_id(struct sss_domain_info *domain, uint32_t *_id) argument
|