| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
sk_X509_ATTRIBUTE_unshift| Name: | sk_X509_ATTRIBUTE_unshift | | Prototype: | static inline int sk_X509_ATTRIBUTE_unshift(struct stack_st_X509_ATTRIBUTE *sk, X509_ATTRIBUTE *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 89-89 |
| | 1 | 1 |
sk_X509_ATTRIBUTE_value| Name: | sk_X509_ATTRIBUTE_value | | Prototype: | static inline X509_ATTRIBUTE *sk_X509_ATTRIBUTE_value(const struct stack_st_X509_ATTRIBUTE *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 89-89 |
| | 1 | 1 |
sk_X509_ATTRIBUTE_zero| Name: | sk_X509_ATTRIBUTE_zero | | Prototype: | static inline void sk_X509_ATTRIBUTE_zero(struct stack_st_X509_ATTRIBUTE *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 89-89 |
| | 1 | 1 |
sk_X509_CRL_deep_copy| Name: | sk_X509_CRL_deep_copy | | Prototype: | static inline struct stack_st_X509_CRL *sk_X509_CRL_deep_copy(const struct stack_st_X509_CRL *sk, sk_X509_CRL_copyfunc copyfunc, sk_X509_CRL_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_delete| Name: | sk_X509_CRL_delete | | Prototype: | static inline X509_CRL *sk_X509_CRL_delete(struct stack_st_X509_CRL *sk, int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_delete_ptr| Name: | sk_X509_CRL_delete_ptr | | Prototype: | static inline X509_CRL *sk_X509_CRL_delete_ptr(struct stack_st_X509_CRL *sk, X509_CRL *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_dup| Name: | sk_X509_CRL_dup | | Prototype: | static inline struct stack_st_X509_CRL * sk_X509_CRL_dup(const struct stack_st_X509_CRL *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_find| Name: | sk_X509_CRL_find | | Prototype: | static inline int sk_X509_CRL_find(struct stack_st_X509_CRL *sk, X509_CRL *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_find_ex| Name: | sk_X509_CRL_find_ex | | Prototype: | static inline int sk_X509_CRL_find_ex(struct stack_st_X509_CRL *sk, X509_CRL *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_free| Name: | sk_X509_CRL_free | | Prototype: | static inline void sk_X509_CRL_free(struct stack_st_X509_CRL *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_insert| Name: | sk_X509_CRL_insert | | Prototype: | static inline int sk_X509_CRL_insert(struct stack_st_X509_CRL *sk, X509_CRL *ptr, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_is_sorted| Name: | sk_X509_CRL_is_sorted | | Prototype: | static inline int sk_X509_CRL_is_sorted(const struct stack_st_X509_CRL *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_new| Name: | sk_X509_CRL_new | | Prototype: | static inline struct stack_st_X509_CRL *sk_X509_CRL_new(sk_X509_CRL_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_new_null| Name: | sk_X509_CRL_new_null | | Prototype: | static inline struct stack_st_X509_CRL *sk_X509_CRL_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_new_reserve| Name: | sk_X509_CRL_new_reserve | | Prototype: | static inline struct stack_st_X509_CRL *sk_X509_CRL_new_reserve(sk_X509_CRL_compfunc compare, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_num| Name: | sk_X509_CRL_num | | Prototype: | static inline int sk_X509_CRL_num(const struct stack_st_X509_CRL *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_pop| Name: | sk_X509_CRL_pop | | Prototype: | static inline X509_CRL *sk_X509_CRL_pop(struct stack_st_X509_CRL *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_pop_free| Name: | sk_X509_CRL_pop_free | | Prototype: | static inline void sk_X509_CRL_pop_free(struct stack_st_X509_CRL *sk, sk_X509_CRL_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_push| Name: | sk_X509_CRL_push | | Prototype: | static inline int sk_X509_CRL_push(struct stack_st_X509_CRL *sk, X509_CRL *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_reserve| Name: | sk_X509_CRL_reserve | | Prototype: | static inline int sk_X509_CRL_reserve(struct stack_st_X509_CRL *sk, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_set| Name: | sk_X509_CRL_set | | Prototype: | static inline X509_CRL *sk_X509_CRL_set(struct stack_st_X509_CRL *sk, int idx, X509_CRL *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_set_cmp_func| Name: | sk_X509_CRL_set_cmp_func | | Prototype: | static inline sk_X509_CRL_compfunc sk_X509_CRL_set_cmp_func(struct stack_st_X509_CRL *sk, sk_X509_CRL_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_shift| Name: | sk_X509_CRL_shift | | Prototype: | static inline X509_CRL *sk_X509_CRL_shift(struct stack_st_X509_CRL *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_sort| Name: | sk_X509_CRL_sort | | Prototype: | static inline void sk_X509_CRL_sort(struct stack_st_X509_CRL *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_unshift| Name: | sk_X509_CRL_unshift | | Prototype: | static inline int sk_X509_CRL_unshift(struct stack_st_X509_CRL *sk, X509_CRL *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_value| Name: | sk_X509_CRL_value | | Prototype: | static inline X509_CRL *sk_X509_CRL_value(const struct stack_st_X509_CRL *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_CRL_zero| Name: | sk_X509_CRL_zero | | Prototype: | static inline void sk_X509_CRL_zero(struct stack_st_X509_CRL *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 228-228 |
| | 1 | 1 |
sk_X509_EXTENSION_deep_copy| Name: | sk_X509_EXTENSION_deep_copy | | Prototype: | static inline struct stack_st_X509_EXTENSION *sk_X509_EXTENSION_deep_copy(const struct stack_st_X509_EXTENSION *sk, sk_X509_EXTENSION_copyfunc copyfunc, sk_X509_EXTENSION_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_delete| Name: | sk_X509_EXTENSION_delete | | Prototype: | static inline X509_EXTENSION *sk_X509_EXTENSION_delete(struct stack_st_X509_EXTENSION *sk, int i) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_delete_ptr| Name: | sk_X509_EXTENSION_delete_ptr | | Prototype: | static inline X509_EXTENSION *sk_X509_EXTENSION_delete_ptr(struct stack_st_X509_EXTENSION *sk, X509_EXTENSION *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_dup| Name: | sk_X509_EXTENSION_dup | | Prototype: | static inline struct stack_st_X509_EXTENSION * sk_X509_EXTENSION_dup(const struct stack_st_X509_EXTENSION *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_find| Name: | sk_X509_EXTENSION_find | | Prototype: | static inline int sk_X509_EXTENSION_find(struct stack_st_X509_EXTENSION *sk, X509_EXTENSION *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_find_ex| Name: | sk_X509_EXTENSION_find_ex | | Prototype: | static inline int sk_X509_EXTENSION_find_ex(struct stack_st_X509_EXTENSION *sk, X509_EXTENSION *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_free| Name: | sk_X509_EXTENSION_free | | Prototype: | static inline void sk_X509_EXTENSION_free(struct stack_st_X509_EXTENSION *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_insert| Name: | sk_X509_EXTENSION_insert | | Prototype: | static inline int sk_X509_EXTENSION_insert(struct stack_st_X509_EXTENSION *sk, X509_EXTENSION *ptr, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_is_sorted| Name: | sk_X509_EXTENSION_is_sorted | | Prototype: | static inline int sk_X509_EXTENSION_is_sorted(const struct stack_st_X509_EXTENSION *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_new| Name: | sk_X509_EXTENSION_new | | Prototype: | static inline struct stack_st_X509_EXTENSION *sk_X509_EXTENSION_new(sk_X509_EXTENSION_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_new_null| Name: | sk_X509_EXTENSION_new_null | | Prototype: | static inline struct stack_st_X509_EXTENSION *sk_X509_EXTENSION_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_new_reserve| Name: | sk_X509_EXTENSION_new_reserve | | Prototype: | static inline struct stack_st_X509_EXTENSION *sk_X509_EXTENSION_new_reserve(sk_X509_EXTENSION_compfunc compare, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_num| Name: | sk_X509_EXTENSION_num | | Prototype: | static inline int sk_X509_EXTENSION_num(const struct stack_st_X509_EXTENSION *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_pop| Name: | sk_X509_EXTENSION_pop | | Prototype: | static inline X509_EXTENSION *sk_X509_EXTENSION_pop(struct stack_st_X509_EXTENSION *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_pop_free| Name: | sk_X509_EXTENSION_pop_free | | Prototype: | static inline void sk_X509_EXTENSION_pop_free(struct stack_st_X509_EXTENSION *sk, sk_X509_EXTENSION_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_push| Name: | sk_X509_EXTENSION_push | | Prototype: | static inline int sk_X509_EXTENSION_push(struct stack_st_X509_EXTENSION *sk, X509_EXTENSION *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_reserve| Name: | sk_X509_EXTENSION_reserve | | Prototype: | static inline int sk_X509_EXTENSION_reserve(struct stack_st_X509_EXTENSION *sk, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_set| Name: | sk_X509_EXTENSION_set | | Prototype: | static inline X509_EXTENSION *sk_X509_EXTENSION_set(struct stack_st_X509_EXTENSION *sk, int idx, X509_EXTENSION *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_set_cmp_func| Name: | sk_X509_EXTENSION_set_cmp_func | | Prototype: | static inline sk_X509_EXTENSION_compfunc sk_X509_EXTENSION_set_cmp_func(struct stack_st_X509_EXTENSION *sk, sk_X509_EXTENSION_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_shift| Name: | sk_X509_EXTENSION_shift | | Prototype: | static inline X509_EXTENSION *sk_X509_EXTENSION_shift(struct stack_st_X509_EXTENSION *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_sort| Name: | sk_X509_EXTENSION_sort | | Prototype: | static inline void sk_X509_EXTENSION_sort(struct stack_st_X509_EXTENSION *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_unshift| Name: | sk_X509_EXTENSION_unshift | | Prototype: | static inline int sk_X509_EXTENSION_unshift(struct stack_st_X509_EXTENSION *sk, X509_EXTENSION *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_value| Name: | sk_X509_EXTENSION_value | | Prototype: | static inline X509_EXTENSION *sk_X509_EXTENSION_value(const struct stack_st_X509_EXTENSION *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_EXTENSION_zero| Name: | sk_X509_EXTENSION_zero | | Prototype: | static inline void sk_X509_EXTENSION_zero(struct stack_st_X509_EXTENSION *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 85-85 |
| | 1 | 1 |
sk_X509_INFO_deep_copy| Name: | sk_X509_INFO_deep_copy | | Prototype: | static inline struct stack_st_X509_INFO *sk_X509_INFO_deep_copy(const struct stack_st_X509_INFO *sk, sk_X509_INFO_copyfunc copyfunc, sk_X509_INFO_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_delete| Name: | sk_X509_INFO_delete | | Prototype: | static inline X509_INFO *sk_X509_INFO_delete(struct stack_st_X509_INFO *sk, int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_delete_ptr| Name: | sk_X509_INFO_delete_ptr | | Prototype: | static inline X509_INFO *sk_X509_INFO_delete_ptr(struct stack_st_X509_INFO *sk, X509_INFO *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_dup| Name: | sk_X509_INFO_dup | | Prototype: | static inline struct stack_st_X509_INFO * sk_X509_INFO_dup(const struct stack_st_X509_INFO *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_find| Name: | sk_X509_INFO_find | | Prototype: | static inline int sk_X509_INFO_find(struct stack_st_X509_INFO *sk, X509_INFO *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_find_ex| Name: | sk_X509_INFO_find_ex | | Prototype: | static inline int sk_X509_INFO_find_ex(struct stack_st_X509_INFO *sk, X509_INFO *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_free| Name: | sk_X509_INFO_free | | Prototype: | static inline void sk_X509_INFO_free(struct stack_st_X509_INFO *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_insert| Name: | sk_X509_INFO_insert | | Prototype: | static inline int sk_X509_INFO_insert(struct stack_st_X509_INFO *sk, X509_INFO *ptr, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_is_sorted| Name: | sk_X509_INFO_is_sorted | | Prototype: | static inline int sk_X509_INFO_is_sorted(const struct stack_st_X509_INFO *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_new| Name: | sk_X509_INFO_new | | Prototype: | static inline struct stack_st_X509_INFO *sk_X509_INFO_new(sk_X509_INFO_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_new_null| Name: | sk_X509_INFO_new_null | | Prototype: | static inline struct stack_st_X509_INFO *sk_X509_INFO_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_new_reserve| Name: | sk_X509_INFO_new_reserve | | Prototype: | static inline struct stack_st_X509_INFO *sk_X509_INFO_new_reserve(sk_X509_INFO_compfunc compare, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_num| Name: | sk_X509_INFO_num | | Prototype: | static inline int sk_X509_INFO_num(const struct stack_st_X509_INFO *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_pop| Name: | sk_X509_INFO_pop | | Prototype: | static inline X509_INFO *sk_X509_INFO_pop(struct stack_st_X509_INFO *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_pop_free| Name: | sk_X509_INFO_pop_free | | Prototype: | static inline void sk_X509_INFO_pop_free(struct stack_st_X509_INFO *sk, sk_X509_INFO_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_push| Name: | sk_X509_INFO_push | | Prototype: | static inline int sk_X509_INFO_push(struct stack_st_X509_INFO *sk, X509_INFO *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_reserve| Name: | sk_X509_INFO_reserve | | Prototype: | static inline int sk_X509_INFO_reserve(struct stack_st_X509_INFO *sk, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_set| Name: | sk_X509_INFO_set | | Prototype: | static inline X509_INFO *sk_X509_INFO_set(struct stack_st_X509_INFO *sk, int idx, X509_INFO *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_set_cmp_func| Name: | sk_X509_INFO_set_cmp_func | | Prototype: | static inline sk_X509_INFO_compfunc sk_X509_INFO_set_cmp_func(struct stack_st_X509_INFO *sk, sk_X509_INFO_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_shift| Name: | sk_X509_INFO_shift | | Prototype: | static inline X509_INFO *sk_X509_INFO_shift(struct stack_st_X509_INFO *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_sort| Name: | sk_X509_INFO_sort | | Prototype: | static inline void sk_X509_INFO_sort(struct stack_st_X509_INFO *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_unshift| Name: | sk_X509_INFO_unshift | | Prototype: | static inline int sk_X509_INFO_unshift(struct stack_st_X509_INFO *sk, X509_INFO *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_value| Name: | sk_X509_INFO_value | | Prototype: | static inline X509_INFO *sk_X509_INFO_value(const struct stack_st_X509_INFO *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_INFO_zero| Name: | sk_X509_INFO_zero | | Prototype: | static inline void sk_X509_INFO_zero(struct stack_st_X509_INFO *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 254-254 |
| | 1 | 1 |
sk_X509_LOOKUP_deep_copy| Name: | sk_X509_LOOKUP_deep_copy | | Prototype: | static inline struct stack_st_X509_LOOKUP *sk_X509_LOOKUP_deep_copy(const struct stack_st_X509_LOOKUP *sk, sk_X509_LOOKUP_copyfunc copyfunc, sk_X509_LOOKUP_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_delete| Name: | sk_X509_LOOKUP_delete | | Prototype: | static inline X509_LOOKUP *sk_X509_LOOKUP_delete(struct stack_st_X509_LOOKUP *sk, int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_delete_ptr| Name: | sk_X509_LOOKUP_delete_ptr | | Prototype: | static inline X509_LOOKUP *sk_X509_LOOKUP_delete_ptr(struct stack_st_X509_LOOKUP *sk, X509_LOOKUP *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_dup| Name: | sk_X509_LOOKUP_dup | | Prototype: | static inline struct stack_st_X509_LOOKUP * sk_X509_LOOKUP_dup(const struct stack_st_X509_LOOKUP *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_find| Name: | sk_X509_LOOKUP_find | | Prototype: | static inline int sk_X509_LOOKUP_find(struct stack_st_X509_LOOKUP *sk, X509_LOOKUP *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_find_ex| Name: | sk_X509_LOOKUP_find_ex | | Prototype: | static inline int sk_X509_LOOKUP_find_ex(struct stack_st_X509_LOOKUP *sk, X509_LOOKUP *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_free| Name: | sk_X509_LOOKUP_free | | Prototype: | static inline void sk_X509_LOOKUP_free(struct stack_st_X509_LOOKUP *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_insert| Name: | sk_X509_LOOKUP_insert | | Prototype: | static inline int sk_X509_LOOKUP_insert(struct stack_st_X509_LOOKUP *sk, X509_LOOKUP *ptr, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_is_sorted| Name: | sk_X509_LOOKUP_is_sorted | | Prototype: | static inline int sk_X509_LOOKUP_is_sorted(const struct stack_st_X509_LOOKUP *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_new| Name: | sk_X509_LOOKUP_new | | Prototype: | static inline struct stack_st_X509_LOOKUP *sk_X509_LOOKUP_new(sk_X509_LOOKUP_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_new_null| Name: | sk_X509_LOOKUP_new_null | | Prototype: | static inline struct stack_st_X509_LOOKUP *sk_X509_LOOKUP_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_new_reserve| Name: | sk_X509_LOOKUP_new_reserve | | Prototype: | static inline struct stack_st_X509_LOOKUP *sk_X509_LOOKUP_new_reserve(sk_X509_LOOKUP_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: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_num| Name: | sk_X509_LOOKUP_num | | Prototype: | static inline int sk_X509_LOOKUP_num(const struct stack_st_X509_LOOKUP *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_pop| Name: | sk_X509_LOOKUP_pop | | Prototype: | static inline X509_LOOKUP *sk_X509_LOOKUP_pop(struct stack_st_X509_LOOKUP *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_pop_free| Name: | sk_X509_LOOKUP_pop_free | | Prototype: | static inline void sk_X509_LOOKUP_pop_free(struct stack_st_X509_LOOKUP *sk, sk_X509_LOOKUP_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_push| Name: | sk_X509_LOOKUP_push | | Prototype: | static inline int sk_X509_LOOKUP_push(struct stack_st_X509_LOOKUP *sk, X509_LOOKUP *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_reserve| Name: | sk_X509_LOOKUP_reserve | | Prototype: | static inline int sk_X509_LOOKUP_reserve(struct stack_st_X509_LOOKUP *sk, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_set| Name: | sk_X509_LOOKUP_set | | Prototype: | static inline X509_LOOKUP *sk_X509_LOOKUP_set(struct stack_st_X509_LOOKUP *sk, int idx, X509_LOOKUP *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_set_cmp_func| Name: | sk_X509_LOOKUP_set_cmp_func | | Prototype: | static inline sk_X509_LOOKUP_compfunc sk_X509_LOOKUP_set_cmp_func(struct stack_st_X509_LOOKUP *sk, sk_X509_LOOKUP_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_shift| Name: | sk_X509_LOOKUP_shift | | Prototype: | static inline X509_LOOKUP *sk_X509_LOOKUP_shift(struct stack_st_X509_LOOKUP *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_sort| Name: | sk_X509_LOOKUP_sort | | Prototype: | static inline void sk_X509_LOOKUP_sort(struct stack_st_X509_LOOKUP *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_unshift| Name: | sk_X509_LOOKUP_unshift | | Prototype: | static inline int sk_X509_LOOKUP_unshift(struct stack_st_X509_LOOKUP *sk, X509_LOOKUP *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_value| Name: | sk_X509_LOOKUP_value | | Prototype: | static inline X509_LOOKUP *sk_X509_LOOKUP_value(const struct stack_st_X509_LOOKUP *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_LOOKUP_zero| Name: | sk_X509_LOOKUP_zero | | Prototype: | static inline void sk_X509_LOOKUP_zero(struct stack_st_X509_LOOKUP *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509_vfy.h | | Lines: | 57-57 |
| | 1 | 1 |
sk_X509_NAME_ENTRY_deep_copy| Name: | sk_X509_NAME_ENTRY_deep_copy | | Prototype: | static inline struct stack_st_X509_NAME_ENTRY *sk_X509_NAME_ENTRY_deep_copy(const struct stack_st_X509_NAME_ENTRY *sk, sk_X509_NAME_ENTRY_copyfunc copyfunc, sk_X509_NAME_ENTRY_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509.h | | Lines: | 75-75 |
| | 1 | 1 |