Searched refs:sm (Results 1 - 3 of 3) sorted by relevance
| /sssd-io/src/tests/cmocka/ |
| H A D | test_sdap.c | 246 struct sdap_msg sm; member in struct:parse_test_ctx 307 ret = sdap_parse_entry(test_ctx, &test_ctx->sh, &test_ctx->sm, 369 ret = sdap_parse_entry(test_ctx, &test_ctx->sh, &test_ctx->sm, 413 ret = sdap_parse_entry(test_ctx, &test_ctx->sh, &test_ctx->sm, 460 ret = sdap_parse_entry(test_ctx, &test_ctx->sh, &test_ctx->sm, 613 ret = sdap_parse_entry(test_ctx, &test_ctx->sh, &test_ctx->sm, 647 ret = sdap_parse_entry(test_ctx, &test_ctx->sh, &test_ctx->sm, 680 ret = sdap_parse_entry(test_ctx, &test_ctx->sh, &test_ctx->sm, 715 ret = sdap_parse_entry(test_ctx, &test_ctx->sh, &test_ctx->sm,
|
| /sssd-io/src/providers/ldap/ |
| H A D | sdap.c | 394 struct sdap_handle *sh, struct sdap_msg *sm, 428 str = ldap_get_dn(sh->ldap, sm->msg); 443 vals = ldap_get_values_len(sh->ldap, sm->msg, "objectClass"); 467 str = ldap_first_attribute(sh->ldap, sm->msg, &ber); 534 vals = ldap_get_values_len(sh->ldap, sm->msg, str); 611 str = ldap_next_attribute(sh->ldap, sm->msg, ber); 393 sdap_parse_entry(TALLOC_CTX *memctx, struct sdap_handle *sh, struct sdap_msg *sm, struct sdap_attr_map *map, int attrs_num, struct sysdb_attrs **_attrs, bool disable_range_retrieval) argument
|
| H A D | sdap.h | 586 struct sdap_handle *sh, struct sdap_msg *sm,
|
Completed in 45 milliseconds