Symbol: peek
crypto/libressl/ssl/d1_pkt.c
686
dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek)
crypto/libressl/ssl/d1_pkt.c
708
if (peek && type != SSL3_RT_APPLICATION_DATA) {
crypto/libressl/ssl/d1_pkt.c
815
if (!peek) {
crypto/libressl/ssl/dtls_locl.h
180
int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
crypto/libressl/ssl/s3_lib.c
2727
ssl3_read_internal(SSL *s, void *buf, int len, int peek)
crypto/libressl/ssl/s3_lib.c
2737
peek);
crypto/libressl/ssl/s3_lib.c
2748
buf, len, peek);
crypto/libressl/ssl/ssl_locl.h
1384
int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
crypto/libressl/ssl/ssl_locl.h
434
int peek);
crypto/libressl/ssl/ssl_pkt.c
1018
ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek)
crypto/libressl/ssl/ssl_pkt.c
1040
if (peek && type != SSL3_RT_APPLICATION_DATA) {
crypto/libressl/ssl/ssl_pkt.c
1138
if (!peek) {
crypto/libressl/ssl/tls13_internal.h
332
int peek);
crypto/libressl/ssl/tls13_legacy.c
224
tls13_legacy_read_bytes(SSL *ssl, int type, unsigned char *buf, int len, int peek)
crypto/libressl/ssl/tls13_legacy.c
249
if (peek)
crypto/libressl/ssl/tls13_record_layer.c
950
uint8_t content_type, uint8_t *buf, size_t n, int peek)
crypto/libressl/ssl/tls13_record_layer.c
994
if (peek)
crypto/libressl/ssl/tls_content.c
123
int peek)
crypto/libressl/ssl/tls_content.c
131
if (!peek) {
usr.bin/rpcgen/rpc_parse.c
125
peek(&tok);
usr.bin/rpcgen/rpc_parse.c
208
peek(&tok);
usr.bin/rpcgen/rpc_parse.c
468
peek(&tok);
usr.bin/rpcgen/rpc_parse.c
586
peek(&tok);
usr.bin/rpcgen/rpc_scan.c
129
peek(tokp);
usr.bin/rpcgen/rpc_scan.h
134
void peek(token *);
usr.bin/usbhidaction/usbhidaction.c
300
while (p && isspace(peek(f))) {