Searched refs:sysdb_enumgrent_filter (Results 1 - 3 of 3) sorted by relevance

/sssd/src/tests/cmocka/
H A Dtest_sysdb_views.c937 ret = sysdb_enumgrent_filter(test_ctx, test_ctx->domain, "o*", 0, &res);
942 ret = sysdb_enumgrent_filter(test_ctx, test_ctx->domain, "t*", 0, &res);
948 ret = sysdb_enumgrent_filter(test_ctx, test_ctx->domain, "x*", 0, &res);
952 ret = sysdb_enumgrent_filter(test_ctx, test_ctx->domain, "*", 0, &res);
957 ret = sysdb_enumgrent_filter(test_ctx, test_ctx->domain, "o*", addtl_filter, &res);
964 ret = sysdb_enumgrent_filter(test_ctx, test_ctx->domain, "o*", addtl_filter, &res);
/sssd/src/db/
H A Dsysdb_search.c1039 int sysdb_enumgrent_filter(TALLOC_CTX *mem_ctx, function
1144 return sysdb_enumgrent_filter(mem_ctx, domain, NULL, 0, _res);
1164 ret = sysdb_enumgrent_filter(tmp_ctx, domain, name_filter, addtl_filter, &res);
H A Dsysdb.h696 int sysdb_enumgrent_filter(TALLOC_CTX *mem_ctx,

Completed in 389 milliseconds