Home | History | Annotate | Download | only in apps

Lines Matching refs:SSL_peek

1774 printf("read=%d pending=%d peek=%d\n",k,SSL_pending(con),SSL_peek(con,zbuf,10240));