HomeSort by: relevance | last modified time | path
    Searched defs:heim_error_t (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/base/
heimbase.h 220 typedef struct heim_error * heim_error_t; typedef in typeref:struct:heim_error
222 heim_error_t heim_error_create_enomem(void);
224 heim_error_t heim_error_create(int, const char *, ...)
227 void heim_error_create_opt(heim_error_t *error, int error_code, const char *fmt, ...)
230 heim_error_t heim_error_createv(int, const char *, va_list)
233 heim_string_t heim_error_copy_string(heim_error_t);
234 int heim_error_get_code(heim_error_t);
236 heim_error_t heim_error_append(heim_error_t, heim_error_t);
    [all...]

Completed in 31 milliseconds