Searched refs:cbuf_off (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_client.c255 int cbuf_len,cbuf_off; local
731 cbuf_off=0;
941 k=SSL_write(con,&(cbuf[cbuf_off]),
946 cbuf_off+=k;
1139 cbuf_off=0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_client.c670 int cbuf_len, cbuf_off; local
1552 cbuf_off = 0;
1832 k = SSL_write(con, &(cbuf[cbuf_off]), (unsigned int)cbuf_len);
1835 cbuf_off += k;
2035 cbuf_off = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_client.c670 int cbuf_len, cbuf_off; local
1552 cbuf_off = 0;
1832 k = SSL_write(con, &(cbuf[cbuf_off]), (unsigned int)cbuf_len);
1835 cbuf_off += k;
2035 cbuf_off = 0;

Completed in 80 milliseconds