Searched refs:ABSIZE (Results 1 – 1 of 1) sorted by relevance
676 #define ABSIZE 16384 macro2161 char cbuf[ABSIZE], sbuf[ABSIZE]; in ssl_xfer()2221 for (i=0; i<ABSIZE; i++) { in ssl_xfer()2290 if (c_rd && cptr < ABSIZE) { in ssl_xfer()2300 if (sptr < ABSIZE || (cptr > 0 && SSL_want_read(ssl))) { in ssl_xfer()2317 if (cptr > 0 || (sptr < ABSIZE && SSL_want_write(ssl))) { in ssl_xfer()2406 if (sptr == ABSIZE) { in ssl_xfer()2469 n = read(csock, cbuf + cptr, ABSIZE - cptr); in ssl_xfer()2494 if ((sptr < ABSIZE && FD_ISSET(s_in, &rd)) || in ssl_xfer()2500 n = SSL_read(ssl, sbuf + sptr, ABSIZE - sptr); in ssl_xfer()[all …]