Home
last modified time | relevance | path

Searched refs:lensofar (Results 1 – 2 of 2) sorted by relevance

/openssl/util/
H A Dwithlibctx.pl102 my $lensofar += $indent + (length $param) + 1;
110 if (($lensofar + (length $param) + 2) > 80) {
113 $lensofar = $indent + (length $param) + 1;
116 $lensofar += (length $param) + 2;
/openssl/ssl/record/
H A Drec_layer_s3.c406 size_t j, lensofar = 0; in ssl3_write_bytes() local
458 tmpls[j].buf = &(buf[tot]) + lensofar; in ssl3_write_bytes()
460 lensofar += tmppipelen; in ssl3_write_bytes()

Completed in 8 milliseconds