Searched refs:paths (Results 1 - 9 of 9) sorted by relevance

/sssd/src/responder/ifp/
H A Difp_cache.c99 const char **paths; local
128 paths = talloc_zero_array(tmp_ctx, const char *, result->count + 1);
129 if (paths == NULL) {
135 paths[i] = ifp_cache_build_path(paths, type, domain, result->msgs[i]);
136 if (paths[i] == NULL) {
142 *_paths = talloc_steal(mem_ctx, paths);
162 const char **paths; local
173 paths = NULL;
183 ret = add_strings_lists(tmp_ctx, paths, tmp_path
217 const char **paths; local
249 const char **paths; local
[all...]
H A Difp_iface_nodes.c44 const char **paths; local
64 type, &paths, &num_paths);
78 node = sbus_opath_strip_prefix(paths[i], prefix);
H A Difp_private.h93 const char **paths; member in struct:ifp_list_ctx
H A Difp_users.c317 list_ctx->paths[list_ctx->path_count + i] = \
318 ifp_users_build_path_from_msg(list_ctx->paths,
321 if (list_ctx->paths[list_ctx->path_count + i] == NULL) {
420 list_ctx->paths,
486 list_ctx->paths[i] = ifp_users_build_path_from_msg(list_ctx->paths,
489 if (list_ctx->paths[i] == NULL) {
505 list_ctx->paths,
H A Difp_domains.c88 const char **paths; local
121 paths = talloc_zero_array(ireq, const char *, num_domains);
122 if (paths == NULL) {
137 paths[pi] = p;
141 ret = iface_ifp_ListDomains_finish(ireq->dbus_req, paths, num_domains);
H A Difpsrv_util.c303 list_ctx->paths = talloc_zero_array(list_ctx, const char *, limit);
304 if (list_ctx->paths == NULL) {
H A Difp_groups.c92 list_ctx->paths[list_ctx->path_count + i] = \
93 ifp_groups_build_path_from_msg(list_ctx->paths,
96 if (list_ctx->paths[list_ctx->path_count + i] == NULL) {
333 list_ctx->paths,
409 list_ctx->paths,
/sssd/contrib/ci/
H A Drun58 directory paths in output.
/sssd/src/tests/cmocka/
H A Dtest_sss_sifp.c256 const char **paths = path_in; local
263 &paths, path_in_len,
1835 const char **paths = path_in; local
1842 &paths, path_in_len,
1871 const char **paths = path_in; local
1879 &paths, path_in_len,
1967 const char **paths = in; local
1985 &paths, in_len,

Completed in 552 milliseconds