Lines Matching +defs:buffer +defs:file +defs:name

5  * this file except in compliance with the License.  You can obtain a copy
6 * in the file LICENSE in the source distribution or at
39 static void test_fail_string_common(const char *prefix, const char *file,
52 test_fail_message_prefix(prefix, file, line, type, left, right, op);
128 void test_fail_string_message(const char *prefix, const char *file,
134 test_fail_string_common(prefix, file, line, type, left, right, op,
139 void test_output_string(const char *name, const char *m, size_t l)
141 test_fail_string_common("string", NULL, 0, NULL, NULL, NULL, name,
266 static void test_fail_bignum_common(const char *prefix, const char *file,
279 unsigned char buffer[MEM_BUFFER_SIZE * 2], *bufp = buffer;
281 test_fail_message_prefix(prefix, file, line, type, left, right, op);
304 bufp = buffer;
358 if (bufp != buffer)
367 void test_fail_bignum_message(const char *prefix, const char *file,
373 test_fail_bignum_common(prefix, file, line, type, left, right, op, bn1, bn2);
377 void test_fail_bignum_mono_message(const char *prefix, const char *file,
382 test_fail_bignum_common(prefix, file, line, type, left, right, op, bn, bn);
386 void test_output_bignum(const char *name, const BIGNUM *bn)
389 test_printf_stderr("bignum: '%s' = %s\n", name,
400 test_printf_stderr("bignum: '%s' = %s0x%s\n", name,
403 test_fail_bignum_common("bignum", NULL, 0, NULL, NULL, NULL, name,
424 static void test_fail_memory_common(const char *prefix, const char *file,
437 test_fail_message_prefix(prefix, file, line, type, left, right, op);
519 void test_fail_memory_message(const char *prefix, const char *file,
526 test_fail_memory_common(prefix, file, line, type, left, right, op,
531 void test_output_memory(const char *name, const unsigned char *m, size_t l)
533 test_fail_memory_common("memory", NULL, 0, NULL, NULL, NULL, name,