HomeSort by relevance Sort by last modified time
    Searched refs:buf_space (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/openssl/openssl/ssl/
s23_srvr.c 240 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/
s23_srvr.c 240 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/
l2c_utils.c 784 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);
    [all...]

Completed in 92 milliseconds