| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
sk_X509_TRUST_free| Name: | sk_X509_TRUST_free | | Prototype: | static inline void sk_X509_TRUST_free(struct stack_st_X509_TRUST *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_TRUST_insert| Name: | sk_X509_TRUST_insert | | Prototype: | static inline int sk_X509_TRUST_insert(struct stack_st_X509_TRUST *sk, X509_TRUST *ptr, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_TRUST_is_sorted| Name: | sk_X509_TRUST_is_sorted | | Prototype: | static inline int sk_X509_TRUST_is_sorted(const struct stack_st_X509_TRUST *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_TRUST_new| Name: | sk_X509_TRUST_new | | Prototype: | static inline struct stack_st_X509_TRUST *sk_X509_TRUST_new(sk_X509_TRUST_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_TRUST_new_null| Name: | sk_X509_TRUST_new_null | | Prototype: | static inline struct stack_st_X509_TRUST *sk_X509_TRUST_new_null(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_TRUST_new_reserve| Name: | sk_X509_TRUST_new_reserve | | Prototype: | static inline struct stack_st_X509_TRUST *sk_X509_TRUST_new_reserve(sk_X509_TRUST_compfunc compare, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_TRUST_num| Name: | sk_X509_TRUST_num | | Prototype: | static inline int sk_X509_TRUST_num(const struct stack_st_X509_TRUST *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_TRUST_pop| Name: | sk_X509_TRUST_pop | | Prototype: | static inline X509_TRUST *sk_X509_TRUST_pop(struct stack_st_X509_TRUST *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_TRUST_pop_free| Name: | sk_X509_TRUST_pop_free | | Prototype: | static inline void sk_X509_TRUST_pop_free(struct stack_st_X509_TRUST *sk, sk_X509_TRUST_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_TRUST_push| Name: | sk_X509_TRUST_push | | Prototype: | static inline int sk_X509_TRUST_push(struct stack_st_X509_TRUST *sk, X509_TRUST *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_TRUST_reserve| Name: | sk_X509_TRUST_reserve | | Prototype: | static inline int sk_X509_TRUST_reserve(struct stack_st_X509_TRUST *sk, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_TRUST_set| Name: | sk_X509_TRUST_set | | Prototype: | static inline X509_TRUST *sk_X509_TRUST_set(struct stack_st_X509_TRUST *sk, int idx, X509_TRUST *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_TRUST_set_cmp_func| Name: | sk_X509_TRUST_set_cmp_func | | Prototype: | static inline sk_X509_TRUST_compfunc sk_X509_TRUST_set_cmp_func(struct stack_st_X509_TRUST *sk, sk_X509_TRUST_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_TRUST_shift| Name: | sk_X509_TRUST_shift | | Prototype: | static inline X509_TRUST *sk_X509_TRUST_shift(struct stack_st_X509_TRUST *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_TRUST_sort| Name: | sk_X509_TRUST_sort | | Prototype: | static inline void sk_X509_TRUST_sort(struct stack_st_X509_TRUST *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_TRUST_unshift| Name: | sk_X509_TRUST_unshift | | Prototype: | static inline int sk_X509_TRUST_unshift(struct stack_st_X509_TRUST *sk, X509_TRUST *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_TRUST_value| Name: | sk_X509_TRUST_value | | Prototype: | static inline X509_TRUST *sk_X509_TRUST_value(const struct stack_st_X509_TRUST *sk, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_TRUST_zero| Name: | sk_X509_TRUST_zero | | Prototype: | static inline void sk_X509_TRUST_zero(struct stack_st_X509_TRUST *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 112-112 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_deep_copy| Name: | sk_X509_VERIFY_PARAM_deep_copy | | Prototype: | static inline struct stack_st_X509_VERIFY_PARAM *sk_X509_VERIFY_PARAM_deep_copy(const struct stack_st_X509_VERIFY_PARAM *sk, sk_X509_VERIFY_PARAM_copyfunc copyfunc, sk_X509_VERIFY_PARAM_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_delete| Name: | sk_X509_VERIFY_PARAM_delete | | Prototype: | static inline X509_VERIFY_PARAM *sk_X509_VERIFY_PARAM_delete(struct stack_st_X509_VERIFY_PARAM *sk, int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_delete_ptr| Name: | sk_X509_VERIFY_PARAM_delete_ptr | | Prototype: | static inline X509_VERIFY_PARAM *sk_X509_VERIFY_PARAM_delete_ptr(struct stack_st_X509_VERIFY_PARAM *sk, X509_VERIFY_PARAM *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_dup| Name: | sk_X509_VERIFY_PARAM_dup | | Prototype: | static inline struct stack_st_X509_VERIFY_PARAM * sk_X509_VERIFY_PARAM_dup(const struct stack_st_X509_VERIFY_PARAM *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_find| Name: | sk_X509_VERIFY_PARAM_find | | Prototype: | static inline int sk_X509_VERIFY_PARAM_find(struct stack_st_X509_VERIFY_PARAM *sk, X509_VERIFY_PARAM *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_find_ex| Name: | sk_X509_VERIFY_PARAM_find_ex | | Prototype: | static inline int sk_X509_VERIFY_PARAM_find_ex(struct stack_st_X509_VERIFY_PARAM *sk, X509_VERIFY_PARAM *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_free| Name: | sk_X509_VERIFY_PARAM_free | | Prototype: | static inline void sk_X509_VERIFY_PARAM_free(struct stack_st_X509_VERIFY_PARAM *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_insert| Name: | sk_X509_VERIFY_PARAM_insert | | Prototype: | static inline int sk_X509_VERIFY_PARAM_insert(struct stack_st_X509_VERIFY_PARAM *sk, X509_VERIFY_PARAM *ptr, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_is_sorted| Name: | sk_X509_VERIFY_PARAM_is_sorted | | Prototype: | static inline int sk_X509_VERIFY_PARAM_is_sorted(const struct stack_st_X509_VERIFY_PARAM *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_new| Name: | sk_X509_VERIFY_PARAM_new | | Prototype: | static inline struct stack_st_X509_VERIFY_PARAM *sk_X509_VERIFY_PARAM_new(sk_X509_VERIFY_PARAM_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_new_null| Name: | sk_X509_VERIFY_PARAM_new_null | | Prototype: | static inline struct stack_st_X509_VERIFY_PARAM *sk_X509_VERIFY_PARAM_new_null(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_new_reserve| Name: | sk_X509_VERIFY_PARAM_new_reserve | | Prototype: | static inline struct stack_st_X509_VERIFY_PARAM *sk_X509_VERIFY_PARAM_new_reserve(sk_X509_VERIFY_PARAM_compfunc compare, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_num| Name: | sk_X509_VERIFY_PARAM_num | | Prototype: | static inline int sk_X509_VERIFY_PARAM_num(const struct stack_st_X509_VERIFY_PARAM *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_pop| Name: | sk_X509_VERIFY_PARAM_pop | | Prototype: | static inline X509_VERIFY_PARAM *sk_X509_VERIFY_PARAM_pop(struct stack_st_X509_VERIFY_PARAM *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_pop_free| Name: | sk_X509_VERIFY_PARAM_pop_free | | Prototype: | static inline void sk_X509_VERIFY_PARAM_pop_free(struct stack_st_X509_VERIFY_PARAM *sk, sk_X509_VERIFY_PARAM_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_push| Name: | sk_X509_VERIFY_PARAM_push | | Prototype: | static inline int sk_X509_VERIFY_PARAM_push(struct stack_st_X509_VERIFY_PARAM *sk, X509_VERIFY_PARAM *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_reserve| Name: | sk_X509_VERIFY_PARAM_reserve | | Prototype: | static inline int sk_X509_VERIFY_PARAM_reserve(struct stack_st_X509_VERIFY_PARAM *sk, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_set| Name: | sk_X509_VERIFY_PARAM_set | | Prototype: | static inline X509_VERIFY_PARAM *sk_X509_VERIFY_PARAM_set(struct stack_st_X509_VERIFY_PARAM *sk, int idx, X509_VERIFY_PARAM *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_set_cmp_func| Name: | sk_X509_VERIFY_PARAM_set_cmp_func | | Prototype: | static inline sk_X509_VERIFY_PARAM_compfunc sk_X509_VERIFY_PARAM_set_cmp_func(struct stack_st_X509_VERIFY_PARAM *sk, sk_X509_VERIFY_PARAM_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_shift| Name: | sk_X509_VERIFY_PARAM_shift | | Prototype: | static inline X509_VERIFY_PARAM *sk_X509_VERIFY_PARAM_shift(struct stack_st_X509_VERIFY_PARAM *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_sort| Name: | sk_X509_VERIFY_PARAM_sort | | Prototype: | static inline void sk_X509_VERIFY_PARAM_sort(struct stack_st_X509_VERIFY_PARAM *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_unshift| Name: | sk_X509_VERIFY_PARAM_unshift | | Prototype: | static inline int sk_X509_VERIFY_PARAM_unshift(struct stack_st_X509_VERIFY_PARAM *sk, X509_VERIFY_PARAM *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_value| Name: | sk_X509_VERIFY_PARAM_value | | Prototype: | static inline X509_VERIFY_PARAM *sk_X509_VERIFY_PARAM_value(const struct stack_st_X509_VERIFY_PARAM *sk, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_VERIFY_PARAM_zero| Name: | sk_X509_VERIFY_PARAM_zero | | Prototype: | static inline void sk_X509_VERIFY_PARAM_zero(struct stack_st_X509_VERIFY_PARAM *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_X509_deep_copy| Name: | sk_X509_deep_copy | | Prototype: | static inline struct stack_st_X509 *sk_X509_deep_copy(const struct stack_st_X509 *sk, sk_X509_copyfunc copyfunc, sk_X509_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 99-99 |
| | 1 | 1 |
sk_X509_delete| Name: | sk_X509_delete | | Prototype: | static inline X509 *sk_X509_delete(struct stack_st_X509 *sk, int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 99-99 |
| | 1 | 1 |
sk_X509_find| Name: | sk_X509_find | | Prototype: | static inline int sk_X509_find(struct stack_st_X509 *sk, X509 *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 99-99 |
| | 1 | 1 |
sk_X509_find_ex| Name: | sk_X509_find_ex | | Prototype: | static inline int sk_X509_find_ex(struct stack_st_X509 *sk, X509 *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 99-99 |
| | 1 | 1 |
sk_X509_insert| Name: | sk_X509_insert | | Prototype: | static inline int sk_X509_insert(struct stack_st_X509 *sk, X509 *ptr, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 99-99 |
| | 1 | 1 |
sk_X509_is_sorted| Name: | sk_X509_is_sorted | | Prototype: | static inline int sk_X509_is_sorted(const struct stack_st_X509 *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 99-99 |
| | 1 | 1 |
sk_X509_new| Name: | sk_X509_new | | Prototype: | static inline struct stack_st_X509 *sk_X509_new(sk_X509_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 99-99 |
| | 1 | 1 |
sk_X509_new_reserve| Name: | sk_X509_new_reserve | | Prototype: | static inline struct stack_st_X509 *sk_X509_new_reserve(sk_X509_compfunc compare, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 99-99 |
| | 1 | 1 |
sk_X509_pop| Name: | sk_X509_pop | | Prototype: | static inline X509 *sk_X509_pop(struct stack_st_X509 *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 99-99 |
| | 1 | 1 |
sk_X509_reserve| Name: | sk_X509_reserve | | Prototype: | static inline int sk_X509_reserve(struct stack_st_X509 *sk, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 99-99 |
| | 1 | 1 |
sk_X509_set_cmp_func| Name: | sk_X509_set_cmp_func | | Prototype: | static inline sk_X509_compfunc sk_X509_set_cmp_func(struct stack_st_X509 *sk, sk_X509_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 99-99 |
| | 1 | 1 |
sk_X509_sort| Name: | sk_X509_sort | | Prototype: | static inline void sk_X509_sort(struct stack_st_X509 *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 99-99 |
| | 1 | 1 |
sk_X509_unshift| Name: | sk_X509_unshift | | Prototype: | static inline int sk_X509_unshift(struct stack_st_X509 *sk, X509 *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 99-99 |
| | 1 | 1 |
sk_X509_zero| Name: | sk_X509_zero | | Prototype: | static inline void sk_X509_zero(struct stack_st_X509 *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 99-99 |
| | 1 | 1 |
sk_comp_cmp| Name: | sk_comp_cmp | | Prototype: | static int sk_comp_cmp(const SSL_COMP *const *a, const SSL_COMP *const *b) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/ssl_ciph.c | | Lines: | 451-454 |
| | 1 | 1 |
sk_danetls_record_deep_copy| Name: | sk_danetls_record_deep_copy | | Prototype: | static inline struct stack_st_danetls_record *sk_danetls_record_deep_copy(const struct stack_st_danetls_record *sk, sk_danetls_record_copyfunc copyfunc, sk_danetls_record_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_delete| Name: | sk_danetls_record_delete | | Prototype: | static inline danetls_record *sk_danetls_record_delete(struct stack_st_danetls_record *sk, int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_delete_ptr| Name: | sk_danetls_record_delete_ptr | | Prototype: | static inline danetls_record *sk_danetls_record_delete_ptr(struct stack_st_danetls_record *sk, danetls_record *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_dup| Name: | sk_danetls_record_dup | | Prototype: | static inline struct stack_st_danetls_record * sk_danetls_record_dup(const struct stack_st_danetls_record *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_find| Name: | sk_danetls_record_find | | Prototype: | static inline int sk_danetls_record_find(struct stack_st_danetls_record *sk, danetls_record *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_find_ex| Name: | sk_danetls_record_find_ex | | Prototype: | static inline int sk_danetls_record_find_ex(struct stack_st_danetls_record *sk, danetls_record *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_free| Name: | sk_danetls_record_free | | Prototype: | static inline void sk_danetls_record_free(struct stack_st_danetls_record *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_is_sorted| Name: | sk_danetls_record_is_sorted | | Prototype: | static inline int sk_danetls_record_is_sorted(const struct stack_st_danetls_record *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_new| Name: | sk_danetls_record_new | | Prototype: | static inline struct stack_st_danetls_record *sk_danetls_record_new(sk_danetls_record_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_new_reserve| Name: | sk_danetls_record_new_reserve | | Prototype: | static inline struct stack_st_danetls_record *sk_danetls_record_new_reserve(sk_danetls_record_compfunc compare, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_pop| Name: | sk_danetls_record_pop | | Prototype: | static inline danetls_record *sk_danetls_record_pop(struct stack_st_danetls_record *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_push| Name: | sk_danetls_record_push | | Prototype: | static inline int sk_danetls_record_push(struct stack_st_danetls_record *sk, danetls_record *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_reserve| Name: | sk_danetls_record_reserve | | Prototype: | static inline int sk_danetls_record_reserve(struct stack_st_danetls_record *sk, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_set| Name: | sk_danetls_record_set | | Prototype: | static inline danetls_record *sk_danetls_record_set(struct stack_st_danetls_record *sk, int idx, danetls_record *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_set_cmp_func| Name: | sk_danetls_record_set_cmp_func | | Prototype: | static inline sk_danetls_record_compfunc sk_danetls_record_set_cmp_func(struct stack_st_danetls_record *sk, sk_danetls_record_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_shift| Name: | sk_danetls_record_shift | | Prototype: | static inline danetls_record *sk_danetls_record_shift(struct stack_st_danetls_record *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_sort| Name: | sk_danetls_record_sort | | Prototype: | static inline void sk_danetls_record_sort(struct stack_st_danetls_record *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_unshift| Name: | sk_danetls_record_unshift | | Prototype: | static inline int sk_danetls_record_unshift(struct stack_st_danetls_record *sk, danetls_record *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_danetls_record_zero| Name: | sk_danetls_record_zero | | Prototype: | static inline void sk_danetls_record_zero(struct stack_st_danetls_record *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/dane.h | | Lines: | 51-51 |
| | 1 | 1 |
sk_nid_triple_deep_copy| Name: | sk_nid_triple_deep_copy | | Prototype: | static inline struct stack_st_nid_triple *sk_nid_triple_deep_copy(const struct stack_st_nid_triple *sk, sk_nid_triple_copyfunc copyfunc, sk_nid_triple_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_delete| Name: | sk_nid_triple_delete | | Prototype: | static inline nid_triple *sk_nid_triple_delete(struct stack_st_nid_triple *sk, int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_delete_ptr| Name: | sk_nid_triple_delete_ptr | | Prototype: | static inline nid_triple *sk_nid_triple_delete_ptr(struct stack_st_nid_triple *sk, nid_triple *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_dup| Name: | sk_nid_triple_dup | | Prototype: | static inline struct stack_st_nid_triple * sk_nid_triple_dup(const struct stack_st_nid_triple *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_find| Name: | sk_nid_triple_find | | Prototype: | static inline int sk_nid_triple_find(struct stack_st_nid_triple *sk, nid_triple *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_find_ex| Name: | sk_nid_triple_find_ex | | Prototype: | static inline int sk_nid_triple_find_ex(struct stack_st_nid_triple *sk, nid_triple *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_insert| Name: | sk_nid_triple_insert | | Prototype: | static inline int sk_nid_triple_insert(struct stack_st_nid_triple *sk, nid_triple *ptr, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_is_sorted| Name: | sk_nid_triple_is_sorted | | Prototype: | static inline int sk_nid_triple_is_sorted(const struct stack_st_nid_triple *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_new| Name: | sk_nid_triple_new | | Prototype: | static inline struct stack_st_nid_triple *sk_nid_triple_new(sk_nid_triple_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_new_null| Name: | sk_nid_triple_new_null | | Prototype: | static inline struct stack_st_nid_triple *sk_nid_triple_new_null(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_new_reserve| Name: | sk_nid_triple_new_reserve | | Prototype: | static inline struct stack_st_nid_triple *sk_nid_triple_new_reserve(sk_nid_triple_compfunc compare, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_num| Name: | sk_nid_triple_num | | Prototype: | static inline int sk_nid_triple_num(const struct stack_st_nid_triple *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_pop| Name: | sk_nid_triple_pop | | Prototype: | static inline nid_triple *sk_nid_triple_pop(struct stack_st_nid_triple *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_push| Name: | sk_nid_triple_push | | Prototype: | static inline int sk_nid_triple_push(struct stack_st_nid_triple *sk, nid_triple *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_reserve| Name: | sk_nid_triple_reserve | | Prototype: | static inline int sk_nid_triple_reserve(struct stack_st_nid_triple *sk, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_set| Name: | sk_nid_triple_set | | Prototype: | static inline nid_triple *sk_nid_triple_set(struct stack_st_nid_triple *sk, int idx, nid_triple *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_set_cmp_func| Name: | sk_nid_triple_set_cmp_func | | Prototype: | static inline sk_nid_triple_compfunc sk_nid_triple_set_cmp_func(struct stack_st_nid_triple *sk, sk_nid_triple_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_shift| Name: | sk_nid_triple_shift | | Prototype: | static inline nid_triple *sk_nid_triple_shift(struct stack_st_nid_triple *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_sort| Name: | sk_nid_triple_sort | | Prototype: | static inline void sk_nid_triple_sort(struct stack_st_nid_triple *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_unshift| Name: | sk_nid_triple_unshift | | Prototype: | static inline int sk_nid_triple_unshift(struct stack_st_nid_triple *sk, nid_triple *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_value| Name: | sk_nid_triple_value | | Prototype: | static inline nid_triple *sk_nid_triple_value(const struct stack_st_nid_triple *sk, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_nid_triple_zero| Name: | sk_nid_triple_zero | | Prototype: | static inline void sk_nid_triple_zero(struct stack_st_nid_triple *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_xref.h | | Lines: | 20-20 |
| | 1 | 1 |
sk_strcmp| Name: | sk_strcmp | | Prototype: | static int sk_strcmp(const char *const *a, const char *const *b) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_utl.c | | Lines: | 413-416 |
| | 165 | 7 |
sk_void_deep_copy| Name: | sk_void_deep_copy | | Prototype: | static inline struct stack_st_void *sk_void_deep_copy(const struct stack_st_void *sk, sk_void_copyfunc copyfunc, sk_void_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/crypto.h | | Lines: | 89-89 |
| | 1 | 1 |