| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/buffer/buf_err.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||
|---|---|---|---|---|---|---|---|---|
| 1 | - | |||||||
| 2 | - | |||||||
| 3 | - | |||||||
| 4 | - | |||||||
| 5 | - | |||||||
| 6 | - | |||||||
| 7 | - | |||||||
| 8 | - | |||||||
| 9 | - | |||||||
| 10 | static ERR_STRING_DATA BUF_str_functs[] = { | - | ||||||
| 11 | {(((((unsigned long)7)&0xffL)<<24L)| ((((unsigned long)0xfff)&0xfffL)<<12L)| ((((unsigned long)0)&0xfffL))), "CRYPTO_internal"}, | - | ||||||
| 12 | {0, | - | ||||||
| 13 | ((void *)0) | - | ||||||
| 14 | } | - | ||||||
| 15 | }; | - | ||||||
| 16 | - | |||||||
| 17 | static ERR_STRING_DATA BUF_str_reasons[] = { | - | ||||||
| 18 | {0, | - | ||||||
| 19 | ((void *)0) | - | ||||||
| 20 | } | - | ||||||
| 21 | }; | - | ||||||
| 22 | - | |||||||
| 23 | - | |||||||
| 24 | - | |||||||
| 25 | void | - | ||||||
| 26 | ERR_load_BUF_strings(void) | - | ||||||
| 27 | { | - | ||||||
| 28 | - | |||||||
| 29 | if (ERR_func_error_string(BUF_str_functs[0].error) ==
| 0-290 | ||||||
| 30 | ((void *)0)
| 0-290 | ||||||
| 31 | ) { | - | ||||||
| 32 | ERR_load_strings(0, BUF_str_functs); | - | ||||||
| 33 | ERR_load_strings(0, BUF_str_reasons); | - | ||||||
| 34 | } executed 290 times by 31 tests: end of blockExecuted by:
| 290 | ||||||
| 35 | - | |||||||
| 36 | } executed 290 times by 31 tests: end of blockExecuted by:
| 290 | ||||||
| Switch to Source code | Preprocessed file |