Home
last modified time | relevance | path

Searched defs:in_end (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/hastd/
H A Dlzf.c114 const u8 *in_end = ip + in_len; in lzf_compress() local
319 u8 const *const in_end = ip + in_len; in lzf_decompress() local
[all...]
/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_client.c169 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; in tlsv1_client_handshake() local
334 const u8 *in_end, *pos; in tlsv1_client_decrypt() local
H A Dtlsv1_server.c137 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; in tlsv1_server_handshake() local
264 const u8 *in_end, *pos; in tlsv1_server_decrypt() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h184 void append(const ASTContext &C, in_iter in_start, in_iter in_end) { in append()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h697 void append(ItTy in_start, ItTy in_end) { in append()
738 void assign(ItTy in_start, ItTy in_end) { in assign()