Searched refs:DEFAULT_LINEBUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
75 #define DEFAULT_LINEBUFFER_SIZE 1024*10 macro111 ctx->obuf=(char *)OPENSSL_malloc(DEFAULT_LINEBUFFER_SIZE); in linebuffer_new()113 ctx->obuf_size=DEFAULT_LINEBUFFER_SIZE; in linebuffer_new()298 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size)) in linebuffer_ctrl()