Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
516d43e8
Commit
516d43e8
authored
Jan 26, 1999
by
Bob Halley
Browse files
add ISC_R_UNBALANCED
parent
941f41d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/isc/include/isc/result.h
View file @
516d43e8
...
@@ -48,7 +48,8 @@ typedef unsigned int isc_result_t;
...
@@ -48,7 +48,8 @@ typedef unsigned int isc_result_t;
#define ISC_R_FAILURE 25
/* generic failure */
#define ISC_R_FAILURE 25
/* generic failure */
#define ISC_R_IOERROR 26
#define ISC_R_IOERROR 26
#define ISC_R_NOTIMPLEMENTED 27
#define ISC_R_NOTIMPLEMENTED 27
#define ISC_R_LASTENTRY 27
/* last entry in the list */
#define ISC_R_UNBALANCED 28
#define ISC_R_LASTENTRY 28
/* last entry in the list */
#define ISC_R_UNEXPECTED 0xFFFFFFFFL
#define ISC_R_UNEXPECTED 0xFFFFFFFFL
...
...
lib/isc/result.c
View file @
516d43e8
...
@@ -48,6 +48,7 @@ static char *text_table[ISC_R_LASTENTRY + 1] = {
...
@@ -48,6 +48,7 @@ static char *text_table[ISC_R_LASTENTRY + 1] = {
"failure"
,
/* 25 */
"failure"
,
/* 25 */
"I/O error"
,
/* 26 */
"I/O error"
,
/* 26 */
"not implemented"
,
/* 27 */
"not implemented"
,
/* 27 */
"unbalanced parentheses"
,
/* 28 */
};
};
char
*
char
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment