OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PACKET_get_1
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
packet.h
301
__owur static ossl_inline int
PACKET_get_1
(PACKET *pkt, unsigned int *data)
311
/* Same as
PACKET_get_1
() but for a size_t */
315
int ret =
PACKET_get_1
(pkt, &i);
520
if (!
PACKET_get_1
(&tmp, &length) || !PACKET_get_bytes(&tmp, &data, (size_t)length)) {
541
if (!
PACKET_get_1
(&tmp, &length) || !PACKET_get_bytes(&tmp, &data, (size_t)length) || PACKET_remaining(&tmp) != 0) {
/src/crypto/external/bsd/openssl/dist/include/internal/
packet.h
301
__owur static ossl_inline int
PACKET_get_1
(PACKET *pkt, unsigned int *data)
311
/* Same as
PACKET_get_1
() but for a size_t */
315
int ret =
PACKET_get_1
(pkt, &i);
520
if (!
PACKET_get_1
(&tmp, &length) ||
542
if (!
PACKET_get_1
(&tmp, &length) ||
/src/crypto/external/bsd/openssl.old/dist/ssl/
packet_local.h
300
__owur static ossl_inline int
PACKET_get_1
(PACKET *pkt, unsigned int *data)
310
/* Same as
PACKET_get_1
() but for a size_t */
314
int ret =
PACKET_get_1
(pkt, &i);
519
if (!
PACKET_get_1
(&tmp, &length) ||
541
if (!
PACKET_get_1
(&tmp, &length) ||
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026