Lines Matching defs:str
21 static const char str[] = "BIO test\n";
27 bufmem.length = sizeof(str);
28 bufmem.data = (char *) str;
32 if (!TEST_int_eq(BIO_read(bio, buf, sizeof(buf)), sizeof(str)))
34 if (!TEST_mem_eq(buf, sizeof(str), str, sizeof(str)))
242 static const char str[] = "BIO mime test\n";
248 bufmem.length = sizeof(str);
249 bufmem.data = (char *) str;