Searched defs:_list (Results 1 - 4 of 4) sorted by relevance

/sssd/src/responder/ifp/
H A Difp_components.c218 const char ***_list,
244 *_list = list;
257 const char ***_list,
294 *_list = talloc_steal(mem_ctx, list);
217 list_responders(TALLOC_CTX *mem_ctx, const char ***_list, int *_num) argument
255 list_backends(TALLOC_CTX *mem_ctx, struct confdb_ctx *confdb, const char ***_list, int *_num) argument
/sssd/src/sbus/
H A Dsssd_dbus_interface.c673 struct sbus_interface_list **_list)
727 *_list = list;
670 sbus_opath_hash_lookup_supported(TALLOC_CTX *mem_ctx, hash_table_t *table, const char *object_path, struct sbus_interface_list **_list) argument
/sssd/src/util/
H A Dutil.c37 char ***_list, int *size)
48 if (str == NULL || *str == '\0' || _list == NULL) {
121 *_list = talloc_steal(mem_ctx, list);
35 split_on_separator(TALLOC_CTX *mem_ctx, const char *str, const char sep, bool trim, bool skip_empty, char ***_list, int *size) argument
/sssd/src/db/
H A Dsysdb.c981 char ***_list)
989 *_list = NULL;
1041 *_list = list;
977 sysdb_attrs_to_list(TALLOC_CTX *mem_ctx, struct sysdb_attrs **attrs, int attr_count, const char *attr_name, char ***_list) argument

Completed in 1188 milliseconds