Home | History | Annotate | Download | only in ssl

Lines Matching refs:tot

599 	unsigned int tot,n,nw;
604 tot=s->s3->wnum;
618 n=(len-tot);
631 i=do_ssl3_write(s, type, &(buf[tot]), nw, 0);
634 s->s3->wnum=tot;
646 return tot+i;
650 tot+=i;