Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
q_SSL_CTX_load_verify_locationsName: | 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: | 403-403 |
| | 1 | 2 |
q_SSL_CTX_newName: | 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: | 252-252 |
| | 1 | 2 |
q_SSL_CTX_set_cipher_listName: | 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: | 256-256 |
| | 1 | 2 |
q_SSL_CTX_set_default_verify_pathsName: | 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: | 257-257 |
| | 1 | 2 |
q_SSL_CTX_set_next_proto_select_cbName: | 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: | 413-413 |
| | 1 | 2 |
q_SSL_CTX_set_verifyName: | 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: | 258-258 |
| | 1 | 2 |
q_SSL_CTX_set_verify_depthName: | 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: | 259-259 |
| | 1 | 2 |
q_SSL_CTX_use_PrivateKeyName: | 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: | 262-262 |
| | 1 | 2 |
q_SSL_CTX_use_PrivateKey_fileName: | 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: | 264-264 |
| | 1 | 2 |
q_SSL_CTX_use_RSAPrivateKeyName: | 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: | 263-263 |
| | 1 | 2 |
q_SSL_CTX_use_certificateName: | 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: | 260-260 |
| | 1 | 2 |
q_SSL_CTX_use_certificate_fileName: | 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: | 261-261 |
| | 1 | 2 |
q_SSL_SESSION_freeName: | 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: | 293-293 |
| | 1 | 2 |
q_SSL_acceptName: | 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: | 243-243 |
| | 1 | 2 |
q_SSL_clearName: | 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: | 244-244 |
| | 1 | 2 |
q_SSL_connectName: | 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: | 247-247 |
| | 1 | 2 |
q_SSL_ctrlName: | 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: | 286-286 |
| | 1 | 2 |
q_SSL_freeName: | 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: | 266-266 |
| | 1 | 2 |
q_SSL_get0_next_proto_negotiatedName: | 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: | 419-419 |
| | 1 | 2 |
q_SSL_get1_sessionName: | 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: | 294-294 |
| | 1 | 2 |
q_SSL_get_ciphersName: | 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: | 267-267 |
| | 1 | 2 |
q_SSL_get_current_cipherName: | 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: | 269-269 |
| | 1 | 2 |
q_SSL_get_errorName: | 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: | 274-274 |
| | 1 | 2 |
q_SSL_get_ex_dataName: | 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: | 299-299 |
| | 1 | 2 |
q_SSL_get_ex_new_indexName: | 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: | 297-297 |
| | 1 | 2 |
q_SSL_get_peer_cert_chainName: | 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: | 275-275 |
| | 1 | 2 |
q_SSL_get_peer_certificateName: | 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: | 276-276 |
| | 1 | 2 |
q_SSL_get_sessionName: | 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: | 295-295 |
| | 1 | 2 |
q_SSL_get_verify_resultName: | 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: | 279-279 |
| | 1 | 2 |
q_SSL_library_initName: | 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: | 283-283 |
| | 1 | 2 |
q_SSL_load_error_stringsName: | 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: | 284-284 |
| | 1 | 2 |
q_SSL_newName: | 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: | 285-285 |
| | 1 | 2 |
q_SSL_readName: | 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: | 287-287 |
| | 1 | 2 |
q_SSL_select_next_protoName: | 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: | 409-409 |
| | 1 | 2 |
q_SSL_set_accept_stateName: | 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: | 289-289 |
| | 1 | 2 |
q_SSL_set_bioName: | 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: | 288-288 |
| | 1 | 2 |
q_SSL_set_connect_stateName: | 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: | 290-290 |
| | 1 | 2 |
q_SSL_set_ex_dataName: | 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: | 298-298 |
| | 1 | 2 |
q_SSL_set_psk_client_callbackName: | 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: | 302-302 |
| | 1 | 2 |
q_SSL_set_sessionName: | 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: | 292-292 |
| | 1 | 2 |
q_SSL_shutdownName: | 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: | 291-291 |
| | 1 | 2 |
q_SSL_versionName: | 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: | 273-273 |
| | 1 | 2 |
q_SSL_writeName: | 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: | 347-347 |
| | 1 | 2 |
q_SSLeayName: | 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: | 404-404 |
| | 1 | 2 |
q_SSLeay_versionName: | 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: | 405-405 |
| | 1 | 2 |
q_SSLv23_client_methodName: | 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: | 311-311 |
| | 1 | 2 |
q_SSLv23_server_methodName: | 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: | 323-323 |
| | 1 | 2 |
q_SSLv3_client_methodName: | 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: | 309-309 |
| | 1 | 2 |
q_SSLv3_server_methodName: | 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: | 321-321 |
| | 1 | 2 |
q_TLSv1_1_client_methodName: | 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: | 314-314 |
| | 1 | 2 |
q_TLSv1_1_server_methodName: | 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: | 326-326 |
| | 1 | 2 |
q_TLSv1_2_client_methodName: | 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: | 315-315 |
| | 1 | 2 |
q_TLSv1_2_server_methodName: | 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: | 327-327 |
| | 1 | 2 |
q_TLSv1_client_methodName: | 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: | 312-312 |
| | 1 | 2 |
q_TLSv1_server_methodName: | 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: | 324-324 |
| | 1 | 2 |
q_X509CallbackName: | 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: | 280-311 |
| | 3 | 2 |
q_X509V3_EXT_d2iName: | 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: | 359-359 |
| | 1 | 2 |
q_X509V3_EXT_getName: | 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: | 358-358 |
| | 1 | 2 |
q_X509_EXTENSION_get_criticalName: | 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: | 360-360 |
| | 1 | 2 |
q_X509_EXTENSION_get_dataName: | 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: | 361-361 |
| | 1 | 2 |
q_X509_EXTENSION_get_objectName: | 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: | 353-353 |
| | 1 | 2 |
q_X509_NAME_ENTRY_get_dataName: | 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: | 375-375 |
| | 1 | 2 |
q_X509_NAME_ENTRY_get_objectName: | 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: | 376-376 |
| | 1 | 2 |
q_X509_NAME_entry_countName: | 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: | 373-373 |
| | 1 | 2 |
q_X509_NAME_get_entryName: | 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: | 374-374 |
| | 1 | 2 |
q_X509_PUBKEY_getName: | 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: | 377-377 |
| | 1 | 2 |
q_X509_STORE_CTX_freeName: | 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: | 381-381 |
| | 1 | 2 |
q_X509_STORE_CTX_get_chainName: | 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: | 387-387 |
| | 1 | 2 |
q_X509_STORE_CTX_get_current_certName: | 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: | 386-386 |
| | 1 | 2 |
q_X509_STORE_CTX_get_errorName: | 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: | 384-384 |
| | 1 | 2 |
q_X509_STORE_CTX_get_error_depthName: | 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: | 385-385 |
| | 1 | 2 |
q_X509_STORE_CTX_initName: | 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: | 382-382 |
| | 1 | 2 |
q_X509_STORE_CTX_newName: | 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: | 388-388 |
| | 1 | 2 |
q_X509_STORE_CTX_set_purposeName: | 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: | 383-383 |
| | 1 | 2 |
q_X509_STORE_add_certName: | 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: | 380-380 |
| | 1 | 2 |
q_X509_STORE_freeName: | 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: | 378-378 |
| | 1 | 2 |
q_X509_STORE_newName: | 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: | 379-379 |
| | 1 | 2 |
q_X509_check_issuedName: | 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: | 369-369 |
| | 1 | 2 |
q_X509_cmpName: | 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: | 348-348 |
| | 1 | 2 |
q_X509_dupName: | 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: | 350-350 |
| | 1 | 2 |
q_X509_freeName: | 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: | 354-354 |
| | 1 | 2 |
q_X509_get_extName: | 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: | 355-355 |
| | 1 | 2 |
q_X509_get_ext_countName: | 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: | 356-356 |
| | 1 | 2 |
q_X509_get_ext_d2iName: | 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: | 357-357 |
| | 1 | 2 |
q_X509_get_issuer_nameName: | 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: | 370-370 |
| | 1 | 2 |
q_X509_get_subject_nameName: | 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: | 371-371 |
| | 1 | 2 |
q_X509_printName: | 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: | 352-352 |
| | 1 | 2 |
q_X509_verify_certName: | 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: | 372-372 |
| | 1 | 2 |
q_configFromGLFormatName: | 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: | 345-353 |
| | 5 | 1 |
q_createConfigAttributesFromFormatName: | 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: | 57-116 |
| | 25 | 1 |
q_createNativeChildrenAndSetParentName: | 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: | 1388-1412 |
| | 13 | 8 |
q_d2i_DHparamsName: | 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: | 424-424 |
| | 1 | 2 |
q_d2i_PKCS12_bioName: | 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: | 438-438 |
| | 1 | 2 |
q_d2i_SSL_SESSIONName: | 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: | 407-407 |
| | 1 | 2 |
q_d2i_X509Name: | 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: | 164-164 |
| | 1 | 2 |
q_fromPercentEncodingName: | 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: | 4378-4416 |
| | 26 | 11 |
q_fromPercentEncodingName: | 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: | 4418-4421 |
| | 1 | 1 |
q_getTimeFromASN1Name: | 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: | 1015-1106 |
| | 62 | 13 |
q_glFormatFromConfigName: | 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: | 355-408 |
| | 40 | 4 |
q_gray_rendered_spansName: | q_gray_rendered_spans | Prototype: | int q_gray_rendered_spans(TRaster *raster) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 333-338 |
| | 3 | 2 |