OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cbuf_len
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c
913
int build_chain = 0,
cbuf_len
, cbuf_off, cert_format = FORMAT_PEM;
local
2184
cbuf_len
= 0;
2889
k = SSL_write(con, &(cbuf[cbuf_off]), (unsigned int)
cbuf_len
);
2893
cbuf_len
-= k;
2897
if (
cbuf_len
<= 0) {
2900
} else { /* if (
cbuf_len
> 0) */
2927
if (
cbuf_len
!= 0) {
2938
if ((k != 0) || (
cbuf_len
!= 0)) {
3082
cbuf_len
= 0;
3089
cbuf_len
= 0
[
all
...]
/src/crypto/external/bsd/openssl/dist/apps/
s_client.c
817
int build_chain = 0,
cbuf_len
, cbuf_off, cert_format = FORMAT_UNDEF;
local
2153
cbuf_len
= 0;
2840
k = SSL_write(con, &(cbuf[cbuf_off]), (unsigned int)
cbuf_len
);
2844
cbuf_len
-= k;
2848
if (
cbuf_len
<= 0) {
2851
} else { /* if (
cbuf_len
> 0) */
2878
if (
cbuf_len
!= 0) {
2889
if ((k != 0) || (
cbuf_len
!= 0)) {
3033
cbuf_len
= 0;
3040
cbuf_len
= 0
[
all
...]
/src/crypto/external/apache2/openssl/dist/apps/
s_client.c
965
size_t
cbuf_len
, cbuf_off;
local
2423
cbuf_len
= 0;
3016
switch (user_data_process(&user_data, &
cbuf_len
, &cbuf_off)) {
3035
&&
cbuf_len
== 0
3037
if (
cbuf_len
> 0) {
3136
|| (isquic && (
cbuf_len
> 0 || first_loop)))) {
3137
k = SSL_write(con, &(cbuf[cbuf_off]), (unsigned int)
cbuf_len
);
3141
cbuf_len
-= k;
3145
if (
cbuf_len
== 0) {
3148
} else { /* if (
cbuf_len
> 0) *
[
all
...]
Completed in 31 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026