Home
last modified time | relevance | path

Searched refs:OP_WRITE_B (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/test/radix/
H A Dquic_tests.c41 OP_WRITE_B(C, "apple");
47 OP_WRITE_B(La, "orange");
78 OP_WRITE_B(C0, "extra");
179 OP_WRITE_B(C0, "apple");
182 OP_WRITE_B(C1, "orange");
185 OP_WRITE_B(C2, "Strawberry");
188 OP_WRITE_B(C3, "sync");
212 OP_WRITE_B(C0, "orange");
213 OP_WRITE_B(C3, "sync");
239 OP_WRITE_B(Lb0, "foo");
H A Dquic_ops.c1156 #define OP_WRITE_B(name, buf) \ macro