OpenCoverage

c_zlib.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/comp/c_zlib.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2COMP_METHOD *COMP_zlib(void);-
3-
4static COMP_METHOD zlib_method_nozlib = {-
5 0,-
6 "(undef)",-
7 -
8 ((void *)0)-
9 ,-
10 -
11 ((void *)0)-
12 ,-
13 -
14 ((void *)0)-
15 ,-
16 -
17 ((void *)0)-
18 ,-
19};-
20COMP_METHOD *COMP_zlib(void)-
21{-
22 COMP_METHOD *meth = &zlib_method_nozlib;-
23 return
executed 1958 times by 1 test: return meth;
Executed by:
  • libcrypto.so.1.1
meth;
executed 1958 times by 1 test: return meth;
Executed by:
  • libcrypto.so.1.1
1958
24}-
25-
26void comp_zlib_cleanup_int(void)-
27{-
28-
29-
30-
31-
32}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2