Searched refs:OP_C_WRITE (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | quic_multistream_test.c | 229 #define OP_C_WRITE(stream_name, buf, buf_len) \ macro 2061 OP_C_WRITE(DEFAULT, "apple", 5) 2078 OP_C_WRITE(DEFAULT, "apple", 5) 2085 OP_C_WRITE(b, "flamingo", 8) 2096 … OP_C_WRITE(c, "elephant", 8) 2121 … OP_C_WRITE(e, "ramble", 6) 2165 OP_C_WRITE(DEFAULT, "apple", 5) 2169 OP_C_WRITE(a, "by", 2) 2179 OP_C_WRITE(DEFAULT, "is here", 7) 2206 OP_C_WRITE(DEFAULT, "orange", 6) [all …]
|