Searched refs:obuf_size (Results 1 – 4 of 4) sorted by relevance
117 ctx->obuf_size = DEFAULT_BUFFER_SIZE; in buffer_new()231 i = ctx->obuf_size - (ctx->obuf_len + ctx->obuf_off); in buffer_write()272 while (inl >= ctx->obuf_size) { in buffer_write()360 obs = ctx->obuf_size; in buffer_ctrl()378 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size)) { in buffer_ctrl()398 ctx->obuf_size = obs; in buffer_ctrl()439 !BIO_set_write_buffer_size(dbio, ctx->obuf_size)) in buffer_ctrl()
110 int obuf_size; /* how big is the output buffer */ member
164 size_t obuf_size) in get_wpa_status() argument202 if (end - pos > (int) obuf_size) in get_wpa_status()
17 size_t obuf_size);