Searched refs:DEFAULT_LINEBUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
26 #define DEFAULT_LINEBUFFER_SIZE 1024*10 macro64 ctx->obuf = OPENSSL_malloc(DEFAULT_LINEBUFFER_SIZE); in linebuffer_new()70 ctx->obuf_size = DEFAULT_LINEBUFFER_SIZE; in linebuffer_new()237 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size)) { in linebuffer_ctrl()