| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
sk_BY_DIR_ENTRY_new| Name: | sk_BY_DIR_ENTRY_new | | Prototype: | static inline struct stack_st_BY_DIR_ENTRY *sk_BY_DIR_ENTRY_new(sk_BY_DIR_ENTRY_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 142-142 |
| | 1 | 1 |
sk_BY_DIR_ENTRY_new_null| Name: | sk_BY_DIR_ENTRY_new_null | | Prototype: | static inline struct stack_st_BY_DIR_ENTRY *sk_BY_DIR_ENTRY_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 142-142 |
| | 1 | 1 |
sk_BY_DIR_ENTRY_new_reserve| Name: | sk_BY_DIR_ENTRY_new_reserve | | Prototype: | static inline struct stack_st_BY_DIR_ENTRY *sk_BY_DIR_ENTRY_new_reserve(sk_BY_DIR_ENTRY_compfunc compare, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 142-142 |
| | 1 | 1 |
sk_BY_DIR_ENTRY_num| Name: | sk_BY_DIR_ENTRY_num | | Prototype: | static inline int sk_BY_DIR_ENTRY_num(const struct stack_st_BY_DIR_ENTRY *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 142-142 |
| | 1 | 1 |
sk_BY_DIR_ENTRY_pop| Name: | sk_BY_DIR_ENTRY_pop | | Prototype: | static inline BY_DIR_ENTRY *sk_BY_DIR_ENTRY_pop(struct stack_st_BY_DIR_ENTRY *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 142-142 |
| | 1 | 1 |
sk_BY_DIR_ENTRY_pop_free| Name: | sk_BY_DIR_ENTRY_pop_free | | Prototype: | static inline void sk_BY_DIR_ENTRY_pop_free(struct stack_st_BY_DIR_ENTRY *sk, sk_BY_DIR_ENTRY_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 142-142 |
| | 1 | 1 |
sk_BY_DIR_ENTRY_push| Name: | sk_BY_DIR_ENTRY_push | | Prototype: | static inline int sk_BY_DIR_ENTRY_push(struct stack_st_BY_DIR_ENTRY *sk, BY_DIR_ENTRY *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 142-142 |
| | 1 | 1 |
sk_BY_DIR_ENTRY_reserve| Name: | sk_BY_DIR_ENTRY_reserve | | Prototype: | static inline int sk_BY_DIR_ENTRY_reserve(struct stack_st_BY_DIR_ENTRY *sk, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 142-142 |
| | 1 | 1 |
sk_BY_DIR_ENTRY_set| Name: | sk_BY_DIR_ENTRY_set | | Prototype: | static inline BY_DIR_ENTRY *sk_BY_DIR_ENTRY_set(struct stack_st_BY_DIR_ENTRY *sk, int idx, BY_DIR_ENTRY *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 142-142 |
| | 1 | 1 |
sk_BY_DIR_ENTRY_set_cmp_func| Name: | sk_BY_DIR_ENTRY_set_cmp_func | | Prototype: | static inline sk_BY_DIR_ENTRY_compfunc sk_BY_DIR_ENTRY_set_cmp_func(struct stack_st_BY_DIR_ENTRY *sk, sk_BY_DIR_ENTRY_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 142-142 |
| | 1 | 1 |
sk_BY_DIR_ENTRY_shift| Name: | sk_BY_DIR_ENTRY_shift | | Prototype: | static inline BY_DIR_ENTRY *sk_BY_DIR_ENTRY_shift(struct stack_st_BY_DIR_ENTRY *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 142-142 |
| | 1 | 1 |
sk_BY_DIR_ENTRY_sort| Name: | sk_BY_DIR_ENTRY_sort | | Prototype: | static inline void sk_BY_DIR_ENTRY_sort(struct stack_st_BY_DIR_ENTRY *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 142-142 |
| | 1 | 1 |
sk_BY_DIR_ENTRY_unshift| Name: | sk_BY_DIR_ENTRY_unshift | | Prototype: | static inline int sk_BY_DIR_ENTRY_unshift(struct stack_st_BY_DIR_ENTRY *sk, BY_DIR_ENTRY *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 142-142 |
| | 1 | 1 |
sk_BY_DIR_ENTRY_value| Name: | sk_BY_DIR_ENTRY_value | | Prototype: | static inline BY_DIR_ENTRY *sk_BY_DIR_ENTRY_value(const struct stack_st_BY_DIR_ENTRY *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 142-142 |
| | 1 | 1 |
sk_BY_DIR_ENTRY_zero| Name: | sk_BY_DIR_ENTRY_zero | | Prototype: | static inline void sk_BY_DIR_ENTRY_zero(struct stack_st_BY_DIR_ENTRY *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 142-142 |
| | 1 | 1 |
sk_BY_DIR_HASH_deep_copy| Name: | sk_BY_DIR_HASH_deep_copy | | Prototype: | static inline struct stack_st_BY_DIR_HASH *sk_BY_DIR_HASH_deep_copy(const struct stack_st_BY_DIR_HASH *sk, sk_BY_DIR_HASH_copyfunc copyfunc, sk_BY_DIR_HASH_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_delete| Name: | sk_BY_DIR_HASH_delete | | Prototype: | static inline BY_DIR_HASH *sk_BY_DIR_HASH_delete(struct stack_st_BY_DIR_HASH *sk, int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_delete_ptr| Name: | sk_BY_DIR_HASH_delete_ptr | | Prototype: | static inline BY_DIR_HASH *sk_BY_DIR_HASH_delete_ptr(struct stack_st_BY_DIR_HASH *sk, BY_DIR_HASH *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_dup| Name: | sk_BY_DIR_HASH_dup | | Prototype: | static inline struct stack_st_BY_DIR_HASH * sk_BY_DIR_HASH_dup(const struct stack_st_BY_DIR_HASH *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_find| Name: | sk_BY_DIR_HASH_find | | Prototype: | static inline int sk_BY_DIR_HASH_find(struct stack_st_BY_DIR_HASH *sk, BY_DIR_HASH *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_find_ex| Name: | sk_BY_DIR_HASH_find_ex | | Prototype: | static inline int sk_BY_DIR_HASH_find_ex(struct stack_st_BY_DIR_HASH *sk, BY_DIR_HASH *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_free| Name: | sk_BY_DIR_HASH_free | | Prototype: | static inline void sk_BY_DIR_HASH_free(struct stack_st_BY_DIR_HASH *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_insert| Name: | sk_BY_DIR_HASH_insert | | Prototype: | static inline int sk_BY_DIR_HASH_insert(struct stack_st_BY_DIR_HASH *sk, BY_DIR_HASH *ptr, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_is_sorted| Name: | sk_BY_DIR_HASH_is_sorted | | Prototype: | static inline int sk_BY_DIR_HASH_is_sorted(const struct stack_st_BY_DIR_HASH *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_new| Name: | sk_BY_DIR_HASH_new | | Prototype: | static inline struct stack_st_BY_DIR_HASH *sk_BY_DIR_HASH_new(sk_BY_DIR_HASH_compfunc compare) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_new_null| Name: | sk_BY_DIR_HASH_new_null | | Prototype: | static inline struct stack_st_BY_DIR_HASH *sk_BY_DIR_HASH_new_null(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_new_reserve| Name: | sk_BY_DIR_HASH_new_reserve | | Prototype: | static inline struct stack_st_BY_DIR_HASH *sk_BY_DIR_HASH_new_reserve(sk_BY_DIR_HASH_compfunc compare, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_num| Name: | sk_BY_DIR_HASH_num | | Prototype: | static inline int sk_BY_DIR_HASH_num(const struct stack_st_BY_DIR_HASH *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_pop| Name: | sk_BY_DIR_HASH_pop | | Prototype: | static inline BY_DIR_HASH *sk_BY_DIR_HASH_pop(struct stack_st_BY_DIR_HASH *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_pop_free| Name: | sk_BY_DIR_HASH_pop_free | | Prototype: | static inline void sk_BY_DIR_HASH_pop_free(struct stack_st_BY_DIR_HASH *sk, sk_BY_DIR_HASH_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_push| Name: | sk_BY_DIR_HASH_push | | Prototype: | static inline int sk_BY_DIR_HASH_push(struct stack_st_BY_DIR_HASH *sk, BY_DIR_HASH *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_reserve| Name: | sk_BY_DIR_HASH_reserve | | Prototype: | static inline int sk_BY_DIR_HASH_reserve(struct stack_st_BY_DIR_HASH *sk, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_set| Name: | sk_BY_DIR_HASH_set | | Prototype: | static inline BY_DIR_HASH *sk_BY_DIR_HASH_set(struct stack_st_BY_DIR_HASH *sk, int idx, BY_DIR_HASH *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_set_cmp_func| Name: | sk_BY_DIR_HASH_set_cmp_func | | Prototype: | static inline sk_BY_DIR_HASH_compfunc sk_BY_DIR_HASH_set_cmp_func(struct stack_st_BY_DIR_HASH *sk, sk_BY_DIR_HASH_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_shift| Name: | sk_BY_DIR_HASH_shift | | Prototype: | static inline BY_DIR_HASH *sk_BY_DIR_HASH_shift(struct stack_st_BY_DIR_HASH *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_sort| Name: | sk_BY_DIR_HASH_sort | | Prototype: | static inline void sk_BY_DIR_HASH_sort(struct stack_st_BY_DIR_HASH *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_unshift| Name: | sk_BY_DIR_HASH_unshift | | Prototype: | static inline int sk_BY_DIR_HASH_unshift(struct stack_st_BY_DIR_HASH *sk, BY_DIR_HASH *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_value| Name: | sk_BY_DIR_HASH_value | | Prototype: | static inline BY_DIR_HASH *sk_BY_DIR_HASH_value(const struct stack_st_BY_DIR_HASH *sk, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_BY_DIR_HASH_zero| Name: | sk_BY_DIR_HASH_zero | | Prototype: | static inline void sk_BY_DIR_HASH_zero(struct stack_st_BY_DIR_HASH *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 141-141 |
| | 1 | 1 |
sk_CMS_CertificateChoices_deep_copy| Name: | sk_CMS_CertificateChoices_deep_copy | | Prototype: | static inline struct stack_st_CMS_CertificateChoices *sk_CMS_CertificateChoices_deep_copy(const struct stack_st_CMS_CertificateChoices *sk, sk_CMS_CertificateChoices_copyfunc copyfunc, sk_CMS_CertificateChoices_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_delete| Name: | sk_CMS_CertificateChoices_delete | | Prototype: | static inline CMS_CertificateChoices *sk_CMS_CertificateChoices_delete(struct stack_st_CMS_CertificateChoices *sk, int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_delete_ptr| Name: | sk_CMS_CertificateChoices_delete_ptr | | Prototype: | static inline CMS_CertificateChoices *sk_CMS_CertificateChoices_delete_ptr(struct stack_st_CMS_CertificateChoices *sk, CMS_CertificateChoices *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_dup| Name: | sk_CMS_CertificateChoices_dup | | Prototype: | static inline struct stack_st_CMS_CertificateChoices * sk_CMS_CertificateChoices_dup(const struct stack_st_CMS_CertificateChoices *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_find| Name: | sk_CMS_CertificateChoices_find | | Prototype: | static inline int sk_CMS_CertificateChoices_find(struct stack_st_CMS_CertificateChoices *sk, CMS_CertificateChoices *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_find_ex| Name: | sk_CMS_CertificateChoices_find_ex | | Prototype: | static inline int sk_CMS_CertificateChoices_find_ex(struct stack_st_CMS_CertificateChoices *sk, CMS_CertificateChoices *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_free| Name: | sk_CMS_CertificateChoices_free | | Prototype: | static inline void sk_CMS_CertificateChoices_free(struct stack_st_CMS_CertificateChoices *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_insert| Name: | sk_CMS_CertificateChoices_insert | | Prototype: | static inline int sk_CMS_CertificateChoices_insert(struct stack_st_CMS_CertificateChoices *sk, CMS_CertificateChoices *ptr, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_is_sorted| Name: | sk_CMS_CertificateChoices_is_sorted | | Prototype: | static inline int sk_CMS_CertificateChoices_is_sorted(const struct stack_st_CMS_CertificateChoices *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_new| Name: | sk_CMS_CertificateChoices_new | | Prototype: | static inline struct stack_st_CMS_CertificateChoices *sk_CMS_CertificateChoices_new(sk_CMS_CertificateChoices_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_new_null| Name: | sk_CMS_CertificateChoices_new_null | | Prototype: | static inline struct stack_st_CMS_CertificateChoices *sk_CMS_CertificateChoices_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_new_reserve| Name: | sk_CMS_CertificateChoices_new_reserve | | Prototype: | static inline struct stack_st_CMS_CertificateChoices *sk_CMS_CertificateChoices_new_reserve(sk_CMS_CertificateChoices_compfunc compare, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_num| Name: | sk_CMS_CertificateChoices_num | | Prototype: | static inline int sk_CMS_CertificateChoices_num(const struct stack_st_CMS_CertificateChoices *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_pop| Name: | sk_CMS_CertificateChoices_pop | | Prototype: | static inline CMS_CertificateChoices *sk_CMS_CertificateChoices_pop(struct stack_st_CMS_CertificateChoices *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_pop_free| Name: | sk_CMS_CertificateChoices_pop_free | | Prototype: | static inline void sk_CMS_CertificateChoices_pop_free(struct stack_st_CMS_CertificateChoices *sk, sk_CMS_CertificateChoices_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_push| Name: | sk_CMS_CertificateChoices_push | | Prototype: | static inline int sk_CMS_CertificateChoices_push(struct stack_st_CMS_CertificateChoices *sk, CMS_CertificateChoices *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_reserve| Name: | sk_CMS_CertificateChoices_reserve | | Prototype: | static inline int sk_CMS_CertificateChoices_reserve(struct stack_st_CMS_CertificateChoices *sk, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_set| Name: | sk_CMS_CertificateChoices_set | | Prototype: | static inline CMS_CertificateChoices *sk_CMS_CertificateChoices_set(struct stack_st_CMS_CertificateChoices *sk, int idx, CMS_CertificateChoices *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_set_cmp_func| Name: | sk_CMS_CertificateChoices_set_cmp_func | | Prototype: | static inline sk_CMS_CertificateChoices_compfunc sk_CMS_CertificateChoices_set_cmp_func(struct stack_st_CMS_CertificateChoices *sk, sk_CMS_CertificateChoices_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_shift| Name: | sk_CMS_CertificateChoices_shift | | Prototype: | static inline CMS_CertificateChoices *sk_CMS_CertificateChoices_shift(struct stack_st_CMS_CertificateChoices *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_sort| Name: | sk_CMS_CertificateChoices_sort | | Prototype: | static inline void sk_CMS_CertificateChoices_sort(struct stack_st_CMS_CertificateChoices *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_unshift| Name: | sk_CMS_CertificateChoices_unshift | | Prototype: | static inline int sk_CMS_CertificateChoices_unshift(struct stack_st_CMS_CertificateChoices *sk, CMS_CertificateChoices *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_value| Name: | sk_CMS_CertificateChoices_value | | Prototype: | static inline CMS_CertificateChoices *sk_CMS_CertificateChoices_value(const struct stack_st_CMS_CertificateChoices *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_CertificateChoices_zero| Name: | sk_CMS_CertificateChoices_zero | | Prototype: | static inline void sk_CMS_CertificateChoices_zero(struct stack_st_CMS_CertificateChoices *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lcl.h | | Lines: | 63-63 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_deep_copy| Name: | sk_CMS_RecipientEncryptedKey_deep_copy | | Prototype: | static inline struct stack_st_CMS_RecipientEncryptedKey *sk_CMS_RecipientEncryptedKey_deep_copy(const struct stack_st_CMS_RecipientEncryptedKey *sk, sk_CMS_RecipientEncryptedKey_copyfunc copyfunc, sk_CMS_RecipientEncryptedKey_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_delete| Name: | sk_CMS_RecipientEncryptedKey_delete | | Prototype: | static inline CMS_RecipientEncryptedKey *sk_CMS_RecipientEncryptedKey_delete(struct stack_st_CMS_RecipientEncryptedKey *sk, int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_delete_ptr| Name: | sk_CMS_RecipientEncryptedKey_delete_ptr | | Prototype: | static inline CMS_RecipientEncryptedKey *sk_CMS_RecipientEncryptedKey_delete_ptr(struct stack_st_CMS_RecipientEncryptedKey *sk, CMS_RecipientEncryptedKey *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_dup| Name: | sk_CMS_RecipientEncryptedKey_dup | | Prototype: | static inline struct stack_st_CMS_RecipientEncryptedKey * sk_CMS_RecipientEncryptedKey_dup(const struct stack_st_CMS_RecipientEncryptedKey *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_find| Name: | sk_CMS_RecipientEncryptedKey_find | | Prototype: | static inline int sk_CMS_RecipientEncryptedKey_find(struct stack_st_CMS_RecipientEncryptedKey *sk, CMS_RecipientEncryptedKey *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_find_ex| Name: | sk_CMS_RecipientEncryptedKey_find_ex | | Prototype: | static inline int sk_CMS_RecipientEncryptedKey_find_ex(struct stack_st_CMS_RecipientEncryptedKey *sk, CMS_RecipientEncryptedKey *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_free| Name: | sk_CMS_RecipientEncryptedKey_free | | Prototype: | static inline void sk_CMS_RecipientEncryptedKey_free(struct stack_st_CMS_RecipientEncryptedKey *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_insert| Name: | sk_CMS_RecipientEncryptedKey_insert | | Prototype: | static inline int sk_CMS_RecipientEncryptedKey_insert(struct stack_st_CMS_RecipientEncryptedKey *sk, CMS_RecipientEncryptedKey *ptr, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_is_sorted| Name: | sk_CMS_RecipientEncryptedKey_is_sorted | | Prototype: | static inline int sk_CMS_RecipientEncryptedKey_is_sorted(const struct stack_st_CMS_RecipientEncryptedKey *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_new| Name: | sk_CMS_RecipientEncryptedKey_new | | Prototype: | static inline struct stack_st_CMS_RecipientEncryptedKey *sk_CMS_RecipientEncryptedKey_new(sk_CMS_RecipientEncryptedKey_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_new_null| Name: | sk_CMS_RecipientEncryptedKey_new_null | | Prototype: | static inline struct stack_st_CMS_RecipientEncryptedKey *sk_CMS_RecipientEncryptedKey_new_null(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_new_reserve| Name: | sk_CMS_RecipientEncryptedKey_new_reserve | | Prototype: | static inline struct stack_st_CMS_RecipientEncryptedKey *sk_CMS_RecipientEncryptedKey_new_reserve(sk_CMS_RecipientEncryptedKey_compfunc compare, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_num| Name: | sk_CMS_RecipientEncryptedKey_num | | Prototype: | static inline int sk_CMS_RecipientEncryptedKey_num(const struct stack_st_CMS_RecipientEncryptedKey *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_pop| Name: | sk_CMS_RecipientEncryptedKey_pop | | Prototype: | static inline CMS_RecipientEncryptedKey *sk_CMS_RecipientEncryptedKey_pop(struct stack_st_CMS_RecipientEncryptedKey *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_pop_free| Name: | sk_CMS_RecipientEncryptedKey_pop_free | | Prototype: | static inline void sk_CMS_RecipientEncryptedKey_pop_free(struct stack_st_CMS_RecipientEncryptedKey *sk, sk_CMS_RecipientEncryptedKey_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_push| Name: | sk_CMS_RecipientEncryptedKey_push | | Prototype: | static inline int sk_CMS_RecipientEncryptedKey_push(struct stack_st_CMS_RecipientEncryptedKey *sk, CMS_RecipientEncryptedKey *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_reserve| Name: | sk_CMS_RecipientEncryptedKey_reserve | | Prototype: | static inline int sk_CMS_RecipientEncryptedKey_reserve(struct stack_st_CMS_RecipientEncryptedKey *sk, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_set| Name: | sk_CMS_RecipientEncryptedKey_set | | Prototype: | static inline CMS_RecipientEncryptedKey *sk_CMS_RecipientEncryptedKey_set(struct stack_st_CMS_RecipientEncryptedKey *sk, int idx, CMS_RecipientEncryptedKey *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_set_cmp_func| Name: | sk_CMS_RecipientEncryptedKey_set_cmp_func | | Prototype: | static inline sk_CMS_RecipientEncryptedKey_compfunc sk_CMS_RecipientEncryptedKey_set_cmp_func(struct stack_st_CMS_RecipientEncryptedKey *sk, sk_CMS_RecipientEncryptedKey_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_shift| Name: | sk_CMS_RecipientEncryptedKey_shift | | Prototype: | static inline CMS_RecipientEncryptedKey *sk_CMS_RecipientEncryptedKey_shift(struct stack_st_CMS_RecipientEncryptedKey *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_sort| Name: | sk_CMS_RecipientEncryptedKey_sort | | Prototype: | static inline void sk_CMS_RecipientEncryptedKey_sort(struct stack_st_CMS_RecipientEncryptedKey *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_unshift| Name: | sk_CMS_RecipientEncryptedKey_unshift | | Prototype: | static inline int sk_CMS_RecipientEncryptedKey_unshift(struct stack_st_CMS_RecipientEncryptedKey *sk, CMS_RecipientEncryptedKey *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_value| Name: | sk_CMS_RecipientEncryptedKey_value | | Prototype: | static inline CMS_RecipientEncryptedKey *sk_CMS_RecipientEncryptedKey_value(const struct stack_st_CMS_RecipientEncryptedKey *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_zero| Name: | sk_CMS_RecipientEncryptedKey_zero | | Prototype: | static inline void sk_CMS_RecipientEncryptedKey_zero(struct stack_st_CMS_RecipientEncryptedKey *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientInfo_deep_copy| Name: | sk_CMS_RecipientInfo_deep_copy | | Prototype: | static inline struct stack_st_CMS_RecipientInfo *sk_CMS_RecipientInfo_deep_copy(const struct stack_st_CMS_RecipientInfo *sk, sk_CMS_RecipientInfo_copyfunc copyfunc, sk_CMS_RecipientInfo_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 35-35 |
| | 1 | 1 |
sk_CMS_RecipientInfo_delete| Name: | sk_CMS_RecipientInfo_delete | | Prototype: | static inline CMS_RecipientInfo *sk_CMS_RecipientInfo_delete(struct stack_st_CMS_RecipientInfo *sk, int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 35-35 |
| | 1 | 1 |
sk_CMS_RecipientInfo_delete_ptr| Name: | sk_CMS_RecipientInfo_delete_ptr | | Prototype: | static inline CMS_RecipientInfo *sk_CMS_RecipientInfo_delete_ptr(struct stack_st_CMS_RecipientInfo *sk, CMS_RecipientInfo *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 35-35 |
| | 1 | 1 |
sk_CMS_RecipientInfo_dup| Name: | sk_CMS_RecipientInfo_dup | | Prototype: | static inline struct stack_st_CMS_RecipientInfo * sk_CMS_RecipientInfo_dup(const struct stack_st_CMS_RecipientInfo *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 35-35 |
| | 1 | 1 |
sk_CMS_RecipientInfo_find| Name: | sk_CMS_RecipientInfo_find | | Prototype: | static inline int sk_CMS_RecipientInfo_find(struct stack_st_CMS_RecipientInfo *sk, CMS_RecipientInfo *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 35-35 |
| | 1 | 1 |
sk_CMS_RecipientInfo_find_ex| Name: | sk_CMS_RecipientInfo_find_ex | | Prototype: | static inline int sk_CMS_RecipientInfo_find_ex(struct stack_st_CMS_RecipientInfo *sk, CMS_RecipientInfo *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 35-35 |
| | 1 | 1 |
sk_CMS_RecipientInfo_free| Name: | sk_CMS_RecipientInfo_free | | Prototype: | static inline void sk_CMS_RecipientInfo_free(struct stack_st_CMS_RecipientInfo *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 35-35 |
| | 1 | 1 |
sk_CMS_RecipientInfo_insert| Name: | sk_CMS_RecipientInfo_insert | | Prototype: | static inline int sk_CMS_RecipientInfo_insert(struct stack_st_CMS_RecipientInfo *sk, CMS_RecipientInfo *ptr, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 35-35 |
| | 1 | 1 |
sk_CMS_RecipientInfo_is_sorted| Name: | sk_CMS_RecipientInfo_is_sorted | | Prototype: | static inline int sk_CMS_RecipientInfo_is_sorted(const struct stack_st_CMS_RecipientInfo *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 35-35 |
| | 1 | 1 |
sk_CMS_RecipientInfo_new| Name: | sk_CMS_RecipientInfo_new | | Prototype: | static inline struct stack_st_CMS_RecipientInfo *sk_CMS_RecipientInfo_new(sk_CMS_RecipientInfo_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 35-35 |
| | 1 | 1 |
sk_CMS_RecipientInfo_new_null| Name: | sk_CMS_RecipientInfo_new_null | | Prototype: | static inline struct stack_st_CMS_RecipientInfo *sk_CMS_RecipientInfo_new_null(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 35-35 |
| | 1 | 1 |
sk_CMS_RecipientInfo_new_reserve| Name: | sk_CMS_RecipientInfo_new_reserve | | Prototype: | static inline struct stack_st_CMS_RecipientInfo *sk_CMS_RecipientInfo_new_reserve(sk_CMS_RecipientInfo_compfunc compare, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 35-35 |
| | 1 | 1 |
sk_CMS_RecipientInfo_num| Name: | sk_CMS_RecipientInfo_num | | Prototype: | static inline int sk_CMS_RecipientInfo_num(const struct stack_st_CMS_RecipientInfo *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 35-35 |
| | 1 | 1 |