/sssd-io/src/tests/ |
H A D | leak_check.c | 54 check_leaks(TALLOC_CTX *ctx, size_t bytes, const char *location) argument 64 fprintf(stderr, "Leak report for %s:\n", location); 67 location, bytes_allocated - bytes); 86 _check_leaks_pop(TALLOC_CTX *ctx, const char *location) argument 97 _set_leak_err_msg("%s: trying to pop an empty stack", location); 113 return check_leaks(old_ctx, bytes_allocated, location);
|
H A D | fail_over-tests.c | 52 const char *location; member in struct:task 162 task->location, task->recv, recv_status); 167 fail_if(port != task->port, "%s: Expected port %d, got %d", task->location, 201 int new_server_status, const char *location) 214 task->location = location; 221 fail_if(req == NULL, "%s: fo_resolve_service_send() failed", location); 199 _get_request(struct test_ctx *test_ctx, struct fo_service *service, int expected_recv, int expected_port, int new_port_status, int new_server_status, const char *location) argument
|
H A D | common.h | 49 bool _check_leaks_pop(TALLOC_CTX *ctx, const char *location)
|
/sssd-io/src/providers/ |
H A D | data_provider_opts.c | 318 int id, const char *location) 324 location, opts[id].opt_name, 332 int id, const char *location) 338 location, opts[id].opt_name, 346 int id, const char *location) 352 location, opts[id].opt_name, 360 int id, const char *location) 366 location, opts[id].opt_name, 374 int id, const char *location) 380 location, opt 317 _dp_opt_get_cstring(struct dp_option *opts, int id, const char *location) argument 331 _dp_opt_get_string(struct dp_option *opts, int id, const char *location) argument 345 _dp_opt_get_blob(struct dp_option *opts, int id, const char *location) argument 359 _dp_opt_get_int(struct dp_option *opts, int id, const char *location) argument 373 _dp_opt_get_bool(struct dp_option *opts, int id, const char *location) argument 388 _dp_opt_set_string(struct dp_option *opts, int id, const char *s, const char *location) argument 414 _dp_opt_set_blob(struct dp_option *opts, int id, struct dp_opt_blob b, const char *location) argument 441 _dp_opt_set_int(struct dp_option *opts, int id, int i, const char *location) argument 458 _dp_opt_set_bool(struct dp_option *opts, int id, bool b, const char *location) argument [all...] |
H A D | data_provider.h | 296 int id, const char *location); 298 int id, const char *location); 300 int id, const char *location); 302 int id, const char *location); 304 int id, const char *location); 312 const char *s, const char *location); 314 struct dp_opt_blob b, const char *location); 316 int i, const char *location); 318 bool b, const char *location);
|
/sssd-io/src/tests/cmocka/ |
H A D | test_data_provider_be.c | 46 const char *location); 54 const char *location) 60 location); 48 __wrap__tevent_add_timer(struct tevent_context *ev, TALLOC_CTX *mem_ctx, struct timeval next_event, tevent_timer_handler_t handler, void *private_data, const char *handler_name, const char *location) argument
|
/sssd-io/src/util/ |
H A D | sss_krb5.h | 184 const char *location);
|
H A D | sss_krb5.c | 987 const char *location) 996 "Location: [%s]\n", location); 998 kerr = krb5_cc_set_default_name(ctx, location); 984 sss_get_ccache_name_for_principal(TALLOC_CTX *mem_ctx, krb5_context ctx, krb5_principal principal, const char *location) argument
|
/sssd-io/src/tests/python/sssd/testlib/common/ |
H A D | utils.py | 529 location = user_attr['location'] 531 location = 'US' 538 'mail': mail, 'gecos': gecos, 'l': location}
|