Home | History | Annotate | Download | only in apps

Lines Matching refs:zbuf

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