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

/external/boringssl/src/crypto/bio/
H A Dbuffer.c79 int obuf_size; /* how big is the output buffer */ member in struct:bio_f_buffer_ctx_struct
108 ctx->obuf_size = DEFAULT_BUFFER_SIZE;
222 i = ctx->obuf_size - (ctx->obuf_off + ctx->obuf_len);
264 while (inl >= ctx->obuf_size) {
335 obs = ctx->obuf_size;
348 if (obs > DEFAULT_BUFFER_SIZE && obs != ctx->obuf_size) {
369 ctx->obuf_size = obs;
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_helpers.c164 size_t obuf_size)
202 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)
202 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)
202 if (end - pos > (int) obuf_size)
163 get_wpa_status(const char *ifname, const char *field, char *obuf, size_t obuf_size) argument

Completed in 202 milliseconds