Searched defs:obuf_size (Results 1 - 7 of 7) sorted by relevance

/external/openssl/crypto/bio/
H A Dbf_lbuf.c101 int obuf_size; /* how big is the output buffer */ member in struct:bio_linebuffer_ctx_struct
113 ctx->obuf_size=DEFAULT_LINEBUFFER_SIZE;
175 while ((foundnl || p - in > ctx->obuf_size - ctx->obuf_len)
180 i = ctx->obuf_size - ctx->obuf_len;
230 if ((foundnl || p - in > ctx->obuf_size) && p - in > 0)
298 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size))
313 ctx->obuf_size=obs;
359 if ( !BIO_set_write_buffer_size(dbio,ctx->obuf_size))
H A Dbio.h350 int obuf_size; /* how big is the output buffer */ member in struct:bio_f_buffer_ctx_struct
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbuffer.c77 int obuf_size; /* how big is the output buffer */ member in struct:bio_f_buffer_ctx_struct
106 ctx->obuf_size = DEFAULT_BUFFER_SIZE;
224 i = ctx->obuf_size - (ctx->obuf_off + ctx->obuf_len);
266 while (inl >= ctx->obuf_size) {
336 obs = ctx->obuf_size;
349 if (obs > DEFAULT_BUFFER_SIZE && obs != ctx->obuf_size) {
370 ctx->obuf_size = obs;
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_helpers.c164 size_t obuf_size)
201 if (end - pos > (int) obuf_size)
163 get_wpa_status(const char *ifname, const char *field, char *obuf, size_t obuf_size) argument
/external/wpa_supplicant_8/src/common/
H A Dwpa_helpers.c164 size_t obuf_size)
201 if (end - pos > (int) obuf_size)
163 get_wpa_status(const char *ifname, const char *field, char *obuf, size_t obuf_size) argument
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_helpers.c164 size_t obuf_size)
201 if (end - pos > (int) obuf_size)
163 get_wpa_status(const char *ifname, const char *field, char *obuf, size_t obuf_size) argument
/external/openssl/include/openssl/
H A Dbio.h350 int obuf_size; /* how big is the output buffer */ member in struct:bio_f_buffer_ctx_struct

Completed in 163 milliseconds