Searched defs:rule_start (Results 1 - 3 of 3) sorted by relevance
/sssd-io/src/lib/certmap/ |
H A D | sss_certmap_ldap_mapping.c | 254 const char *rule_start, 271 tmp_string_size = strlen(rule_start) + 1; 278 cur = rule_start; 253 parse_ldap_mapping_rule(struct sss_certmap_ctx *ctx, const char *rule_start, struct ldap_mapping_rule **mapping_rule) argument
|
H A D | sss_certmap_krb5_match.c | 474 const char *rule_start, 488 cur = rule_start; 473 parse_krb5_match_rule(struct sss_certmap_ctx *ctx, const char *rule_start, struct krb5_match_rule **match_rule) argument
|
H A D | sss_certmap.c | 46 char **type, const char **rule_start) 52 *rule_start = match_rule; 62 *rule_start = delim + 1; 74 *rule_start = delim + 1; 88 const char *rule_start; local 90 ret = get_type_prefix(ctx, match_rule, &type, &rule_start); 97 ret = parse_krb5_match_rule(ctx, rule_start, parsed_match_rule); 122 const char *rule_start; local 124 ret = get_type_prefix(ctx, mapping_rule, &type, &rule_start); 131 ret = parse_ldap_mapping_rule(ctx, rule_start, parsed_mapping_rul 45 get_type_prefix(TALLOC_CTX *mem_ctx, const char *match_rule, char **type, const char **rule_start) argument [all...] |
Completed in 10 milliseconds