Home
last modified time | relevance | path

Searched refs:K5BUF_ERROR (Results 1 – 3 of 3) sorted by relevance

/src/crypto/krb5/src/util/support/
H A Dt_k5buf.c46 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 Dk5buf.c58 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 Dk5-buf.h49 enum k5buftype { K5BUF_ERROR, K5BUF_FIXED, K5BUF_DYNAMIC, K5BUF_DYNAMIC_ZAP }; enumerator
58 #define EMPTY_K5BUF { K5BUF_ERROR }