HomeSort by relevance Sort by last modified time
    Searched refs:buf_space (Results 1 - 2 of 2) 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 */
633 if (buf != buf_space) OPENSSL_free(buf);
636 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 */
633 if (buf != buf_space) OPENSSL_free(buf);
636 if (buf != buf_space) OPENSSL_free(buf);

Completed in 2727 milliseconds