| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_all.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | void | - |
| 5 | ENGINE_load_builtin_engines_internal(void) | - |
| 6 | { | - |
| 7 | - | |
| 8 | - | |
| 9 | - | |
| 10 | - | |
| 11 | - | |
| 12 | - | |
| 13 | - | |
| 14 | ENGINE_register_all_complete(); | - |
| 15 | } executed 3 times by 3 tests: end of blockExecuted by:
| 3 |
| 16 | - | |
| 17 | void | - |
| 18 | ENGINE_load_builtin_engines(void) | - |
| 19 | { | - |
| 20 | static pthread_once_t once = | - |
| 21 | 0 | - |
| 22 | ; | - |
| 23 | - | |
| 24 | - | |
| 25 | (void) OPENSSL_init_crypto(0, | - |
| 26 | ((void *)0) | - |
| 27 | ); | - |
| 28 | - | |
| 29 | (void) pthread_once(&once, ENGINE_load_builtin_engines_internal); | - |
| 30 | } executed 3 times by 3 tests: end of blockExecuted by:
| 3 |
| Switch to Source code | Preprocessed file |