| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
sk_BIO_new_null| Name: | sk_BIO_new_null | | Prototype: | static inline struct stack_st_BIO *sk_BIO_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/bio.h | | Lines: | 261-261 |
| | 1 | 1 |
sk_BIO_new| Name: | sk_BIO_new | | Prototype: | static inline struct stack_st_BIO *sk_BIO_new(sk_BIO_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/bio.h | | Lines: | 261-261 |
| | 1 | 1 |
sk_BIO_is_sorted| Name: | sk_BIO_is_sorted | | Prototype: | static inline int sk_BIO_is_sorted(const struct stack_st_BIO *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/bio.h | | Lines: | 261-261 |
| | 1 | 1 |
sk_BIO_insert| Name: | sk_BIO_insert | | Prototype: | static inline int sk_BIO_insert(struct stack_st_BIO *sk, BIO *ptr, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/bio.h | | Lines: | 261-261 |
| | 1 | 1 |
sk_BIO_free| Name: | sk_BIO_free | | Prototype: | static inline void sk_BIO_free(struct stack_st_BIO *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/bio.h | | Lines: | 261-261 |
| | 1 | 1 |
sk_BIO_find_ex| Name: | sk_BIO_find_ex | | Prototype: | static inline int sk_BIO_find_ex(struct stack_st_BIO *sk, BIO *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/bio.h | | Lines: | 261-261 |
| | 1 | 1 |
sk_BIO_find| Name: | sk_BIO_find | | Prototype: | static inline int sk_BIO_find(struct stack_st_BIO *sk, BIO *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/bio.h | | Lines: | 261-261 |
| | 1 | 1 |
sk_BIO_dup| Name: | sk_BIO_dup | | Prototype: | static inline struct stack_st_BIO * sk_BIO_dup(const struct stack_st_BIO *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/bio.h | | Lines: | 261-261 |
| | 1 | 1 |
sk_BIO_delete_ptr| Name: | sk_BIO_delete_ptr | | Prototype: | static inline BIO *sk_BIO_delete_ptr(struct stack_st_BIO *sk, BIO *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/bio.h | | Lines: | 261-261 |
| | 1 | 1 |
sk_BIO_delete| Name: | sk_BIO_delete | | Prototype: | static inline BIO *sk_BIO_delete(struct stack_st_BIO *sk, int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/bio.h | | Lines: | 261-261 |
| | 1 | 1 |
sk_BIO_deep_copy| Name: | sk_BIO_deep_copy | | Prototype: | static inline struct stack_st_BIO *sk_BIO_deep_copy(const struct stack_st_BIO *sk, sk_BIO_copyfunc copyfunc, sk_BIO_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/bio.h | | Lines: | 261-261 |
| | 1 | 1 |
sk_ASYNC_JOB_zero| Name: | sk_ASYNC_JOB_zero | | Prototype: | static inline void sk_ASYNC_JOB_zero(struct stack_st_ASYNC_JOB *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_value| Name: | sk_ASYNC_JOB_value | | Prototype: | static inline ASYNC_JOB *sk_ASYNC_JOB_value(const struct stack_st_ASYNC_JOB *sk, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_unshift| Name: | sk_ASYNC_JOB_unshift | | Prototype: | static inline int sk_ASYNC_JOB_unshift(struct stack_st_ASYNC_JOB *sk, ASYNC_JOB *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_sort| Name: | sk_ASYNC_JOB_sort | | Prototype: | static inline void sk_ASYNC_JOB_sort(struct stack_st_ASYNC_JOB *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_shift| Name: | sk_ASYNC_JOB_shift | | Prototype: | static inline ASYNC_JOB *sk_ASYNC_JOB_shift(struct stack_st_ASYNC_JOB *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_set_cmp_func| Name: | sk_ASYNC_JOB_set_cmp_func | | Prototype: | static inline sk_ASYNC_JOB_compfunc sk_ASYNC_JOB_set_cmp_func(struct stack_st_ASYNC_JOB *sk, sk_ASYNC_JOB_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_set| Name: | sk_ASYNC_JOB_set | | Prototype: | static inline ASYNC_JOB *sk_ASYNC_JOB_set(struct stack_st_ASYNC_JOB *sk, int idx, ASYNC_JOB *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_reserve| Name: | sk_ASYNC_JOB_reserve | | Prototype: | static inline int sk_ASYNC_JOB_reserve(struct stack_st_ASYNC_JOB *sk, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_push| Name: | sk_ASYNC_JOB_push | | Prototype: | static inline int sk_ASYNC_JOB_push(struct stack_st_ASYNC_JOB *sk, ASYNC_JOB *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_pop_free| Name: | sk_ASYNC_JOB_pop_free | | Prototype: | static inline void sk_ASYNC_JOB_pop_free(struct stack_st_ASYNC_JOB *sk, sk_ASYNC_JOB_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_pop| Name: | sk_ASYNC_JOB_pop | | Prototype: | static inline ASYNC_JOB *sk_ASYNC_JOB_pop(struct stack_st_ASYNC_JOB *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_num| Name: | sk_ASYNC_JOB_num | | Prototype: | static inline int sk_ASYNC_JOB_num(const struct stack_st_ASYNC_JOB *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_new_reserve| Name: | sk_ASYNC_JOB_new_reserve | | Prototype: | static inline struct stack_st_ASYNC_JOB *sk_ASYNC_JOB_new_reserve(sk_ASYNC_JOB_compfunc compare, int n) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_new_null| Name: | sk_ASYNC_JOB_new_null | | Prototype: | static inline struct stack_st_ASYNC_JOB *sk_ASYNC_JOB_new_null(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_new| Name: | sk_ASYNC_JOB_new | | Prototype: | static inline struct stack_st_ASYNC_JOB *sk_ASYNC_JOB_new(sk_ASYNC_JOB_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_is_sorted| Name: | sk_ASYNC_JOB_is_sorted | | Prototype: | static inline int sk_ASYNC_JOB_is_sorted(const struct stack_st_ASYNC_JOB *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_insert| Name: | sk_ASYNC_JOB_insert | | Prototype: | static inline int sk_ASYNC_JOB_insert(struct stack_st_ASYNC_JOB *sk, ASYNC_JOB *ptr, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_free| Name: | sk_ASYNC_JOB_free | | Prototype: | static inline void sk_ASYNC_JOB_free(struct stack_st_ASYNC_JOB *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_find_ex| Name: | sk_ASYNC_JOB_find_ex | | Prototype: | static inline int sk_ASYNC_JOB_find_ex(struct stack_st_ASYNC_JOB *sk, ASYNC_JOB *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_find| Name: | sk_ASYNC_JOB_find | | Prototype: | static inline int sk_ASYNC_JOB_find(struct stack_st_ASYNC_JOB *sk, ASYNC_JOB *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_dup| Name: | sk_ASYNC_JOB_dup | | Prototype: | static inline struct stack_st_ASYNC_JOB * sk_ASYNC_JOB_dup(const struct stack_st_ASYNC_JOB *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_delete_ptr| Name: | sk_ASYNC_JOB_delete_ptr | | Prototype: | static inline ASYNC_JOB *sk_ASYNC_JOB_delete_ptr(struct stack_st_ASYNC_JOB *sk, ASYNC_JOB *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_delete| Name: | sk_ASYNC_JOB_delete | | Prototype: | static inline ASYNC_JOB *sk_ASYNC_JOB_delete(struct stack_st_ASYNC_JOB *sk, int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASYNC_JOB_deep_copy| Name: | sk_ASYNC_JOB_deep_copy | | Prototype: | static inline struct stack_st_ASYNC_JOB *sk_ASYNC_JOB_deep_copy(const struct stack_st_ASYNC_JOB *sk, sk_ASYNC_JOB_copyfunc copyfunc, sk_ASYNC_JOB_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/async/async_locl.h | | Lines: | 64-64 |
| | 1 | 1 |
sk_ASN1_VALUE_zero| Name: | sk_ASN1_VALUE_zero | | Prototype: | static inline void sk_ASN1_VALUE_zero(struct stack_st_ASN1_VALUE *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_value| Name: | sk_ASN1_VALUE_value | | Prototype: | static inline ASN1_VALUE *sk_ASN1_VALUE_value(const struct stack_st_ASN1_VALUE *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_unshift| Name: | sk_ASN1_VALUE_unshift | | Prototype: | static inline int sk_ASN1_VALUE_unshift(struct stack_st_ASN1_VALUE *sk, ASN1_VALUE *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_sort| Name: | sk_ASN1_VALUE_sort | | Prototype: | static inline void sk_ASN1_VALUE_sort(struct stack_st_ASN1_VALUE *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_shift| Name: | sk_ASN1_VALUE_shift | | Prototype: | static inline ASN1_VALUE *sk_ASN1_VALUE_shift(struct stack_st_ASN1_VALUE *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_set_cmp_func| Name: | sk_ASN1_VALUE_set_cmp_func | | Prototype: | static inline sk_ASN1_VALUE_compfunc sk_ASN1_VALUE_set_cmp_func(struct stack_st_ASN1_VALUE *sk, sk_ASN1_VALUE_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_set| Name: | sk_ASN1_VALUE_set | | Prototype: | static inline ASN1_VALUE *sk_ASN1_VALUE_set(struct stack_st_ASN1_VALUE *sk, int idx, ASN1_VALUE *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_reserve| Name: | sk_ASN1_VALUE_reserve | | Prototype: | static inline int sk_ASN1_VALUE_reserve(struct stack_st_ASN1_VALUE *sk, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_push| Name: | sk_ASN1_VALUE_push | | Prototype: | static inline int sk_ASN1_VALUE_push(struct stack_st_ASN1_VALUE *sk, ASN1_VALUE *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_pop_free| Name: | sk_ASN1_VALUE_pop_free | | Prototype: | static inline void sk_ASN1_VALUE_pop_free(struct stack_st_ASN1_VALUE *sk, sk_ASN1_VALUE_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_pop| Name: | sk_ASN1_VALUE_pop | | Prototype: | static inline ASN1_VALUE *sk_ASN1_VALUE_pop(struct stack_st_ASN1_VALUE *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_num| Name: | sk_ASN1_VALUE_num | | Prototype: | static inline int sk_ASN1_VALUE_num(const struct stack_st_ASN1_VALUE *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_new_reserve| Name: | sk_ASN1_VALUE_new_reserve | | Prototype: | static inline struct stack_st_ASN1_VALUE *sk_ASN1_VALUE_new_reserve(sk_ASN1_VALUE_compfunc compare, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_new_null| Name: | sk_ASN1_VALUE_new_null | | Prototype: | static inline struct stack_st_ASN1_VALUE *sk_ASN1_VALUE_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_new| Name: | sk_ASN1_VALUE_new | | Prototype: | static inline struct stack_st_ASN1_VALUE *sk_ASN1_VALUE_new(sk_ASN1_VALUE_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_is_sorted| Name: | sk_ASN1_VALUE_is_sorted | | Prototype: | static inline int sk_ASN1_VALUE_is_sorted(const struct stack_st_ASN1_VALUE *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_insert| Name: | sk_ASN1_VALUE_insert | | Prototype: | static inline int sk_ASN1_VALUE_insert(struct stack_st_ASN1_VALUE *sk, ASN1_VALUE *ptr, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_free| Name: | sk_ASN1_VALUE_free | | Prototype: | static inline void sk_ASN1_VALUE_free(struct stack_st_ASN1_VALUE *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_find_ex| Name: | sk_ASN1_VALUE_find_ex | | Prototype: | static inline int sk_ASN1_VALUE_find_ex(struct stack_st_ASN1_VALUE *sk, ASN1_VALUE *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_find| Name: | sk_ASN1_VALUE_find | | Prototype: | static inline int sk_ASN1_VALUE_find(struct stack_st_ASN1_VALUE *sk, ASN1_VALUE *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_dup| Name: | sk_ASN1_VALUE_dup | | Prototype: | static inline struct stack_st_ASN1_VALUE * sk_ASN1_VALUE_dup(const struct stack_st_ASN1_VALUE *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_delete_ptr| Name: | sk_ASN1_VALUE_delete_ptr | | Prototype: | static inline ASN1_VALUE *sk_ASN1_VALUE_delete_ptr(struct stack_st_ASN1_VALUE *sk, ASN1_VALUE *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_delete| Name: | sk_ASN1_VALUE_delete | | Prototype: | static inline ASN1_VALUE *sk_ASN1_VALUE_delete(struct stack_st_ASN1_VALUE *sk, int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_VALUE_deep_copy| Name: | sk_ASN1_VALUE_deep_copy | | Prototype: | static inline struct stack_st_ASN1_VALUE *sk_ASN1_VALUE_deep_copy(const struct stack_st_ASN1_VALUE *sk, sk_ASN1_VALUE_copyfunc copyfunc, sk_ASN1_VALUE_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1t.h | | Lines: | 928-928 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_zero| Name: | sk_ASN1_UTF8STRING_zero | | Prototype: | static inline void sk_ASN1_UTF8STRING_zero(struct stack_st_ASN1_UTF8STRING *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_value| Name: | sk_ASN1_UTF8STRING_value | | Prototype: | static inline ASN1_UTF8STRING *sk_ASN1_UTF8STRING_value(const struct stack_st_ASN1_UTF8STRING *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_unshift| Name: | sk_ASN1_UTF8STRING_unshift | | Prototype: | static inline int sk_ASN1_UTF8STRING_unshift(struct stack_st_ASN1_UTF8STRING *sk, ASN1_UTF8STRING *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_sort| Name: | sk_ASN1_UTF8STRING_sort | | Prototype: | static inline void sk_ASN1_UTF8STRING_sort(struct stack_st_ASN1_UTF8STRING *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_shift| Name: | sk_ASN1_UTF8STRING_shift | | Prototype: | static inline ASN1_UTF8STRING *sk_ASN1_UTF8STRING_shift(struct stack_st_ASN1_UTF8STRING *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_set_cmp_func| Name: | sk_ASN1_UTF8STRING_set_cmp_func | | Prototype: | static inline sk_ASN1_UTF8STRING_compfunc sk_ASN1_UTF8STRING_set_cmp_func(struct stack_st_ASN1_UTF8STRING *sk, sk_ASN1_UTF8STRING_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_set| Name: | sk_ASN1_UTF8STRING_set | | Prototype: | static inline ASN1_UTF8STRING *sk_ASN1_UTF8STRING_set(struct stack_st_ASN1_UTF8STRING *sk, int idx, ASN1_UTF8STRING *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_reserve| Name: | sk_ASN1_UTF8STRING_reserve | | Prototype: | static inline int sk_ASN1_UTF8STRING_reserve(struct stack_st_ASN1_UTF8STRING *sk, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_push| Name: | sk_ASN1_UTF8STRING_push | | Prototype: | static inline int sk_ASN1_UTF8STRING_push(struct stack_st_ASN1_UTF8STRING *sk, ASN1_UTF8STRING *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_pop_free| Name: | sk_ASN1_UTF8STRING_pop_free | | Prototype: | static inline void sk_ASN1_UTF8STRING_pop_free(struct stack_st_ASN1_UTF8STRING *sk, sk_ASN1_UTF8STRING_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_pop| Name: | sk_ASN1_UTF8STRING_pop | | Prototype: | static inline ASN1_UTF8STRING *sk_ASN1_UTF8STRING_pop(struct stack_st_ASN1_UTF8STRING *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_num| Name: | sk_ASN1_UTF8STRING_num | | Prototype: | static inline int sk_ASN1_UTF8STRING_num(const struct stack_st_ASN1_UTF8STRING *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_new_reserve| Name: | sk_ASN1_UTF8STRING_new_reserve | | Prototype: | static inline struct stack_st_ASN1_UTF8STRING *sk_ASN1_UTF8STRING_new_reserve(sk_ASN1_UTF8STRING_compfunc compare, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_new_null| Name: | sk_ASN1_UTF8STRING_new_null | | Prototype: | static inline struct stack_st_ASN1_UTF8STRING *sk_ASN1_UTF8STRING_new_null(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_new| Name: | sk_ASN1_UTF8STRING_new | | Prototype: | static inline struct stack_st_ASN1_UTF8STRING *sk_ASN1_UTF8STRING_new(sk_ASN1_UTF8STRING_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_is_sorted| Name: | sk_ASN1_UTF8STRING_is_sorted | | Prototype: | static inline int sk_ASN1_UTF8STRING_is_sorted(const struct stack_st_ASN1_UTF8STRING *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_insert| Name: | sk_ASN1_UTF8STRING_insert | | Prototype: | static inline int sk_ASN1_UTF8STRING_insert(struct stack_st_ASN1_UTF8STRING *sk, ASN1_UTF8STRING *ptr, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_free| Name: | sk_ASN1_UTF8STRING_free | | Prototype: | static inline void sk_ASN1_UTF8STRING_free(struct stack_st_ASN1_UTF8STRING *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_find_ex| Name: | sk_ASN1_UTF8STRING_find_ex | | Prototype: | static inline int sk_ASN1_UTF8STRING_find_ex(struct stack_st_ASN1_UTF8STRING *sk, ASN1_UTF8STRING *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_find| Name: | sk_ASN1_UTF8STRING_find | | Prototype: | static inline int sk_ASN1_UTF8STRING_find(struct stack_st_ASN1_UTF8STRING *sk, ASN1_UTF8STRING *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_dup| Name: | sk_ASN1_UTF8STRING_dup | | Prototype: | static inline struct stack_st_ASN1_UTF8STRING * sk_ASN1_UTF8STRING_dup(const struct stack_st_ASN1_UTF8STRING *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_delete_ptr| Name: | sk_ASN1_UTF8STRING_delete_ptr | | Prototype: | static inline ASN1_UTF8STRING *sk_ASN1_UTF8STRING_delete_ptr(struct stack_st_ASN1_UTF8STRING *sk, ASN1_UTF8STRING *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_delete| Name: | sk_ASN1_UTF8STRING_delete | | Prototype: | static inline ASN1_UTF8STRING *sk_ASN1_UTF8STRING_delete(struct stack_st_ASN1_UTF8STRING *sk, int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_UTF8STRING_deep_copy| Name: | sk_ASN1_UTF8STRING_deep_copy | | Prototype: | static inline struct stack_st_ASN1_UTF8STRING *sk_ASN1_UTF8STRING_deep_copy(const struct stack_st_ASN1_UTF8STRING *sk, sk_ASN1_UTF8STRING_copyfunc copyfunc, sk_ASN1_UTF8STRING_freefunc freefunc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 442-442 |
| | 1 | 1 |
sk_ASN1_TYPE_zero| Name: | sk_ASN1_TYPE_zero | | Prototype: | static inline void sk_ASN1_TYPE_zero(struct stack_st_ASN1_TYPE *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 475-475 |
| | 1 | 1 |
sk_ASN1_TYPE_value| Name: | sk_ASN1_TYPE_value | | Prototype: | static inline ASN1_TYPE *sk_ASN1_TYPE_value(const struct stack_st_ASN1_TYPE *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 475-475 |
| | 1 | 1 |
sk_ASN1_TYPE_unshift| Name: | sk_ASN1_TYPE_unshift | | Prototype: | static inline int sk_ASN1_TYPE_unshift(struct stack_st_ASN1_TYPE *sk, ASN1_TYPE *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 475-475 |
| | 1 | 1 |
sk_ASN1_TYPE_sort| Name: | sk_ASN1_TYPE_sort | | Prototype: | static inline void sk_ASN1_TYPE_sort(struct stack_st_ASN1_TYPE *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 475-475 |
| | 1 | 1 |
sk_ASN1_TYPE_shift| Name: | sk_ASN1_TYPE_shift | | Prototype: | static inline ASN1_TYPE *sk_ASN1_TYPE_shift(struct stack_st_ASN1_TYPE *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 475-475 |
| | 1 | 1 |
sk_ASN1_TYPE_set_cmp_func| Name: | sk_ASN1_TYPE_set_cmp_func | | Prototype: | static inline sk_ASN1_TYPE_compfunc sk_ASN1_TYPE_set_cmp_func(struct stack_st_ASN1_TYPE *sk, sk_ASN1_TYPE_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 475-475 |
| | 1 | 1 |
sk_ASN1_TYPE_set| Name: | sk_ASN1_TYPE_set | | Prototype: | static inline ASN1_TYPE *sk_ASN1_TYPE_set(struct stack_st_ASN1_TYPE *sk, int idx, ASN1_TYPE *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 475-475 |
| | 1 | 1 |
sk_ASN1_TYPE_reserve| Name: | sk_ASN1_TYPE_reserve | | Prototype: | static inline int sk_ASN1_TYPE_reserve(struct stack_st_ASN1_TYPE *sk, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 475-475 |
| | 1 | 1 |
sk_ASN1_TYPE_push| Name: | sk_ASN1_TYPE_push | | Prototype: | static inline int sk_ASN1_TYPE_push(struct stack_st_ASN1_TYPE *sk, ASN1_TYPE *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 475-475 |
| | 1 | 1 |
sk_ASN1_TYPE_pop_free| Name: | sk_ASN1_TYPE_pop_free | | Prototype: | static inline void sk_ASN1_TYPE_pop_free(struct stack_st_ASN1_TYPE *sk, sk_ASN1_TYPE_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 475-475 |
| | 1 | 1 |
sk_ASN1_TYPE_pop| Name: | sk_ASN1_TYPE_pop | | Prototype: | static inline ASN1_TYPE *sk_ASN1_TYPE_pop(struct stack_st_ASN1_TYPE *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 475-475 |
| | 1 | 1 |
sk_ASN1_TYPE_num| Name: | sk_ASN1_TYPE_num | | Prototype: | static inline int sk_ASN1_TYPE_num(const struct stack_st_ASN1_TYPE *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 475-475 |
| | 1 | 1 |
sk_ASN1_TYPE_new_reserve| Name: | sk_ASN1_TYPE_new_reserve | | Prototype: | static inline struct stack_st_ASN1_TYPE *sk_ASN1_TYPE_new_reserve(sk_ASN1_TYPE_compfunc compare, int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 475-475 |
| | 1 | 1 |
sk_ASN1_TYPE_new_null| Name: | sk_ASN1_TYPE_new_null | | Prototype: | static inline struct stack_st_ASN1_TYPE *sk_ASN1_TYPE_new_null(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 475-475 |
| | 1 | 1 |
sk_ASN1_TYPE_new| Name: | sk_ASN1_TYPE_new | | Prototype: | static inline struct stack_st_ASN1_TYPE *sk_ASN1_TYPE_new(sk_ASN1_TYPE_compfunc compare) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 475-475 |
| | 1 | 1 |
sk_ASN1_TYPE_is_sorted| Name: | sk_ASN1_TYPE_is_sorted | | Prototype: | static inline int sk_ASN1_TYPE_is_sorted(const struct stack_st_ASN1_TYPE *sk) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 475-475 |
| | 1 | 1 |
sk_ASN1_TYPE_insert| Name: | sk_ASN1_TYPE_insert | | Prototype: | static inline int sk_ASN1_TYPE_insert(struct stack_st_ASN1_TYPE *sk, ASN1_TYPE *ptr, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 475-475 |
| | 1 | 1 |