OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:staticbuf
(Results
1 - 8
of
8
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/
packet.c
40
#define GETBUF(p) (((p)->
staticbuf
!= NULL) \
41
? (p)->
staticbuf
\
138
pkt->
staticbuf
= buf;
152
pkt->
staticbuf
= buf;
166
pkt->
staticbuf
= NULL;
181
pkt->
staticbuf
= NULL;
191
pkt->
staticbuf
= NULL;
524
return pkt->buf == NULL && pkt->
staticbuf
== NULL;
/src/crypto/external/bsd/openssl/dist/crypto/
packet.c
37
#define GETBUF(p) (((p)->
staticbuf
!= NULL) \
38
? (p)->
staticbuf
\
137
pkt->
staticbuf
= buf;
151
pkt->
staticbuf
= buf;
165
pkt->
staticbuf
= NULL;
180
pkt->
staticbuf
= NULL;
190
pkt->
staticbuf
= NULL;
500
return pkt->buf == NULL && pkt->
staticbuf
== NULL;
/src/crypto/external/bsd/openssl.old/dist/ssl/
packet.c
37
#define GETBUF(p) (((p)->
staticbuf
!= NULL) \
38
? (p)->
staticbuf
: (unsigned char *)(p)->buf->data)
49
if (pkt->
staticbuf
== NULL && (pkt->buf->length - pkt->written < len)) {
127
pkt->
staticbuf
= buf;
140
pkt->
staticbuf
= NULL;
packet_local.h
658
unsigned char *
staticbuf
;
member in struct:wpacket_st
/src/crypto/external/bsd/netpgp/dist/src/libbn/
stubs.c
83
static char
staticbuf
[120];
local
86
buf =
staticbuf
;
/src/crypto/external/apache2/openssl/dist/include/internal/
packet.h
652
unsigned char *
staticbuf
;
member in struct:wpacket_st
/src/crypto/external/bsd/openssl/dist/include/internal/
packet.h
659
unsigned char *
staticbuf
;
member in struct:wpacket_st
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_wire_pkt.c
483
if (!ossl_assert(pkt->
staticbuf
!= NULL))
Completed in 31 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026