| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
sk_OPENSSL_STRING_new_null| Name: | sk_OPENSSL_STRING_new_null | | Prototype: | static inline struct stack_st_OPENSSL_STRING *sk_OPENSSL_STRING_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/safestack.h | | Lines: | 159-159 |
| | 1 | 1 |
sk_OPENSSL_STRING_free| Name: | sk_OPENSSL_STRING_free | | Prototype: | static inline void sk_OPENSSL_STRING_free(struct stack_st_OPENSSL_STRING *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/safestack.h | | Lines: | 159-159 |
| | 1 | 1 |
sk_OPENSSL_STRING_deep_copy| Name: | sk_OPENSSL_STRING_deep_copy | | Prototype: | static inline struct stack_st_OPENSSL_STRING *sk_OPENSSL_STRING_deep_copy(const struct stack_st_OPENSSL_STRING *sk, sk_OPENSSL_STRING_copyfunc copyfunc, sk_OPENSSL_STRING_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/safestack.h | | Lines: | 159-159 |
| | 1 | 1 |
sk_OPENSSL_PSTRING_value| Name: | sk_OPENSSL_PSTRING_value | | Prototype: | static inline OPENSSL_STRING *sk_OPENSSL_PSTRING_value(const struct stack_st_OPENSSL_PSTRING *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/txt_db.h | | Lines: | 31-31 |
| | 1 | 1 |
sk_OPENSSL_PSTRING_push| Name: | sk_OPENSSL_PSTRING_push | | Prototype: | static inline int sk_OPENSSL_PSTRING_push(struct stack_st_OPENSSL_PSTRING *sk, OPENSSL_STRING *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/txt_db.h | | Lines: | 31-31 |
| | 1 | 1 |
sk_OPENSSL_PSTRING_num| Name: | sk_OPENSSL_PSTRING_num | | Prototype: | static inline int sk_OPENSSL_PSTRING_num(const struct stack_st_OPENSSL_PSTRING *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/txt_db.h | | Lines: | 31-31 |
| | 1 | 1 |
sk_OPENSSL_PSTRING_new_null| Name: | sk_OPENSSL_PSTRING_new_null | | Prototype: | static inline struct stack_st_OPENSSL_PSTRING *sk_OPENSSL_PSTRING_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/txt_db.h | | Lines: | 31-31 |
| | 1 | 1 |
sk_OPENSSL_PSTRING_free| Name: | sk_OPENSSL_PSTRING_free | | Prototype: | static inline void sk_OPENSSL_PSTRING_free(struct stack_st_OPENSSL_PSTRING *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/txt_db.h | | Lines: | 31-31 |
| | 1 | 1 |
sk_OCSP_SINGLERESP_value| Name: | sk_OCSP_SINGLERESP_value | | Prototype: | static inline OCSP_SINGLERESP *sk_OCSP_SINGLERESP_value(const struct stack_st_OCSP_SINGLERESP *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ocsp.h | | Lines: | 107-107 |
| | 1 | 1 |
sk_OCSP_SINGLERESP_push| Name: | sk_OCSP_SINGLERESP_push | | Prototype: | static inline int sk_OCSP_SINGLERESP_push(struct stack_st_OCSP_SINGLERESP *sk, OCSP_SINGLERESP *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ocsp.h | | Lines: | 107-107 |
| | 1 | 1 |
sk_OCSP_SINGLERESP_num| Name: | sk_OCSP_SINGLERESP_num | | Prototype: | static inline int sk_OCSP_SINGLERESP_num(const struct stack_st_OCSP_SINGLERESP *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ocsp.h | | Lines: | 107-107 |
| | 1 | 1 |
sk_OCSP_RESPID_value| Name: | sk_OCSP_RESPID_value | | Prototype: | static inline OCSP_RESPID *sk_OCSP_RESPID_value(const struct stack_st_OCSP_RESPID *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ocsp.h | | Lines: | 95-95 |
| | 1 | 1 |
sk_OCSP_RESPID_push| Name: | sk_OCSP_RESPID_push | | Prototype: | static inline int sk_OCSP_RESPID_push(struct stack_st_OCSP_RESPID *sk, OCSP_RESPID *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ocsp.h | | Lines: | 95-95 |
| | 1 | 1 |
sk_OCSP_RESPID_pop_free| Name: | sk_OCSP_RESPID_pop_free | | Prototype: | static inline void sk_OCSP_RESPID_pop_free(struct stack_st_OCSP_RESPID *sk, sk_OCSP_RESPID_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ocsp.h | | Lines: | 95-95 |
| | 1 | 1 |
sk_OCSP_RESPID_num| Name: | sk_OCSP_RESPID_num | | Prototype: | static inline int sk_OCSP_RESPID_num(const struct stack_st_OCSP_RESPID *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ocsp.h | | Lines: | 95-95 |
| | 1 | 1 |
sk_OCSP_RESPID_new_null| Name: | sk_OCSP_RESPID_new_null | | Prototype: | static inline struct stack_st_OCSP_RESPID *sk_OCSP_RESPID_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ocsp.h | | Lines: | 95-95 |
| | 1 | 1 |
sk_OCSP_CERTID_new_null| Name: | sk_OCSP_CERTID_new_null | | Prototype: | static inline struct stack_st_OCSP_CERTID *sk_OCSP_CERTID_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ocsp.h | | Lines: | 73-73 |
| | 1 | 1 |
sk_OCSP_CERTID_free| Name: | sk_OCSP_CERTID_free | | Prototype: | static inline void sk_OCSP_CERTID_free(struct stack_st_OCSP_CERTID *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ocsp.h | | Lines: | 73-73 |
| | 1 | 1 |
sk_NAME_FUNCS_pop_free| Name: | sk_NAME_FUNCS_pop_free | | Prototype: | static inline void sk_NAME_FUNCS_pop_free(struct stack_st_NAME_FUNCS *sk, sk_NAME_FUNCS_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_lcl.h | | Lines: | 11-11 |
| | 1 | 1 |
sk_MIME_PARAM_value| Name: | sk_MIME_PARAM_value | | Prototype: | static inline MIME_PARAM *sk_MIME_PARAM_value(const struct stack_st_MIME_PARAM *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/asn1_locl.h | | Lines: | 42-42 |
| | 1 | 1 |
sk_MIME_PARAM_push| Name: | sk_MIME_PARAM_push | | Prototype: | static inline int sk_MIME_PARAM_push(struct stack_st_MIME_PARAM *sk, MIME_PARAM *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/asn1_locl.h | | Lines: | 42-42 |
| | 1 | 1 |
sk_MIME_PARAM_pop_free| Name: | sk_MIME_PARAM_pop_free | | Prototype: | static inline void sk_MIME_PARAM_pop_free(struct stack_st_MIME_PARAM *sk, sk_MIME_PARAM_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/asn1_locl.h | | Lines: | 42-42 |
| | 1 | 1 |
sk_MIME_PARAM_new| Name: | sk_MIME_PARAM_new | | Prototype: | static inline struct stack_st_MIME_PARAM *sk_MIME_PARAM_new(sk_MIME_PARAM_compfunc compare) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/asn1_locl.h | | Lines: | 42-42 |
| | 1 | 1 |
sk_MIME_PARAM_find| Name: | sk_MIME_PARAM_find | | Prototype: | static inline int sk_MIME_PARAM_find(struct stack_st_MIME_PARAM *sk, MIME_PARAM *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/asn1_locl.h | | Lines: | 42-42 |
| | 1 | 1 |
sk_MIME_HEADER_value| Name: | sk_MIME_HEADER_value | | Prototype: | static inline MIME_HEADER *sk_MIME_HEADER_value(const struct stack_st_MIME_HEADER *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/asn1_locl.h | | Lines: | 44-44 |
| | 1 | 1 |
sk_MIME_HEADER_push| Name: | sk_MIME_HEADER_push | | Prototype: | static inline int sk_MIME_HEADER_push(struct stack_st_MIME_HEADER *sk, MIME_HEADER *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/asn1_locl.h | | Lines: | 44-44 |
| | 1 | 1 |
sk_MIME_HEADER_pop_free| Name: | sk_MIME_HEADER_pop_free | | Prototype: | static inline void sk_MIME_HEADER_pop_free(struct stack_st_MIME_HEADER *sk, sk_MIME_HEADER_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/asn1_locl.h | | Lines: | 44-44 |
| | 1 | 1 |
sk_MIME_HEADER_new| Name: | sk_MIME_HEADER_new | | Prototype: | static inline struct stack_st_MIME_HEADER *sk_MIME_HEADER_new(sk_MIME_HEADER_compfunc compare) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/asn1_locl.h | | Lines: | 44-44 |
| | 1 | 1 |
sk_MIME_HEADER_find| Name: | sk_MIME_HEADER_find | | Prototype: | static inline int sk_MIME_HEADER_find(struct stack_st_MIME_HEADER *sk, MIME_HEADER *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/asn1_locl.h | | Lines: | 44-44 |
| | 1 | 1 |
sk_IPAddressOrRange_value| Name: | sk_IPAddressOrRange_value | | Prototype: | static inline IPAddressOrRange *sk_IPAddressOrRange_value(const struct stack_st_IPAddressOrRange *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 776-776 |
| | 1 | 1 |
sk_IPAddressOrRange_num| Name: | sk_IPAddressOrRange_num | | Prototype: | static inline int sk_IPAddressOrRange_num(const struct stack_st_IPAddressOrRange *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 776-776 |
| | 1 | 1 |
sk_IPAddressFamily_value| Name: | sk_IPAddressFamily_value | | Prototype: | static inline IPAddressFamily *sk_IPAddressFamily_value(const struct stack_st_IPAddressFamily *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 795-795 |
| | 1 | 1 |
sk_IPAddressFamily_pop_free| Name: | sk_IPAddressFamily_pop_free | | Prototype: | static inline void sk_IPAddressFamily_pop_free(struct stack_st_IPAddressFamily *sk, sk_IPAddressFamily_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 795-795 |
| | 1 | 1 |
sk_IPAddressFamily_num| Name: | sk_IPAddressFamily_num | | Prototype: | static inline int sk_IPAddressFamily_num(const struct stack_st_IPAddressFamily *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 795-795 |
| | 1 | 1 |
sk_IPAddressFamily_free| Name: | sk_IPAddressFamily_free | | Prototype: | static inline void sk_IPAddressFamily_free(struct stack_st_IPAddressFamily *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 795-795 |
| | 1 | 1 |
sk_GENERAL_SUBTREE_value| Name: | sk_GENERAL_SUBTREE_value | | Prototype: | static inline GENERAL_SUBTREE *sk_GENERAL_SUBTREE_value(const struct stack_st_GENERAL_SUBTREE *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 272-272 |
| | 1 | 1 |
sk_GENERAL_SUBTREE_num| Name: | sk_GENERAL_SUBTREE_num | | Prototype: | static inline int sk_GENERAL_SUBTREE_num(const struct stack_st_GENERAL_SUBTREE *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 272-272 |
| | 1 | 1 |
sk_GENERAL_NAME_value| Name: | sk_GENERAL_NAME_value | | Prototype: | static inline GENERAL_NAME *sk_GENERAL_NAME_value(const struct stack_st_GENERAL_NAME *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 166-166 |
| | 1 | 1 |
sk_GENERAL_NAME_push| Name: | sk_GENERAL_NAME_push | | Prototype: | static inline int sk_GENERAL_NAME_push(struct stack_st_GENERAL_NAME *sk, GENERAL_NAME *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 166-166 |
| | 1 | 1 |
sk_GENERAL_NAME_num| Name: | sk_GENERAL_NAME_num | | Prototype: | static inline int sk_GENERAL_NAME_num(const struct stack_st_GENERAL_NAME *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 166-166 |
| | 1 | 1 |
sk_GENERAL_NAME_new_reserve| Name: | sk_GENERAL_NAME_new_reserve | | Prototype: | static inline struct stack_st_GENERAL_NAME *sk_GENERAL_NAME_new_reserve(sk_GENERAL_NAME_compfunc compare, int n) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 166-166 |
| | 1 | 1 |
sk_GENERAL_NAME_new_null| Name: | sk_GENERAL_NAME_new_null | | Prototype: | static inline struct stack_st_GENERAL_NAME *sk_GENERAL_NAME_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 166-166 |
| | 1 | 1 |
sk_GENERAL_NAMES_push| Name: | sk_GENERAL_NAMES_push | | Prototype: | static inline int sk_GENERAL_NAMES_push(struct stack_st_GENERAL_NAMES *sk, GENERAL_NAMES *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 168-168 |
| | 1 | 1 |
sk_GENERAL_NAMES_pop_free| Name: | sk_GENERAL_NAMES_pop_free | | Prototype: | static inline void sk_GENERAL_NAMES_pop_free(struct stack_st_GENERAL_NAMES *sk, sk_GENERAL_NAMES_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 168-168 |
| | 1 | 1 |
sk_GENERAL_NAMES_new_null| Name: | sk_GENERAL_NAMES_new_null | | Prototype: | static inline struct stack_st_GENERAL_NAMES *sk_GENERAL_NAMES_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 168-168 |
| | 1 | 1 |
sk_EX_CALLBACK_value| Name: | sk_EX_CALLBACK_value | | Prototype: | static inline EX_CALLBACK *sk_EX_CALLBACK_value(const struct stack_st_EX_CALLBACK *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/cryptlib.h | | Lines: | 47-47 |
| | 1 | 1 |
sk_EX_CALLBACK_set| Name: | sk_EX_CALLBACK_set | | Prototype: | static inline EX_CALLBACK *sk_EX_CALLBACK_set(struct stack_st_EX_CALLBACK *sk, int idx, EX_CALLBACK *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/cryptlib.h | | Lines: | 47-47 |
| | 1 | 1 |
sk_EX_CALLBACK_push| Name: | sk_EX_CALLBACK_push | | Prototype: | static inline int sk_EX_CALLBACK_push(struct stack_st_EX_CALLBACK *sk, EX_CALLBACK *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/cryptlib.h | | Lines: | 47-47 |
| | 1 | 1 |
sk_EX_CALLBACK_pop_free| Name: | sk_EX_CALLBACK_pop_free | | Prototype: | static inline void sk_EX_CALLBACK_pop_free(struct stack_st_EX_CALLBACK *sk, sk_EX_CALLBACK_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/cryptlib.h | | Lines: | 47-47 |
| | 1 | 1 |
sk_EX_CALLBACK_num| Name: | sk_EX_CALLBACK_num | | Prototype: | static inline int sk_EX_CALLBACK_num(const struct stack_st_EX_CALLBACK *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/cryptlib.h | | Lines: | 47-47 |
| | 1 | 1 |
sk_EX_CALLBACK_new_null| Name: | sk_EX_CALLBACK_new_null | | Prototype: | static inline struct stack_st_EX_CALLBACK *sk_EX_CALLBACK_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/internal/cryptlib.h | | Lines: | 47-47 |
| | 1 | 1 |
sk_EVP_PKEY_METHOD_value| Name: | sk_EVP_PKEY_METHOD_value | | Prototype: | static inline const EVP_PKEY_METHOD *sk_EVP_PKEY_METHOD_value(const struct stack_st_EVP_PKEY_METHOD *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/include/internal/evp_int.h | | Lines: | 92-92 |
| | 1 | 1 |
sk_EVP_PKEY_METHOD_sort| Name: | sk_EVP_PKEY_METHOD_sort | | Prototype: | static inline void sk_EVP_PKEY_METHOD_sort(struct stack_st_EVP_PKEY_METHOD *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/include/internal/evp_int.h | | Lines: | 92-92 |
| | 1 | 1 |
sk_EVP_PKEY_METHOD_push| Name: | sk_EVP_PKEY_METHOD_push | | Prototype: | static inline int sk_EVP_PKEY_METHOD_push(struct stack_st_EVP_PKEY_METHOD *sk, const EVP_PKEY_METHOD *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/include/internal/evp_int.h | | Lines: | 92-92 |
| | 1 | 1 |
sk_EVP_PKEY_METHOD_pop_free| Name: | sk_EVP_PKEY_METHOD_pop_free | | Prototype: | static inline void sk_EVP_PKEY_METHOD_pop_free(struct stack_st_EVP_PKEY_METHOD *sk, sk_EVP_PKEY_METHOD_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/include/internal/evp_int.h | | Lines: | 92-92 |
| | 1 | 1 |
sk_EVP_PKEY_METHOD_new| Name: | sk_EVP_PKEY_METHOD_new | | Prototype: | static inline struct stack_st_EVP_PKEY_METHOD *sk_EVP_PKEY_METHOD_new(sk_EVP_PKEY_METHOD_compfunc compare) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/include/internal/evp_int.h | | Lines: | 92-92 |
| | 1 | 1 |
sk_EVP_PKEY_METHOD_find| Name: | sk_EVP_PKEY_METHOD_find | | Prototype: | static inline int sk_EVP_PKEY_METHOD_find(struct stack_st_EVP_PKEY_METHOD *sk, const EVP_PKEY_METHOD *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/include/internal/evp_int.h | | Lines: | 92-92 |
| | 1 | 1 |
sk_EVP_PBE_CTL_pop_free| Name: | sk_EVP_PBE_CTL_pop_free | | Prototype: | static inline void sk_EVP_PBE_CTL_pop_free(struct stack_st_EVP_PBE_CTL *sk, sk_EVP_PBE_CTL_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/evp_locl.h | | Lines: | 66-66 |
| | 1 | 1 |
sk_ENGINE_push| Name: | sk_ENGINE_push | | Prototype: | static inline int sk_ENGINE_push(struct stack_st_ENGINE *sk, ENGINE *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/engine/eng_int.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_ENGINE_new_null| Name: | sk_ENGINE_new_null | | Prototype: | static inline struct stack_st_ENGINE *sk_ENGINE_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/engine/eng_int.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_ENGINE_free| Name: | sk_ENGINE_free | | Prototype: | static inline void sk_ENGINE_free(struct stack_st_ENGINE *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/engine/eng_int.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_ENGINE_delete_ptr| Name: | sk_ENGINE_delete_ptr | | Prototype: | static inline ENGINE *sk_ENGINE_delete_ptr(struct stack_st_ENGINE *sk, ENGINE *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/engine/eng_int.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_ENGINE_CLEANUP_ITEM_push| Name: | sk_ENGINE_CLEANUP_ITEM_push | | Prototype: | static inline int sk_ENGINE_CLEANUP_ITEM_push(struct stack_st_ENGINE_CLEANUP_ITEM *sk, ENGINE_CLEANUP_ITEM *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/engine/eng_int.h | | Lines: | 54-54 |
| | 1 | 1 |
sk_ENGINE_CLEANUP_ITEM_pop_free| Name: | sk_ENGINE_CLEANUP_ITEM_pop_free | | Prototype: | static inline void sk_ENGINE_CLEANUP_ITEM_pop_free(struct stack_st_ENGINE_CLEANUP_ITEM *sk, sk_ENGINE_CLEANUP_ITEM_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/engine/eng_int.h | | Lines: | 54-54 |
| | 1 | 1 |
sk_ENGINE_CLEANUP_ITEM_new_null| Name: | sk_ENGINE_CLEANUP_ITEM_new_null | | Prototype: | static inline struct stack_st_ENGINE_CLEANUP_ITEM *sk_ENGINE_CLEANUP_ITEM_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/engine/eng_int.h | | Lines: | 54-54 |
| | 1 | 1 |
sk_ENGINE_CLEANUP_ITEM_insert| Name: | sk_ENGINE_CLEANUP_ITEM_insert | | Prototype: | static inline int sk_ENGINE_CLEANUP_ITEM_insert(struct stack_st_ENGINE_CLEANUP_ITEM *sk, ENGINE_CLEANUP_ITEM *ptr, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/engine/eng_int.h | | Lines: | 54-54 |
| | 1 | 1 |
sk_DIST_POINT_value| Name: | sk_DIST_POINT_value | | Prototype: | static inline DIST_POINT *sk_DIST_POINT_value(const struct stack_st_DIST_POINT *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 205-205 |
| | 1 | 1 |
sk_DIST_POINT_num| Name: | sk_DIST_POINT_num | | Prototype: | static inline int sk_DIST_POINT_num(const struct stack_st_DIST_POINT *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 205-205 |
| | 1 | 1 |
sk_CTLOG_value| Name: | sk_CTLOG_value | | Prototype: | static inline CTLOG *sk_CTLOG_value(const struct stack_st_CTLOG *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ct.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_CTLOG_push| Name: | sk_CTLOG_push | | Prototype: | static inline int sk_CTLOG_push(struct stack_st_CTLOG *sk, CTLOG *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ct.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_CTLOG_pop_free| Name: | sk_CTLOG_pop_free | | Prototype: | static inline void sk_CTLOG_pop_free(struct stack_st_CTLOG *sk, sk_CTLOG_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ct.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_CTLOG_num| Name: | sk_CTLOG_num | | Prototype: | static inline int sk_CTLOG_num(const struct stack_st_CTLOG *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ct.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_CTLOG_new_null| Name: | sk_CTLOG_new_null | | Prototype: | static inline struct stack_st_CTLOG *sk_CTLOG_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ct.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_CONF_VALUE_value| Name: | sk_CONF_VALUE_value | | Prototype: | static inline CONF_VALUE *sk_CONF_VALUE_value(const struct stack_st_CONF_VALUE *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 30-30 |
| | 1 | 1 |
sk_CONF_VALUE_push| Name: | sk_CONF_VALUE_push | | Prototype: | static inline int sk_CONF_VALUE_push(struct stack_st_CONF_VALUE *sk, CONF_VALUE *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 30-30 |
| | 1 | 1 |
sk_CONF_VALUE_pop_free| Name: | sk_CONF_VALUE_pop_free | | Prototype: | static inline void sk_CONF_VALUE_pop_free(struct stack_st_CONF_VALUE *sk, sk_CONF_VALUE_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 30-30 |
| | 1 | 1 |
sk_CONF_VALUE_num| Name: | sk_CONF_VALUE_num | | Prototype: | static inline int sk_CONF_VALUE_num(const struct stack_st_CONF_VALUE *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 30-30 |
| | 1 | 1 |
sk_CONF_VALUE_new_null| Name: | sk_CONF_VALUE_new_null | | Prototype: | static inline struct stack_st_CONF_VALUE *sk_CONF_VALUE_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 30-30 |
| | 1 | 1 |
sk_CONF_VALUE_free| Name: | sk_CONF_VALUE_free | | Prototype: | static inline void sk_CONF_VALUE_free(struct stack_st_CONF_VALUE *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 30-30 |
| | 1 | 1 |
sk_CONF_VALUE_delete_ptr| Name: | sk_CONF_VALUE_delete_ptr | | Prototype: | static inline CONF_VALUE *sk_CONF_VALUE_delete_ptr(struct stack_st_CONF_VALUE *sk, CONF_VALUE *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 30-30 |
| | 1 | 1 |
sk_CONF_MODULE_value| Name: | sk_CONF_MODULE_value | | Prototype: | static inline CONF_MODULE *sk_CONF_MODULE_value(const struct stack_st_CONF_MODULE *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 55-55 |
| | 1 | 1 |
sk_CONF_MODULE_push| Name: | sk_CONF_MODULE_push | | Prototype: | static inline int sk_CONF_MODULE_push(struct stack_st_CONF_MODULE *sk, CONF_MODULE *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 55-55 |
| | 1 | 1 |
sk_CONF_MODULE_num| Name: | sk_CONF_MODULE_num | | Prototype: | static inline int sk_CONF_MODULE_num(const struct stack_st_CONF_MODULE *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 55-55 |
| | 1 | 1 |
sk_CONF_MODULE_new_null| Name: | sk_CONF_MODULE_new_null | | Prototype: | static inline struct stack_st_CONF_MODULE *sk_CONF_MODULE_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 55-55 |
| | 1 | 1 |
sk_CONF_MODULE_free| Name: | sk_CONF_MODULE_free | | Prototype: | static inline void sk_CONF_MODULE_free(struct stack_st_CONF_MODULE *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 55-55 |
| | 1 | 1 |
sk_CONF_MODULE_delete| Name: | sk_CONF_MODULE_delete | | Prototype: | static inline CONF_MODULE *sk_CONF_MODULE_delete(struct stack_st_CONF_MODULE *sk, int i) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 55-55 |
| | 1 | 1 |
sk_CONF_IMODULE_push| Name: | sk_CONF_IMODULE_push | | Prototype: | static inline int sk_CONF_IMODULE_push(struct stack_st_CONF_IMODULE *sk, CONF_IMODULE *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 56-56 |
| | 1 | 1 |
sk_CONF_IMODULE_pop| Name: | sk_CONF_IMODULE_pop | | Prototype: | static inline CONF_IMODULE *sk_CONF_IMODULE_pop(struct stack_st_CONF_IMODULE *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 56-56 |
| | 1 | 1 |
sk_CONF_IMODULE_num| Name: | sk_CONF_IMODULE_num | | Prototype: | static inline int sk_CONF_IMODULE_num(const struct stack_st_CONF_IMODULE *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 56-56 |
| | 1 | 1 |
sk_CONF_IMODULE_new_null| Name: | sk_CONF_IMODULE_new_null | | Prototype: | static inline struct stack_st_CONF_IMODULE *sk_CONF_IMODULE_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 56-56 |
| | 1 | 1 |
sk_CONF_IMODULE_free| Name: | sk_CONF_IMODULE_free | | Prototype: | static inline void sk_CONF_IMODULE_free(struct stack_st_CONF_IMODULE *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/conf.h | | Lines: | 56-56 |
| | 1 | 1 |
sk_CMS_SignerInfo_value| Name: | sk_CMS_SignerInfo_value | | Prototype: | static inline CMS_SignerInfo *sk_CMS_SignerInfo_value(const struct stack_st_CMS_SignerInfo *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 33-33 |
| | 1 | 1 |
sk_CMS_SignerInfo_push| Name: | sk_CMS_SignerInfo_push | | Prototype: | static inline int sk_CMS_SignerInfo_push(struct stack_st_CMS_SignerInfo *sk, CMS_SignerInfo *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 33-33 |
| | 1 | 1 |
sk_CMS_SignerInfo_num| Name: | sk_CMS_SignerInfo_num | | Prototype: | static inline int sk_CMS_SignerInfo_num(const struct stack_st_CMS_SignerInfo *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 33-33 |
| | 1 | 1 |
sk_CMS_RevocationInfoChoice_num| Name: | sk_CMS_RevocationInfoChoice_num | | Prototype: | static inline int sk_CMS_RevocationInfoChoice_num(const struct stack_st_CMS_RevocationInfoChoice *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 36-36 |
| | 1 | 1 |
sk_CMS_RecipientInfo_value| Name: | sk_CMS_RecipientInfo_value | | Prototype: | static inline CMS_RecipientInfo *sk_CMS_RecipientInfo_value(const struct stack_st_CMS_RecipientInfo *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 35-35 |
| | 1 | 1 |
sk_CMS_RecipientInfo_push| Name: | sk_CMS_RecipientInfo_push | | Prototype: | static inline int sk_CMS_RecipientInfo_push(struct stack_st_CMS_RecipientInfo *sk, CMS_RecipientInfo *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 35-35 |
| | 1 | 1 |
sk_CMS_RecipientInfo_num| Name: | sk_CMS_RecipientInfo_num | | Prototype: | static inline int sk_CMS_RecipientInfo_num(const struct stack_st_CMS_RecipientInfo *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 35-35 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_value| Name: | sk_CMS_RecipientEncryptedKey_value | | Prototype: | static inline CMS_RecipientEncryptedKey *sk_CMS_RecipientEncryptedKey_value(const struct stack_st_CMS_RecipientEncryptedKey *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |
sk_CMS_RecipientEncryptedKey_push| Name: | sk_CMS_RecipientEncryptedKey_push | | Prototype: | static inline int sk_CMS_RecipientEncryptedKey_push(struct stack_st_CMS_RecipientEncryptedKey *sk, CMS_RecipientEncryptedKey *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/cms.h | | Lines: | 34-34 |
| | 1 | 1 |