Searched refs:K5BUF_DYNAMIC_ZAP (Results 1 – 2 of 2) sorted by relevance
80 assert(buf->buftype == K5BUF_DYNAMIC || buf->buftype == K5BUF_DYNAMIC_ZAP); in ensure_space()87 if (buf->buftype == K5BUF_DYNAMIC_ZAP) { in ensure_space()105 if (buf->buftype == K5BUF_DYNAMIC_ZAP) in ensure_space()107 if (buf->buftype == K5BUF_DYNAMIC_ZAP || buf->buftype == K5BUF_DYNAMIC) in ensure_space()141 buf->buftype = K5BUF_DYNAMIC_ZAP; in k5_buf_init_dynamic_zap()183 assert(buf->buftype == K5BUF_DYNAMIC || buf->buftype == K5BUF_DYNAMIC_ZAP); in k5_buf_add_vfmt()217 if (buf->buftype == K5BUF_DYNAMIC_ZAP) in k5_buf_add_vfmt()270 assert(buf->buftype == K5BUF_DYNAMIC || buf->buftype == K5BUF_DYNAMIC_ZAP); in k5_buf_free()271 if (buf->buftype == K5BUF_DYNAMIC_ZAP) in k5_buf_free()
49 enum k5buftype { K5BUF_ERROR, K5BUF_FIXED, K5BUF_DYNAMIC, K5BUF_DYNAMIC_ZAP }; enumerator