| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_push| Name: | sk_X509_ATTRIBUTE_push | | Prototype: | static inline int sk_X509_ATTRIBUTE_push(struct stack_st_X509_ATTRIBUTE *sk, X509_ATTRIBUTE *ptr) | | 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_pop_free| Name: | sk_X509_ATTRIBUTE_pop_free | | Prototype: | static inline void sk_X509_ATTRIBUTE_pop_free(struct stack_st_X509_ATTRIBUTE *sk, sk_X509_ATTRIBUTE_freefunc freefunc) | | 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_num| Name: | sk_X509_ATTRIBUTE_num | | Prototype: | static inline int sk_X509_ATTRIBUTE_num(const struct stack_st_X509_ATTRIBUTE *sk) | | 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_new_null| Name: | sk_X509_ATTRIBUTE_new_null | | Prototype: | static inline struct stack_st_X509_ATTRIBUTE *sk_X509_ATTRIBUTE_new_null(void) | | 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_ALGOR_value| Name: | sk_X509_ALGOR_value | | Prototype: | static inline X509_ALGOR *sk_X509_ALGOR_value(const struct stack_st_X509_ALGOR *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 119-119 |
| | 1 | 1 |
sk_X509_ALGOR_push| Name: | sk_X509_ALGOR_push | | Prototype: | static inline int sk_X509_ALGOR_push(struct stack_st_X509_ALGOR *sk, X509_ALGOR *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 119-119 |
| | 1 | 1 |
sk_X509_ALGOR_pop_free| Name: | sk_X509_ALGOR_pop_free | | Prototype: | static inline void sk_X509_ALGOR_pop_free(struct stack_st_X509_ALGOR *sk, sk_X509_ALGOR_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 119-119 |
| | 1 | 1 |
sk_X509_ALGOR_num| Name: | sk_X509_ALGOR_num | | Prototype: | static inline int sk_X509_ALGOR_num(const struct stack_st_X509_ALGOR *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 119-119 |
| | 1 | 1 |
sk_X509_ALGOR_new_null| Name: | sk_X509_ALGOR_new_null | | Prototype: | static inline struct stack_st_X509_ALGOR *sk_X509_ALGOR_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/asn1.h | | Lines: | 119-119 |
| | 1 | 1 |
sk_UI_STRING_value| Name: | sk_UI_STRING_value | | Prototype: | static inline UI_STRING *sk_UI_STRING_value(const struct stack_st_UI_STRING *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ui.h | | Lines: | 280-280 |
| | 1 | 1 |
sk_UI_STRING_push| Name: | sk_UI_STRING_push | | Prototype: | static inline int sk_UI_STRING_push(struct stack_st_UI_STRING *sk, UI_STRING *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ui.h | | Lines: | 280-280 |
| | 1 | 1 |
sk_UI_STRING_pop_free| Name: | sk_UI_STRING_pop_free | | Prototype: | static inline void sk_UI_STRING_pop_free(struct stack_st_UI_STRING *sk, sk_UI_STRING_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ui.h | | Lines: | 280-280 |
| | 1 | 1 |
sk_UI_STRING_num| Name: | sk_UI_STRING_num | | Prototype: | static inline int sk_UI_STRING_num(const struct stack_st_UI_STRING *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ui.h | | Lines: | 280-280 |
| | 1 | 1 |
sk_UI_STRING_new_null| Name: | sk_UI_STRING_new_null | | Prototype: | static inline struct stack_st_UI_STRING *sk_UI_STRING_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ui.h | | Lines: | 280-280 |
| | 1 | 1 |
sk_SXNETID_num| Name: | sk_SXNETID_num | | Prototype: | static inline int sk_SXNETID_num(const struct stack_st_SXNETID *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 220-220 |
| | 1 | 1 |
sk_STACK_OF_X509_NAME_ENTRY_value| Name: | sk_STACK_OF_X509_NAME_ENTRY_value | | Prototype: | static inline STACK_OF_X509_NAME_ENTRY *sk_STACK_OF_X509_NAME_ENTRY_value(const struct stack_st_STACK_OF_X509_NAME_ENTRY *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 144-144 |
| | 1 | 1 |
sk_STACK_OF_X509_NAME_ENTRY_push| Name: | sk_STACK_OF_X509_NAME_ENTRY_push | | Prototype: | static inline int sk_STACK_OF_X509_NAME_ENTRY_push(struct stack_st_STACK_OF_X509_NAME_ENTRY *sk, STACK_OF_X509_NAME_ENTRY *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 144-144 |
| | 1 | 1 |
sk_STACK_OF_X509_NAME_ENTRY_pop_free| Name: | sk_STACK_OF_X509_NAME_ENTRY_pop_free | | Prototype: | static inline void sk_STACK_OF_X509_NAME_ENTRY_pop_free(struct stack_st_STACK_OF_X509_NAME_ENTRY *sk, sk_STACK_OF_X509_NAME_ENTRY_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 144-144 |
| | 1 | 1 |
sk_STACK_OF_X509_NAME_ENTRY_num| Name: | sk_STACK_OF_X509_NAME_ENTRY_num | | Prototype: | static inline int sk_STACK_OF_X509_NAME_ENTRY_num(const struct stack_st_STACK_OF_X509_NAME_ENTRY *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 144-144 |
| | 1 | 1 |
sk_STACK_OF_X509_NAME_ENTRY_new_null| Name: | sk_STACK_OF_X509_NAME_ENTRY_new_null | | Prototype: | static inline struct stack_st_STACK_OF_X509_NAME_ENTRY *sk_STACK_OF_X509_NAME_ENTRY_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_lcl.h | | Lines: | 144-144 |
| | 1 | 1 |
sk_SSL_COMP_value| Name: | sk_SSL_COMP_value | | Prototype: | static inline SSL_COMP *sk_SSL_COMP_value(const struct stack_st_SSL_COMP *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 946-946 |
| | 1 | 1 |
sk_SSL_COMP_sort| Name: | sk_SSL_COMP_sort | | Prototype: | static inline void sk_SSL_COMP_sort(struct stack_st_SSL_COMP *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 946-946 |
| | 1 | 1 |
sk_SSL_COMP_pop_free| Name: | sk_SSL_COMP_pop_free | | Prototype: | static inline void sk_SSL_COMP_pop_free(struct stack_st_SSL_COMP *sk, sk_SSL_COMP_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 946-946 |
| | 1 | 1 |
sk_SSL_COMP_num| Name: | sk_SSL_COMP_num | | Prototype: | static inline int sk_SSL_COMP_num(const struct stack_st_SSL_COMP *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 946-946 |
| | 1 | 1 |
sk_SSL_COMP_new| Name: | sk_SSL_COMP_new | | Prototype: | static inline struct stack_st_SSL_COMP *sk_SSL_COMP_new(sk_SSL_COMP_compfunc compare) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 946-946 |
| | 1 | 1 |
sk_SSL_COMP_find| Name: | sk_SSL_COMP_find | | Prototype: | static inline int sk_SSL_COMP_find(struct stack_st_SSL_COMP *sk, SSL_COMP *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 946-946 |
| | 1 | 1 |
sk_SSL_CIPHER_value| Name: | sk_SSL_CIPHER_value | | Prototype: | static inline const SSL_CIPHER *sk_SSL_CIPHER_value(const struct stack_st_SSL_CIPHER *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 945-945 |
| | 1 | 1 |
sk_SSL_CIPHER_sort| Name: | sk_SSL_CIPHER_sort | | Prototype: | static inline void sk_SSL_CIPHER_sort(struct stack_st_SSL_CIPHER *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 945-945 |
| | 1 | 1 |
sk_SSL_CIPHER_set_cmp_func| Name: | sk_SSL_CIPHER_set_cmp_func | | Prototype: | static inline sk_SSL_CIPHER_compfunc sk_SSL_CIPHER_set_cmp_func(struct stack_st_SSL_CIPHER *sk, sk_SSL_CIPHER_compfunc compare) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 945-945 |
| | 1 | 1 |
sk_SSL_CIPHER_push| Name: | sk_SSL_CIPHER_push | | Prototype: | static inline int sk_SSL_CIPHER_push(struct stack_st_SSL_CIPHER *sk, const SSL_CIPHER *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 945-945 |
| | 1 | 1 |
sk_SSL_CIPHER_num| Name: | sk_SSL_CIPHER_num | | Prototype: | static inline int sk_SSL_CIPHER_num(const struct stack_st_SSL_CIPHER *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 945-945 |
| | 1 | 1 |
sk_SSL_CIPHER_new_reserve| Name: | sk_SSL_CIPHER_new_reserve | | Prototype: | static inline struct stack_st_SSL_CIPHER *sk_SSL_CIPHER_new_reserve(sk_SSL_CIPHER_compfunc compare, int n) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 945-945 |
| | 1 | 1 |
sk_SSL_CIPHER_new_null| Name: | sk_SSL_CIPHER_new_null | | Prototype: | static inline struct stack_st_SSL_CIPHER *sk_SSL_CIPHER_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 945-945 |
| | 1 | 1 |
sk_SSL_CIPHER_insert| Name: | sk_SSL_CIPHER_insert | | Prototype: | static inline int sk_SSL_CIPHER_insert(struct stack_st_SSL_CIPHER *sk, const SSL_CIPHER *ptr, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 945-945 |
| | 1 | 1 |
sk_SSL_CIPHER_free| Name: | sk_SSL_CIPHER_free | | Prototype: | static inline void sk_SSL_CIPHER_free(struct stack_st_SSL_CIPHER *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 945-945 |
| | 1 | 1 |
sk_SSL_CIPHER_find| Name: | sk_SSL_CIPHER_find | | Prototype: | static inline int sk_SSL_CIPHER_find(struct stack_st_SSL_CIPHER *sk, const SSL_CIPHER *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 945-945 |
| | 1 | 1 |
sk_SSL_CIPHER_dup| Name: | sk_SSL_CIPHER_dup | | Prototype: | static inline struct stack_st_SSL_CIPHER * sk_SSL_CIPHER_dup(const struct stack_st_SSL_CIPHER *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 945-945 |
| | 1 | 1 |
sk_SSL_CIPHER_delete| Name: | sk_SSL_CIPHER_delete | | Prototype: | static inline const SSL_CIPHER *sk_SSL_CIPHER_delete(struct stack_st_SSL_CIPHER *sk, int i) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 945-945 |
| | 1 | 1 |
sk_SRTP_PROTECTION_PROFILE_free| Name: | sk_SRTP_PROTECTION_PROFILE_free | | Prototype: | static inline void sk_SRTP_PROTECTION_PROFILE_free(struct stack_st_SRTP_PROTECTION_PROFILE *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ssl.h | | Lines: | 227-227 |
| | 1 | 1 |
sk_SRP_user_pwd_value| Name: | sk_SRP_user_pwd_value | | Prototype: | static inline SRP_user_pwd *sk_SRP_user_pwd_value(const struct stack_st_SRP_user_pwd *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/srp.h | | Lines: | 52-52 |
| | 1 | 1 |
sk_SRP_user_pwd_pop_free| Name: | sk_SRP_user_pwd_pop_free | | Prototype: | static inline void sk_SRP_user_pwd_pop_free(struct stack_st_SRP_user_pwd *sk, sk_SRP_user_pwd_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/srp.h | | Lines: | 52-52 |
| | 1 | 1 |
sk_SRP_user_pwd_num| Name: | sk_SRP_user_pwd_num | | Prototype: | static inline int sk_SRP_user_pwd_num(const struct stack_st_SRP_user_pwd *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/srp.h | | Lines: | 52-52 |
| | 1 | 1 |
sk_SRP_user_pwd_new_null| Name: | sk_SRP_user_pwd_new_null | | Prototype: | static inline struct stack_st_SRP_user_pwd *sk_SRP_user_pwd_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/srp.h | | Lines: | 52-52 |
| | 1 | 1 |
sk_SRP_user_pwd_insert| Name: | sk_SRP_user_pwd_insert | | Prototype: | static inline int sk_SRP_user_pwd_insert(struct stack_st_SRP_user_pwd *sk, SRP_user_pwd *ptr, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/srp.h | | Lines: | 52-52 |
| | 1 | 1 |
sk_SRP_gN_num| Name: | sk_SRP_gN_num | | Prototype: | static inline int sk_SRP_gN_num(const struct stack_st_SRP_gN *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/srp.h | | Lines: | 72-72 |
| | 1 | 1 |
sk_SRP_gN_new_null| Name: | sk_SRP_gN_new_null | | Prototype: | static inline struct stack_st_SRP_gN *sk_SRP_gN_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/srp.h | | Lines: | 72-72 |
| | 1 | 1 |
sk_SRP_gN_free| Name: | sk_SRP_gN_free | | Prototype: | static inline void sk_SRP_gN_free(struct stack_st_SRP_gN *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/srp.h | | Lines: | 72-72 |
| | 1 | 1 |
sk_SRP_gN_cache_new_null| Name: | sk_SRP_gN_cache_new_null | | Prototype: | static inline struct stack_st_SRP_gN_cache *sk_SRP_gN_cache_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/srp.h | | Lines: | 36-36 |
| | 1 | 1 |
sk_SRP_gN_cache_free| Name: | sk_SRP_gN_cache_free | | Prototype: | static inline void sk_SRP_gN_cache_free(struct stack_st_SRP_gN_cache *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/srp.h | | Lines: | 36-36 |
| | 1 | 1 |
sk_SCT_value| Name: | sk_SCT_value | | Prototype: | static inline SCT *sk_SCT_value(const struct stack_st_SCT *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ct.h | | Lines: | 58-58 |
| | 1 | 1 |
sk_SCT_push| Name: | sk_SCT_push | | Prototype: | static inline int sk_SCT_push(struct stack_st_SCT *sk, SCT *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ct.h | | Lines: | 58-58 |
| | 1 | 1 |
sk_SCT_pop_free| Name: | sk_SCT_pop_free | | Prototype: | static inline void sk_SCT_pop_free(struct stack_st_SCT *sk, sk_SCT_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ct.h | | Lines: | 58-58 |
| | 1 | 1 |
sk_SCT_pop| Name: | sk_SCT_pop | | Prototype: | static inline SCT *sk_SCT_pop(struct stack_st_SCT *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ct.h | | Lines: | 58-58 |
| | 1 | 1 |
sk_SCT_num| Name: | sk_SCT_num | | Prototype: | static inline int sk_SCT_num(const struct stack_st_SCT *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ct.h | | Lines: | 58-58 |
| | 1 | 1 |
sk_SCT_new_null| Name: | sk_SCT_new_null | | Prototype: | static inline struct stack_st_SCT *sk_SCT_new_null(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/ct.h | | Lines: | 58-58 |
| | 1 | 1 |
sk_RSA_PRIME_INFO_value| Name: | sk_RSA_PRIME_INFO_value | | Prototype: | static inline RSA_PRIME_INFO *sk_RSA_PRIME_INFO_value(const struct stack_st_RSA_PRIME_INFO *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_locl.h | | Lines: | 26-26 |
| | 1 | 1 |
sk_RSA_PRIME_INFO_push| Name: | sk_RSA_PRIME_INFO_push | | Prototype: | static inline int sk_RSA_PRIME_INFO_push(struct stack_st_RSA_PRIME_INFO *sk, RSA_PRIME_INFO *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_locl.h | | Lines: | 26-26 |
| | 1 | 1 |
sk_RSA_PRIME_INFO_pop_free| Name: | sk_RSA_PRIME_INFO_pop_free | | Prototype: | static inline void sk_RSA_PRIME_INFO_pop_free(struct stack_st_RSA_PRIME_INFO *sk, sk_RSA_PRIME_INFO_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_locl.h | | Lines: | 26-26 |
| | 1 | 1 |
sk_RSA_PRIME_INFO_num| Name: | sk_RSA_PRIME_INFO_num | | Prototype: | static inline int sk_RSA_PRIME_INFO_num(const struct stack_st_RSA_PRIME_INFO *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_locl.h | | Lines: | 26-26 |
| | 1 | 1 |
sk_RSA_PRIME_INFO_new_reserve| Name: | sk_RSA_PRIME_INFO_new_reserve | | Prototype: | static inline struct stack_st_RSA_PRIME_INFO *sk_RSA_PRIME_INFO_new_reserve(sk_RSA_PRIME_INFO_compfunc compare, int n) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_locl.h | | Lines: | 26-26 |
| | 1 | 1 |
sk_PROFESSION_INFO_num| Name: | sk_PROFESSION_INFO_num | | Prototype: | static inline int sk_PROFESSION_INFO_num(const struct stack_st_PROFESSION_INFO *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 881-881 |
| | 1 | 1 |
sk_POLICY_MAPPING_value| Name: | sk_POLICY_MAPPING_value | | Prototype: | static inline POLICY_MAPPING *sk_POLICY_MAPPING_value(const struct stack_st_POLICY_MAPPING *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 262-262 |
| | 1 | 1 |
sk_POLICY_MAPPING_num| Name: | sk_POLICY_MAPPING_num | | Prototype: | static inline int sk_POLICY_MAPPING_num(const struct stack_st_POLICY_MAPPING *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 262-262 |
| | 1 | 1 |
sk_POLICYQUALINFO_value| Name: | sk_POLICYQUALINFO_value | | Prototype: | static inline POLICYQUALINFO *sk_POLICYQUALINFO_value(const struct stack_st_POLICYQUALINFO *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 246-246 |
| | 1 | 1 |
sk_POLICYQUALINFO_num| Name: | sk_POLICYQUALINFO_num | | Prototype: | static inline int sk_POLICYQUALINFO_num(const struct stack_st_POLICYQUALINFO *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 246-246 |
| | 1 | 1 |
sk_POLICYINFO_value| Name: | sk_POLICYINFO_value | | Prototype: | static inline POLICYINFO *sk_POLICYINFO_value(const struct stack_st_POLICYINFO *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 255-255 |
| | 1 | 1 |
sk_POLICYINFO_num| Name: | sk_POLICYINFO_num | | Prototype: | static inline int sk_POLICYINFO_num(const struct stack_st_POLICYINFO *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/x509v3.h | | Lines: | 255-255 |
| | 1 | 1 |
sk_PKCS7_value| Name: | sk_PKCS7_value | | Prototype: | static inline PKCS7 *sk_PKCS7_value(const struct stack_st_PKCS7 *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/pkcs7.h | | Lines: | 146-146 |
| | 1 | 1 |
sk_PKCS7_pop_free| Name: | sk_PKCS7_pop_free | | Prototype: | static inline void sk_PKCS7_pop_free(struct stack_st_PKCS7 *sk, sk_PKCS7_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/pkcs7.h | | Lines: | 146-146 |
| | 1 | 1 |
sk_PKCS7_num| Name: | sk_PKCS7_num | | Prototype: | static inline int sk_PKCS7_num(const struct stack_st_PKCS7 *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/pkcs7.h | | Lines: | 146-146 |
| | 1 | 1 |
sk_PKCS7_SIGNER_INFO_value| Name: | sk_PKCS7_SIGNER_INFO_value | | Prototype: | static inline PKCS7_SIGNER_INFO *sk_PKCS7_SIGNER_INFO_value(const struct stack_st_PKCS7_SIGNER_INFO *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/pkcs7.h | | Lines: | 49-49 |
| | 1 | 1 |
sk_PKCS7_SIGNER_INFO_push| Name: | sk_PKCS7_SIGNER_INFO_push | | Prototype: | static inline int sk_PKCS7_SIGNER_INFO_push(struct stack_st_PKCS7_SIGNER_INFO *sk, PKCS7_SIGNER_INFO *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/pkcs7.h | | Lines: | 49-49 |
| | 1 | 1 |
sk_PKCS7_SIGNER_INFO_num| Name: | sk_PKCS7_SIGNER_INFO_num | | Prototype: | static inline int sk_PKCS7_SIGNER_INFO_num(const struct stack_st_PKCS7_SIGNER_INFO *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/pkcs7.h | | Lines: | 49-49 |
| | 1 | 1 |
sk_PKCS7_RECIP_INFO_value| Name: | sk_PKCS7_RECIP_INFO_value | | Prototype: | static inline PKCS7_RECIP_INFO *sk_PKCS7_RECIP_INFO_value(const struct stack_st_PKCS7_RECIP_INFO *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/pkcs7.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_PKCS7_RECIP_INFO_push| Name: | sk_PKCS7_RECIP_INFO_push | | Prototype: | static inline int sk_PKCS7_RECIP_INFO_push(struct stack_st_PKCS7_RECIP_INFO *sk, PKCS7_RECIP_INFO *ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/pkcs7.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_PKCS7_RECIP_INFO_num| Name: | sk_PKCS7_RECIP_INFO_num | | Prototype: | static inline int sk_PKCS7_RECIP_INFO_num(const struct stack_st_PKCS7_RECIP_INFO *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/pkcs7.h | | Lines: | 59-59 |
| | 1 | 1 |
sk_PKCS12_SAFEBAG_value| Name: | sk_PKCS12_SAFEBAG_value | | Prototype: | static inline PKCS12_SAFEBAG *sk_PKCS12_SAFEBAG_value(const struct stack_st_PKCS12_SAFEBAG *sk, int idx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/pkcs12.h | | Lines: | 49-49 |
| | 1 | 1 |
sk_PKCS12_SAFEBAG_pop_free| Name: | sk_PKCS12_SAFEBAG_pop_free | | Prototype: | static inline void sk_PKCS12_SAFEBAG_pop_free(struct stack_st_PKCS12_SAFEBAG *sk, sk_PKCS12_SAFEBAG_freefunc freefunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/pkcs12.h | | Lines: | 49-49 |
| | 1 | 1 |
sk_PKCS12_SAFEBAG_num| Name: | sk_PKCS12_SAFEBAG_num | | Prototype: | static inline int sk_PKCS12_SAFEBAG_num(const struct stack_st_PKCS12_SAFEBAG *sk) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/include/openssl/pkcs12.h | | Lines: | 49-49 |
| | 1 | 1 |
sk_OPENSSL_STRING_value| Name: | sk_OPENSSL_STRING_value | | Prototype: | static inline char *sk_OPENSSL_STRING_value(const struct stack_st_OPENSSL_STRING *sk, int idx) | | 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_push| Name: | sk_OPENSSL_STRING_push | | Prototype: | static inline int sk_OPENSSL_STRING_push(struct stack_st_OPENSSL_STRING *sk, char *ptr) | | 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_pop_free| Name: | sk_OPENSSL_STRING_pop_free | | Prototype: | static inline void sk_OPENSSL_STRING_pop_free(struct stack_st_OPENSSL_STRING *sk, 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_STRING_num| Name: | sk_OPENSSL_STRING_num | | Prototype: | static inline int sk_OPENSSL_STRING_num(const 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 |