Searched refs:buf_space (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Ds23_srvr.c240 char buf_space[11]; /* Request this many bytes in initial read. local
253 char *buf= &(buf_space[0]);
268 n=ssl23_read_bytes(s, sizeof buf_space);
269 if (n != sizeof buf_space) return(n); /* n == -1 || n == 0 */
636 if (buf != buf_space) OPENSSL_free(buf);
639 if (buf != buf_space) OPENSSL_free(buf);
/external/openssl/ssl/
H A Ds23_srvr.c240 char buf_space[11]; /* Request this many bytes in initial read. local
253 char *buf= &(buf_space[0]);
268 n=ssl23_read_bytes(s, sizeof buf_space);
269 if (n != sizeof buf_space) return(n); /* n == -1 || n == 0 */
636 if (buf != buf_space) OPENSSL_free(buf);
639 if (buf != buf_space) OPENSSL_free(buf);
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c784 UINT16 len, cfg_len, buf_space, len1; local
840 buf_space = rej_len;
865 if (buf_space >= (cfg_len + L2CAP_CFG_OPTION_OVERHEAD))
869 buf_space -= (cfg_len + L2CAP_CFG_OPTION_OVERHEAD);

Completed in 134 milliseconds