Searched refs:K5BUF_ERROR (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/krb5/src/util/support/ |
| H A D | t_k5buf.c | 46 buf->buftype != K5BUF_ERROR, name); in check_buf() 47 if (buf->buftype == K5BUF_ERROR) { in check_buf() 130 fail_if(buf.buftype != K5BUF_ERROR, "realloc 5"); in test_realloc() 145 fail_if(buf.buftype != K5BUF_ERROR, "overflow 1"); in test_overflow() 152 fail_if(buf.buftype != K5BUF_ERROR, "overflow 2"); in test_overflow() 164 fail_if(buf.buftype != K5BUF_ERROR, "error"); in test_error() 172 fail_if(buf.buftype != K5BUF_ERROR, "error"); in test_error() 229 fail_if(buf.buftype != K5BUF_ERROR, "fmt 2"); in test_fmt()
|
| H A D | k5buf.c | 58 buf->buftype = K5BUF_ERROR; in set_error() 74 if (buf->buftype == K5BUF_ERROR) in ensure_space() 168 if (buf->buftype == K5BUF_ERROR) in k5_buf_add_vfmt() 253 if (buf->buftype == K5BUF_ERROR) in k5_buf_truncate() 262 return (buf->buftype == K5BUF_ERROR) ? ENOMEM : 0; in k5_buf_status() 268 if (buf->buftype == K5BUF_ERROR) in k5_buf_free()
|
| /src/crypto/krb5/src/include/ |
| H A D | k5-buf.h | 49 enum k5buftype { K5BUF_ERROR, K5BUF_FIXED, K5BUF_DYNAMIC, K5BUF_DYNAMIC_ZAP }; enumerator 58 #define EMPTY_K5BUF { K5BUF_ERROR }
|