| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
q_SSL_CTX_load_verify_locations| Name: | q_SSL_CTX_load_verify_locations | | Prototype: | int q_SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, const char *CApath) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 397-397 |
| | 1 | 2 |
q_SSL_CTX_new| Name: | q_SSL_CTX_new | | Prototype: | SSL_CTX * q_SSL_CTX_new(const SSL_METHOD *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 246-246 |
| | 1 | 2 |
q_SSL_CTX_set_cipher_list| Name: | q_SSL_CTX_set_cipher_list | | Prototype: | int q_SSL_CTX_set_cipher_list(SSL_CTX *a, const char *b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 250-250 |
| | 1 | 2 |
q_SSL_CTX_set_default_verify_paths| Name: | q_SSL_CTX_set_default_verify_paths | | Prototype: | int q_SSL_CTX_set_default_verify_paths(SSL_CTX *a) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 251-251 |
| | 1 | 2 |
q_SSL_CTX_set_next_proto_select_cb| Name: | q_SSL_CTX_set_next_proto_select_cb | | Prototype: | void q_SSL_CTX_set_next_proto_select_cb(SSL_CTX *s, int (*cb) (SSL *ssl, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg), void *arg) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 407-407 |
| | 1 | 2 |
q_SSL_CTX_set_verify| Name: | q_SSL_CTX_set_verify | | Prototype: | void q_SSL_CTX_set_verify(SSL_CTX *a, int b, int (*c)(int, X509_STORE_CTX *)) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 252-252 |
| | 1 | 2 |
q_SSL_CTX_set_verify_depth| Name: | q_SSL_CTX_set_verify_depth | | Prototype: | void q_SSL_CTX_set_verify_depth(SSL_CTX *a, int b) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 253-253 |
| | 1 | 2 |
q_SSL_CTX_use_PrivateKey| Name: | q_SSL_CTX_use_PrivateKey | | Prototype: | int q_SSL_CTX_use_PrivateKey(SSL_CTX *a, EVP_PKEY *b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 256-256 |
| | 1 | 2 |
q_SSL_CTX_use_PrivateKey_file| Name: | q_SSL_CTX_use_PrivateKey_file | | Prototype: | int q_SSL_CTX_use_PrivateKey_file(SSL_CTX *a, const char *b, int c) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 258-258 |
| | 1 | 2 |
q_SSL_CTX_use_RSAPrivateKey| Name: | q_SSL_CTX_use_RSAPrivateKey | | Prototype: | int q_SSL_CTX_use_RSAPrivateKey(SSL_CTX *a, RSA *b) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 257-257 |
| | 1 | 2 |
q_SSL_CTX_use_certificate| Name: | q_SSL_CTX_use_certificate | | Prototype: | int q_SSL_CTX_use_certificate(SSL_CTX *a, X509 *b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 254-254 |
| | 1 | 2 |
q_SSL_CTX_use_certificate_file| Name: | q_SSL_CTX_use_certificate_file | | Prototype: | int q_SSL_CTX_use_certificate_file(SSL_CTX *a, const char *b, int c) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 255-255 |
| | 1 | 2 |
q_SSL_SESSION_free| Name: | q_SSL_SESSION_free | | Prototype: | void q_SSL_SESSION_free(SSL_SESSION *ses) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 287-287 |
| | 1 | 2 |
q_SSL_accept| Name: | q_SSL_accept | | Prototype: | int q_SSL_accept(SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 237-237 |
| | 1 | 2 |
q_SSL_clear| Name: | q_SSL_clear | | Prototype: | int q_SSL_clear(SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 238-238 |
| | 1 | 2 |
q_SSL_connect| Name: | q_SSL_connect | | Prototype: | int q_SSL_connect(SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 241-241 |
| | 1 | 2 |
q_SSL_ctrl| Name: | q_SSL_ctrl | | Prototype: | long q_SSL_ctrl(SSL *a, int cmd, long larg, void *parg) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 280-280 |
| | 1 | 2 |
q_SSL_free| Name: | q_SSL_free | | Prototype: | void q_SSL_free(SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 260-260 |
| | 1 | 2 |
q_SSL_get0_next_proto_negotiated| Name: | q_SSL_get0_next_proto_negotiated | | Prototype: | void q_SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data, unsigned *len) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 413-413 |
| | 1 | 2 |
q_SSL_get1_session| Name: | q_SSL_get1_session | | Prototype: | SSL_SESSION* q_SSL_get1_session(SSL *ssl) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 288-288 |
| | 1 | 2 |
q_SSL_get_ciphers| Name: | q_SSL_get_ciphers | | Prototype: | struct stack_st_SSL_CIPHER * q_SSL_get_ciphers(const SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 261-261 |
| | 1 | 2 |
q_SSL_get_current_cipher| Name: | q_SSL_get_current_cipher | | Prototype: | const SSL_CIPHER * q_SSL_get_current_cipher(SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 263-263 |
| | 1 | 2 |
q_SSL_get_error| Name: | q_SSL_get_error | | Prototype: | int q_SSL_get_error(SSL *a, int b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 268-268 |
| | 1 | 2 |
q_SSL_get_ex_data| Name: | q_SSL_get_ex_data | | Prototype: | void * q_SSL_get_ex_data(const SSL *ssl, int idx) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 293-293 |
| | 1 | 2 |
q_SSL_get_ex_new_index| Name: | q_SSL_get_ex_new_index | | Prototype: | int q_SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 291-291 |
| | 1 | 2 |
q_SSL_get_peer_cert_chain| Name: | q_SSL_get_peer_cert_chain | | Prototype: | struct stack_st_X509 * q_SSL_get_peer_cert_chain(SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 269-269 |
| | 1 | 2 |
q_SSL_get_peer_certificate| Name: | q_SSL_get_peer_certificate | | Prototype: | X509 * q_SSL_get_peer_certificate(SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 270-270 |
| | 1 | 2 |
q_SSL_get_session| Name: | q_SSL_get_session | | Prototype: | SSL_SESSION* q_SSL_get_session(const SSL *ssl) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 289-289 |
| | 1 | 2 |
q_SSL_get_verify_result| Name: | q_SSL_get_verify_result | | Prototype: | long q_SSL_get_verify_result(const SSL *a) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 273-273 |
| | 1 | 2 |
q_SSL_library_init| Name: | q_SSL_library_init | | Prototype: | int q_SSL_library_init(void) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 277-277 |
| | 1 | 2 |
q_SSL_load_error_strings| Name: | q_SSL_load_error_strings | | Prototype: | void q_SSL_load_error_strings(void) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 278-278 |
| | 1 | 2 |
q_SSL_new| Name: | q_SSL_new | | Prototype: | SSL * q_SSL_new(SSL_CTX *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 279-279 |
| | 1 | 2 |
q_SSL_read| Name: | q_SSL_read | | Prototype: | int q_SSL_read(SSL *a, void *b, int c) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 281-281 |
| | 1 | 2 |
q_SSL_select_next_proto| Name: | q_SSL_select_next_proto | | Prototype: | int q_SSL_select_next_proto(unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, const unsigned char *client, unsigned int client_len) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 403-403 |
| | 1 | 2 |
q_SSL_set_accept_state| Name: | q_SSL_set_accept_state | | Prototype: | void q_SSL_set_accept_state(SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 283-283 |
| | 1 | 2 |
q_SSL_set_bio| Name: | q_SSL_set_bio | | Prototype: | void q_SSL_set_bio(SSL *a, BIO *b, BIO *c) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 282-282 |
| | 1 | 2 |
q_SSL_set_connect_state| Name: | q_SSL_set_connect_state | | Prototype: | void q_SSL_set_connect_state(SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 284-284 |
| | 1 | 2 |
q_SSL_set_ex_data| Name: | q_SSL_set_ex_data | | Prototype: | int q_SSL_set_ex_data(SSL *ssl, int idx, void *arg) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 292-292 |
| | 1 | 2 |
q_SSL_set_psk_client_callback| Name: | q_SSL_set_psk_client_callback | | Prototype: | void q_SSL_set_psk_client_callback(SSL* ssl, q_psk_client_callback_t callback) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 296-296 |
| | 1 | 2 |
q_SSL_set_session| Name: | q_SSL_set_session | | Prototype: | int q_SSL_set_session(SSL* to, SSL_SESSION *session) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 286-286 |
| | 1 | 2 |
q_SSL_shutdown| Name: | q_SSL_shutdown | | Prototype: | int q_SSL_shutdown(SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 285-285 |
| | 1 | 2 |
q_SSL_version| Name: | q_SSL_version | | Prototype: | int q_SSL_version(const SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 267-267 |
| | 1 | 2 |
q_SSL_write| Name: | q_SSL_write | | Prototype: | int q_SSL_write(SSL *a, const void *b, int c) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 341-341 |
| | 1 | 2 |
q_SSLeay| Name: | q_SSLeay | | Prototype: | long q_SSLeay(void) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 398-398 |
| | 1 | 2 |
q_SSLeay_version| Name: | q_SSLeay_version | | Prototype: | const char * q_SSLeay_version(int a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 399-399 |
| | 1 | 2 |
q_SSLv23_client_method| Name: | q_SSLv23_client_method | | Prototype: | const SSL_METHOD * q_SSLv23_client_method() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 305-305 |
| | 1 | 2 |
q_SSLv23_server_method| Name: | q_SSLv23_server_method | | Prototype: | const SSL_METHOD * q_SSLv23_server_method() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 317-317 |
| | 1 | 2 |
q_SSLv3_client_method| Name: | q_SSLv3_client_method | | Prototype: | const SSL_METHOD * q_SSLv3_client_method() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 303-303 |
| | 1 | 2 |
q_SSLv3_server_method| Name: | q_SSLv3_server_method | | Prototype: | const SSL_METHOD * q_SSLv3_server_method() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 315-315 |
| | 1 | 2 |
q_TLSv1_1_client_method| Name: | q_TLSv1_1_client_method | | Prototype: | const SSL_METHOD * q_TLSv1_1_client_method() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 308-308 |
| | 1 | 2 |
q_TLSv1_1_server_method| Name: | q_TLSv1_1_server_method | | Prototype: | const SSL_METHOD * q_TLSv1_1_server_method() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 320-320 |
| | 1 | 2 |
q_TLSv1_2_client_method| Name: | q_TLSv1_2_client_method | | Prototype: | const SSL_METHOD * q_TLSv1_2_client_method() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 309-309 |
| | 1 | 2 |
q_TLSv1_2_server_method| Name: | q_TLSv1_2_server_method | | Prototype: | const SSL_METHOD * q_TLSv1_2_server_method() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 321-321 |
| | 1 | 2 |
q_TLSv1_client_method| Name: | q_TLSv1_client_method | | Prototype: | const SSL_METHOD * q_TLSv1_client_method() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 306-306 |
| | 1 | 2 |
q_TLSv1_server_method| Name: | q_TLSv1_server_method | | Prototype: | const SSL_METHOD * q_TLSv1_server_method() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 318-318 |
| | 1 | 2 |
q_X509Callback| Name: | q_X509Callback | | Prototype: | int q_X509Callback(int ok, X509_STORE_CTX *ctx) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 270-300 |
| | 3 | 2 |
q_X509V3_EXT_d2i| Name: | q_X509V3_EXT_d2i | | Prototype: | void * q_X509V3_EXT_d2i(X509_EXTENSION *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 353-353 |
| | 1 | 2 |
q_X509V3_EXT_get| Name: | q_X509V3_EXT_get | | Prototype: | const X509V3_EXT_METHOD * q_X509V3_EXT_get(X509_EXTENSION *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 352-352 |
| | 1 | 2 |
q_X509_EXTENSION_get_critical| Name: | q_X509_EXTENSION_get_critical | | Prototype: | int q_X509_EXTENSION_get_critical(X509_EXTENSION *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 354-354 |
| | 1 | 2 |
q_X509_EXTENSION_get_data| Name: | q_X509_EXTENSION_get_data | | Prototype: | ASN1_OCTET_STRING * q_X509_EXTENSION_get_data(X509_EXTENSION *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 355-355 |
| | 1 | 2 |
q_X509_EXTENSION_get_object| Name: | q_X509_EXTENSION_get_object | | Prototype: | ASN1_OBJECT * q_X509_EXTENSION_get_object(X509_EXTENSION *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 347-347 |
| | 1 | 2 |
q_X509_NAME_ENTRY_get_data| Name: | q_X509_NAME_ENTRY_get_data | | Prototype: | ASN1_STRING * q_X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 369-369 |
| | 1 | 2 |
q_X509_NAME_ENTRY_get_object| Name: | q_X509_NAME_ENTRY_get_object | | Prototype: | ASN1_OBJECT * q_X509_NAME_ENTRY_get_object(X509_NAME_ENTRY *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 370-370 |
| | 1 | 2 |
q_X509_NAME_entry_count| Name: | q_X509_NAME_entry_count | | Prototype: | int q_X509_NAME_entry_count(X509_NAME *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 367-367 |
| | 1 | 2 |
q_X509_NAME_get_entry| Name: | q_X509_NAME_get_entry | | Prototype: | X509_NAME_ENTRY * q_X509_NAME_get_entry(X509_NAME *a, int b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 368-368 |
| | 1 | 2 |
q_X509_PUBKEY_get| Name: | q_X509_PUBKEY_get | | Prototype: | EVP_PKEY * q_X509_PUBKEY_get(X509_PUBKEY *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 371-371 |
| | 1 | 2 |
q_X509_STORE_CTX_free| Name: | q_X509_STORE_CTX_free | | Prototype: | void q_X509_STORE_CTX_free(X509_STORE_CTX *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 375-375 |
| | 1 | 2 |
q_X509_STORE_CTX_get_chain| Name: | q_X509_STORE_CTX_get_chain | | Prototype: | struct stack_st_X509 * q_X509_STORE_CTX_get_chain(X509_STORE_CTX *a) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 381-381 |
| | 1 | 2 |
q_X509_STORE_CTX_get_current_cert| Name: | q_X509_STORE_CTX_get_current_cert | | Prototype: | X509 * q_X509_STORE_CTX_get_current_cert(X509_STORE_CTX *a) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 380-380 |
| | 1 | 2 |
q_X509_STORE_CTX_get_error| Name: | q_X509_STORE_CTX_get_error | | Prototype: | int q_X509_STORE_CTX_get_error(X509_STORE_CTX *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 378-378 |
| | 1 | 2 |
q_X509_STORE_CTX_get_error_depth| Name: | q_X509_STORE_CTX_get_error_depth | | Prototype: | int q_X509_STORE_CTX_get_error_depth(X509_STORE_CTX *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 379-379 |
| | 1 | 2 |
q_X509_STORE_CTX_init| Name: | q_X509_STORE_CTX_init | | Prototype: | int q_X509_STORE_CTX_init(X509_STORE_CTX *a, X509_STORE *b, X509 *c, struct stack_st_X509 *d) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 376-376 |
| | 1 | 2 |
q_X509_STORE_CTX_new| Name: | q_X509_STORE_CTX_new | | Prototype: | X509_STORE_CTX * q_X509_STORE_CTX_new() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 382-382 |
| | 1 | 2 |
q_X509_STORE_CTX_set_purpose| Name: | q_X509_STORE_CTX_set_purpose | | Prototype: | int q_X509_STORE_CTX_set_purpose(X509_STORE_CTX *a, int b) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 377-377 |
| | 1 | 2 |
q_X509_STORE_add_cert| Name: | q_X509_STORE_add_cert | | Prototype: | int q_X509_STORE_add_cert(X509_STORE *a, X509 *b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 374-374 |
| | 1 | 2 |
q_X509_STORE_free| Name: | q_X509_STORE_free | | Prototype: | void q_X509_STORE_free(X509_STORE *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 372-372 |
| | 1 | 2 |
q_X509_STORE_new| Name: | q_X509_STORE_new | | Prototype: | X509_STORE * q_X509_STORE_new() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 373-373 |
| | 1 | 2 |
q_X509_check_issued| Name: | q_X509_check_issued | | Prototype: | int q_X509_check_issued(X509 *a, X509 *b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 363-363 |
| | 1 | 2 |
q_X509_cmp| Name: | q_X509_cmp | | Prototype: | int q_X509_cmp(X509 *a, X509 *b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 342-342 |
| | 1 | 2 |
q_X509_dup| Name: | q_X509_dup | | Prototype: | X509 * q_X509_dup(X509 *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 344-344 |
| | 1 | 2 |
q_X509_free| Name: | q_X509_free | | Prototype: | void q_X509_free(X509 *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 348-348 |
| | 1 | 2 |
q_X509_get_ext| Name: | q_X509_get_ext | | Prototype: | X509_EXTENSION * q_X509_get_ext(X509 *a, int b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 349-349 |
| | 1 | 2 |
q_X509_get_ext_count| Name: | q_X509_get_ext_count | | Prototype: | int q_X509_get_ext_count(X509 *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 350-350 |
| | 1 | 2 |
q_X509_get_ext_d2i| Name: | q_X509_get_ext_d2i | | Prototype: | void * q_X509_get_ext_d2i(X509 *a, int b, int *c, int *d) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 351-351 |
| | 1 | 2 |
q_X509_get_issuer_name| Name: | q_X509_get_issuer_name | | Prototype: | X509_NAME * q_X509_get_issuer_name(X509 *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 364-364 |
| | 1 | 2 |
q_X509_get_subject_name| Name: | q_X509_get_subject_name | | Prototype: | X509_NAME * q_X509_get_subject_name(X509 *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 365-365 |
| | 1 | 2 |
q_X509_print| Name: | q_X509_print | | Prototype: | void q_X509_print(BIO *a, X509 *b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 346-346 |
| | 1 | 2 |
q_X509_verify_cert| Name: | q_X509_verify_cert | | Prototype: | int q_X509_verify_cert(X509_STORE_CTX *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 366-366 |
| | 1 | 2 |
q_configFromGLFormat| Name: | q_configFromGLFormat | | Prototype: | EGLConfig q_configFromGLFormat(EGLDisplay display, const QSurfaceFormat &format, bool highestPixelFormat, int surfaceType) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | | Lines: | 336-344 |
| | 5 | 1 |
q_createConfigAttributesFromFormat| Name: | q_createConfigAttributesFromFormat | | Prototype: | QVector<EGLint> q_createConfigAttributesFromFormat(const QSurfaceFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | | Lines: | 51-110 |
| | 25 | 1 |
q_createNativeChildrenAndSetParent| Name: | q_createNativeChildrenAndSetParent | | Prototype: | void q_createNativeChildrenAndSetParent(const QWidget *parentWidget) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 1376-1400 |
| | 13 | 8 |
q_d2i_DHparams| Name: | q_d2i_DHparams | | Prototype: | DH * q_d2i_DHparams(DH**a, const unsigned char **pp, long length) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 418-418 |
| | 1 | 2 |
q_d2i_PKCS12_bio| Name: | q_d2i_PKCS12_bio | | Prototype: | PKCS12 * q_d2i_PKCS12_bio(BIO *bio, PKCS12 **pkcs12) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 432-432 |
| | 1 | 2 |
q_d2i_SSL_SESSION| Name: | q_d2i_SSL_SESSION | | Prototype: | SSL_SESSION * q_d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp, long length) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 401-401 |
| | 1 | 2 |
q_d2i_X509| Name: | q_d2i_X509 | | Prototype: | X509 * q_d2i_X509(X509 **a, const unsigned char **b, long c) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 158-158 |
| | 1 | 2 |
q_fromPercentEncoding| Name: | q_fromPercentEncoding | | Prototype: | static void q_fromPercentEncoding(QByteArray *ba, char percent) | | Coverage: | 63.043% (29/46) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4227-4265 |
| | 26 | 11 |
q_fromPercentEncoding| Name: | q_fromPercentEncoding | | Prototype: | void q_fromPercentEncoding(QByteArray *ba) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4267-4270 |
| | 1 | 1 |
q_getTimeFromASN1| Name: | q_getTimeFromASN1 | | Prototype: | QDateTime q_getTimeFromASN1(const ASN1_TIME *aTime) | | Coverage: | 36.735% (18/49) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 1009-1100 |
| | 62 | 13 |
q_glFormatFromConfig| Name: | q_glFormatFromConfig | | Prototype: | QSurfaceFormat q_glFormatFromConfig(EGLDisplay display, const EGLConfig config, const QSurfaceFormat &referenceFormat) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | | Lines: | 346-399 |
| | 40 | 4 |
q_gray_rendered_spans| Name: | q_gray_rendered_spans | | Prototype: | int q_gray_rendered_spans(TRaster *raster) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 327-332 |
| | 3 | 2 |