| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_get_cert_store| Name: | q_SSL_CTX_get_cert_store | | Prototype: | X509_STORE * q_SSL_CTX_get_cert_store(const 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: | 259-259 |
| | 1 | 2 |
q_SSL_CTX_free| Name: | q_SSL_CTX_free | | Prototype: | void q_SSL_CTX_free(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: | 244-244 |
| | 1 | 2 |
q_SSL_CTX_ctrl| Name: | q_SSL_CTX_ctrl | | Prototype: | long q_SSL_CTX_ctrl(SSL_CTX *a, int b, long c, void *d) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 243-243 |
| | 1 | 2 |
q_SSL_CTX_check_private_key| Name: | q_SSL_CTX_check_private_key | | Prototype: | int q_SSL_CTX_check_private_key(const 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: | 242-242 |
| | 1 | 2 |
q_SSL_CIPHER_get_bits| Name: | q_SSL_CIPHER_get_bits | | Prototype: | int q_SSL_CIPHER_get_bits(SSL_CIPHER *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: | 240-240 |
| | 1 | 2 |
q_SSL_CIPHER_description| Name: | q_SSL_CIPHER_description | | Prototype: | char * q_SSL_CIPHER_description(SSL_CIPHER *a, char *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: | 239-239 |
| | 1 | 2 |
q_RSA_new| Name: | q_RSA_new | | Prototype: | RSA * q_RSA_new() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 222-222 |
| | 1 | 2 |
q_RSA_free| Name: | q_RSA_free | | Prototype: | void q_RSA_free(RSA *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 223-223 |
| | 1 | 2 |
q_RAND_status| Name: | q_RAND_status | | Prototype: | int q_RAND_status(void) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 221-221 |
| | 1 | 2 |
q_RAND_seed| Name: | q_RAND_seed | | Prototype: | void q_RAND_seed(const void *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: | 220-220 |
| | 1 | 2 |
q_QPixmapCache_keyHashSize| Name: | q_QPixmapCache_keyHashSize | | Prototype: | int __attribute__((visibility("default"))) q_QPixmapCache_keyHashSize() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 445-448 |
| | 1 | 1 |
q_PKCS12_parse| Name: | q_PKCS12_parse | | Prototype: | int q_PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, struct stack_st_X509 **ca) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 430-430 |
| | 1 | 2 |
q_PKCS12_free| Name: | q_PKCS12_free | | Prototype: | void q_PKCS12_free(PKCS12 *pkcs12) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 433-433 |
| | 1 | 2 |
q_PEM_write_bio_RSA_PUBKEY| Name: | q_PEM_write_bio_RSA_PUBKEY | | Prototype: | int q_PEM_write_bio_RSA_PUBKEY(BIO *a, RSA *b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 216-216 |
| | 1 | 2 |
q_PEM_write_bio_RSAPrivateKey| Name: | q_PEM_write_bio_RSAPrivateKey | | Prototype: | int q_PEM_write_bio_RSAPrivateKey(BIO *a, RSA *b, const EVP_CIPHER *c, unsigned char *d, int e, pem_password_cb *f, void *g) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 205-205 |
| | 1 | 2 |
q_PEM_write_bio_EC_PUBKEY| Name: | q_PEM_write_bio_EC_PUBKEY | | Prototype: | int q_PEM_write_bio_EC_PUBKEY(BIO *a, EC_KEY *b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 218-218 |
| | 1 | 2 |
q_PEM_write_bio_ECPrivateKey| Name: | q_PEM_write_bio_ECPrivateKey | | Prototype: | int q_PEM_write_bio_ECPrivateKey(BIO *a, EC_KEY *b, const EVP_CIPHER *c, unsigned char *d, int e, pem_password_cb *f, void *g) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 207-207 |
| | 1 | 2 |
q_PEM_write_bio_DSA_PUBKEY| Name: | q_PEM_write_bio_DSA_PUBKEY | | Prototype: | int q_PEM_write_bio_DSA_PUBKEY(BIO *a, DSA *b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 215-215 |
| | 1 | 2 |
q_PEM_write_bio_DSAPrivateKey| Name: | q_PEM_write_bio_DSAPrivateKey | | Prototype: | int q_PEM_write_bio_DSAPrivateKey(BIO *a, DSA *b, const EVP_CIPHER *c, unsigned char *d, int e, pem_password_cb *f, void *g) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 204-204 |
| | 1 | 2 |
q_PEM_read_bio_RSA_PUBKEY| Name: | q_PEM_read_bio_RSA_PUBKEY | | Prototype: | RSA * q_PEM_read_bio_RSA_PUBKEY(BIO *a, RSA **b, pem_password_cb *c, void *d) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 211-211 |
| | 1 | 2 |