OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 16 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026