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_remaining
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
packet.h
39
static ossl_inline size_t
PACKET_remaining
(const PACKET *pkt)
97
if (
PACKET_remaining
(pkt) != num)
110
if (
PACKET_remaining
(pkt) < len)
139
if (
PACKET_remaining
(pkt) < 2)
179
if (
PACKET_remaining
(pkt) < 3)
220
if (
PACKET_remaining
(pkt) < 4)
238
if (
PACKET_remaining
(pkt) < 8)
292
if (!
PACKET_remaining
(pkt))
330
if (
PACKET_remaining
(pkt) < 4)
366
if (
PACKET_remaining
(pkt) < len
[
all
...]
/src/crypto/external/bsd/openssl/dist/include/internal/
packet.h
39
static ossl_inline size_t
PACKET_remaining
(const PACKET *pkt)
97
if (
PACKET_remaining
(pkt) != num)
110
if (
PACKET_remaining
(pkt) < len)
139
if (
PACKET_remaining
(pkt) < 2)
179
if (
PACKET_remaining
(pkt) < 3)
220
if (
PACKET_remaining
(pkt) < 4)
238
if (
PACKET_remaining
(pkt) < 8)
292
if (!
PACKET_remaining
(pkt))
330
if (
PACKET_remaining
(pkt) < 4)
366
if (
PACKET_remaining
(pkt) < len
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/ssl/
packet_local.h
38
static ossl_inline size_t
PACKET_remaining
(const PACKET *pkt)
96
if (
PACKET_remaining
(pkt) != num)
109
if (
PACKET_remaining
(pkt) < len)
138
if (
PACKET_remaining
(pkt) < 2)
178
if (
PACKET_remaining
(pkt) < 3)
219
if (
PACKET_remaining
(pkt) < 4)
237
if (
PACKET_remaining
(pkt) < 8)
291
if (!
PACKET_remaining
(pkt))
329
if (
PACKET_remaining
(pkt) < 4)
365
if (
PACKET_remaining
(pkt) < len
[
all
...]
Completed in 20 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026