Searched defs:_object_path (Results 1 - 2 of 2) sorted by relevance

/sssd/src/lib/sifp/
H A Dsss_sifp_dbus.c205 char **_object_path,
213 if (ctx == NULL || method == NULL || _object_path == NULL) {
229 ret = sss_sifp_parse_object_path(ctx, reply, _object_path);
246 char **_object_path,
255 _object_path, first_arg_type, ap);
263 char **_object_path,
272 _object_path, first_arg_type, ap);
201 sss_sifp_invoke_find_va(sss_sifp_ctx *ctx, const char *object_path, const char *interface, const char *method, char **_object_path, int first_arg_type, va_list ap) argument
242 sss_sifp_invoke_find_ex(sss_sifp_ctx *ctx, const char *object_path, const char *interface, const char *method, char **_object_path, int first_arg_type, ...) argument
261 sss_sifp_invoke_find(sss_sifp_ctx *ctx, const char *method, char **_object_path, int first_arg_type, ...) argument
H A Dsss_sifp_parser.c636 char **_object_path)
661 *_object_path = object_path;
634 sss_sifp_parse_object_path(sss_sifp_ctx *ctx, DBusMessage *msg, char **_object_path) argument

Completed in 235 milliseconds