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

  /external/openssl/ssl/
s23_srvr.c 233 char buf_space[11]; /* Request this many bytes in initial read. local
246 char *buf= &(buf_space[0]);
261 n=ssl23_read_bytes(s, sizeof buf_space);
262 if (n != sizeof buf_space) return(n); /* n == -1 || n == 0 */
588 if (buf != buf_space) OPENSSL_free(buf);
591 if (buf != buf_space) OPENSSL_free(buf);

Completed in 152 milliseconds