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

/sssd/contrib/ci/
H A Dvalgrind-condense3 # Run Valgrind, condensing logged reports into an exit code.
27 Run Valgrind, condensing logged reports into an exit code.
30 ERROR_EXITCODE An exit code to return if at least one error is found in
53 otherwise Valgrind exit code is returned.
/sssd/src/sss_client/
H A Dsssd_pac.c207 krb5_error_code code = 0; local
229 code = ENOMEM;
239 return code;
251 krb5_error_code code; local
261 code = krb5_ser_unpack_int32(&ibuf, &bp, &remain);
262 if (code != 0) {
263 return code;
283 code = krb5_ser_unpack_int32(&ibuf, &bp, &remain);
284 if (code != 0) {
286 return code;
[all...]
/sssd/src/lib/ipa_hbac/
H A Dipa_hbac.h239 * Error code returned by the evaluator
262 * this will be an error code.
265 enum hbac_error_code code; member in struct:hbac_info
301 * @param code Error code returned in #hbac_info
304 const char *hbac_error_string(enum hbac_error_code code);
H A Dhbac_evaluator.c164 (*info)->code = HBAC_ERROR_UNKNOWN;
180 (*info)->code = HBAC_SUCCESS;
185 (*info)->code = HBAC_ERROR_OUT_OF_MEMORY;
196 (*info)->code = ret;
382 const char *hbac_error_string(enum hbac_error_code code) argument
384 switch (code) {
395 return "Unknown error code";
/sssd/src/responder/secrets/
H A Dproviders.c192 enum sec_http_status_codes code)
201 sec_http_status_format_table[code].status,
202 sec_http_status_format_table[code].text,
203 sec_http_status_format_table[code].text,
204 sec_http_status_format_table[code].description);
213 sec_http_status_format_table[code].status,
214 sec_http_status_format_table[code].text,
223 sec_http_status_format_table[code].status,
224 sec_http_status_format_table[code].text);
230 enum sec_http_status_codes code,
191 sec_http_status_reply(TALLOC_CTX *mem_ctx, struct sec_data *reply, enum sec_http_status_codes code) argument
229 sec_http_reply_with_body(TALLOC_CTX *mem_ctx, struct sec_data *reply, enum sec_http_status_codes code, const char *content_type, struct sec_data *body) argument
[all...]
H A Dsecsrv_private.h115 enum sec_http_status_codes code);
117 enum sec_http_status_codes code,
/sssd/src/tests/
H A Dipa_hbac-tests.c227 info ? hbac_error_string(info->code):"Unknown");
285 info ? hbac_error_string(info->code):"Unknown");
304 info ? hbac_error_string(info->code):"Unknown");
386 info ? hbac_error_string(info->code):"Unknown");
401 info ? hbac_error_string(info->code):"Unknown");
422 info ? hbac_error_string(info->code):"Unknown");
482 info ? hbac_error_string(info->code):"Unknown");
501 info ? hbac_error_string(info->code):"Unknown");
560 info ? hbac_error_string(info->code):"Unknown");
579 info ? hbac_error_string(info->code)
[all...]
/sssd/src/python/
H A Dpyhbac.c281 obj = Py_BuildValue(sss_py_const_p(char, "(i,s)"), error->code,
1840 "hbac_result_string(code) -> string\n"
1841 "Returns a string representation of the HBAC result code");
1864 "hbac_error_string(code) -> string\n"
1865 "Returns a string representation of the HBAC error code");
1870 enum hbac_error_code code; local
1873 if (!PyArg_ParseTuple(args, sss_py_const_p(char, "i"), &code)) {
1877 str = hbac_error_string(code);
1907 "rule. HbacError.args argument is a tuple that contains error code and\n"
/sssd/src/providers/ipa/
H A Dipa_access.c624 hbac_error_string(info->code), info->rule_name);

Completed in 250 milliseconds