Searched defs:location (Results 1 - 5 of 5) sorted by relevance

/sssd-io/src/tests/
H A Dleak_check.c54 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 Dfail_over-tests.c52 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
/sssd-io/src/providers/
H A Ddata_provider_opts.c318 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...]
/sssd-io/src/tests/cmocka/
H A Dtest_data_provider_be.c46 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 Dsss_krb5.c987 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

Completed in 12 milliseconds