Cross Reference: result.h
xref
: /
bind-9.11.3
/
lib
/
isc
/
include
/
isc
/
result.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
result.h revision 35815e1e2a6d93fcb5c4968b8175d40fdcbbc5ed
fda0ab6a96a7edb1acbde0c77ead0542979b0f24
Bob Halley
fda0ab6a96a7edb1acbde0c77ead0542979b0f24
Bob Halley
#
ifndef
ISC_RESULT_H
fda0ab6a96a7edb1acbde0c77ead0542979b0f24
Bob Halley
#
define
ISC_RESULT_H
1
fda0ab6a96a7edb1acbde0c77ead0542979b0f24
Bob Halley
fda0ab6a96a7edb1acbde0c77ead0542979b0f24
Bob Halley
typedef
unsigned
int
isc_result
;
fda0ab6a96a7edb1acbde0c77ead0542979b0f24
Bob Halley
fda0ab6a96a7edb1acbde0c77ead0542979b0f24
Bob Halley
#
define
ISC_R_SUCCESS
0
fda0ab6a96a7edb1acbde0c77ead0542979b0f24
Bob Halley
#
define
ISC_R_NOMEMORY
1
fda0ab6a96a7edb1acbde0c77ead0542979b0f24
Bob Halley
#
define
ISC_R_UNEXPECTED
0xFFFFFFFFL
fda0ab6a96a7edb1acbde0c77ead0542979b0f24
Bob Halley
35815e1e2a6d93fcb5c4968b8175d40fdcbbc5ed
Bob Halley
#
define
isc_result_totext
__isc_result_totext
fda0ab6a96a7edb1acbde0c77ead0542979b0f24
Bob Halley
35815e1e2a6d93fcb5c4968b8175d40fdcbbc5ed
Bob Halley
char
*
isc_result_totext
(
isc_result
);
fda0ab6a96a7edb1acbde0c77ead0542979b0f24
Bob Halley
fda0ab6a96a7edb1acbde0c77ead0542979b0f24
Bob Halley
#
endif
/* ISC_RESULT_H */