| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QXmlStreamReader::setDevice| Name: | QXmlStreamReader::setDevice | | Prototype: | void QXmlStreamReader::setDevice(QIODevice *device) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 456-466 |
| | 6 | 2 |
QXmlStreamReader::~QXmlStreamReader| Name: | QXmlStreamReader::~QXmlStreamReader | | Prototype: | QXmlStreamReader::~QXmlStreamReader() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 437-442 |
| | 3 | 2 |
QXmlStreamReaderPrivate::resolveUndeclaredEntity| Name: | QXmlStreamReaderPrivate::resolveUndeclaredEntity | | Prototype: | QString QXmlStreamReaderPrivate::resolveUndeclaredEntity(const QString &name) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 201-206 |
| | 3 | 2 |
QXmlStreamWriter::writeAttributes| Name: | QXmlStreamWriter::writeAttributes | | Prototype: | void QXmlStreamWriter::writeAttributes(const QXmlStreamAttributes& attributes) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3484-3491 |
| | 5 | 2 |
QXmlStreamWriterPrivate::writeNamespaceDeclaration| Name: | QXmlStreamWriterPrivate::writeNamespaceDeclaration | | Prototype: | void QXmlStreamWriterPrivate::writeNamespaceDeclaration(const NamespaceDeclaration &namespaceDeclaration) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3123-3135 |
| | 9 | 2 |
QtConcurrent::ThreadEngineBase::startSingleThreaded| Name: | QtConcurrent::ThreadEngineBase::startSingleThreaded | | Prototype: | void ThreadEngineBase::startSingleThreaded() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 125-131 |
| | 3 | 2 |
TCBEase::value| Name: | TCBEase::value | | Prototype: | qreal value(qreal x) override | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 823-833 |
| | 5 | 2 |
TypeConstructor::customTypeConstructor| Name: | TypeConstructor::customTypeConstructor | | Prototype: | static void *customTypeConstructor(const int type, void *where, const void *copy) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1741-1753 |
| | 8 | 2 |
_q_fixupDateTime| Name: | _q_fixupDateTime | | Prototype: | static void _q_fixupDateTime(QDateTime *dateTime) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 460-469 |
| | 5 | 2 |
accessAsString| Name: | accessAsString | | Prototype: | static inline QLatin1String accessAsString(bool read, bool write) | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusxmlgenerator.cpp | | Lines: | 72-78 |
| | 3 | 2 |
check_parent_thread| Name: | check_parent_thread | | Prototype: | static bool check_parent_thread(QObject *parent, QThreadData *parentThreadData, QThreadData *currentThreadData) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 779-797 |
| | 13 | 2 |
cleanPath| Name: | cleanPath | | Prototype: | static QString cleanPath(const QString &_path) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 130-138 |
| | 4 | 2 |
createUnixEventDispatcher| Name: | createUnixEventDispatcher | | Prototype: | class QAbstractEventDispatcher *createUnixEventDispatcher() | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qgenericunixeventdispatcher.cpp | | Lines: | 40-48 |
| | 3 | 2 |
defaultCapabilitiesForType| Name: | defaultCapabilitiesForType | | Prototype: | static QNetworkProxy::Capabilities defaultCapabilitiesForType(QNetworkProxy::ProxyType type) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp | | Lines: | 357-392 |
| | 5 | 2 |
digestMd5ResponseHelper| Name: | digestMd5ResponseHelper | | Prototype: | static QByteArray digestMd5ResponseHelper( const QByteArray &alg, const QByteArray &userName, const QByteArray &realm, const QByteArray &password, const QByteArray &nonce, const QByteArray &nonceCount, const QByteArray &cNonce, const QByteArray &qop, const QByteArray &method, const QByteArray &digestUri, const QByteArray &hEntity ) | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | | Lines: | 605-668 |
| | 38 | 4 |
doNotify| Name: | doNotify | | Prototype: | static bool doNotify(QObject *receiver, QEvent *event) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1079-1091 |
| | 5 | 2 |
elfHash_finish| Name: | elfHash_finish | | Prototype: | static void elfHash_finish(uint &h) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | | Lines: | 111-115 |
| | 2 | 2 |
getWord0| Name: | getWord0 | | Prototype: | static inline quint32 getWord0(const volatile double x) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 355-363 |
| | 4 | 2 |
getWord1| Name: | getWord1 | | Prototype: | static inline quint32 getWord1(const volatile double x) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 381-389 |
| | 4 | 2 |
grabMessageHandler| Name: | grabMessageHandler | | Prototype: | static bool grabMessageHandler() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 1577-1584 |
| | 4 | 2 |
grow| Name: | grow | | Prototype: | static int grow(int size) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 57-64 |
| | 4 | 2 |
localHostName| Name: | localHostName | | Prototype: | static QByteArray localHostName() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile_unix.cpp | | Lines: | 72-79 |
| | 5 | 2 |
operator<| Name: | operator< | | Prototype: | static bool operator<(const QSettingsIniKey &k1, const QSettingsIniKey &k2) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1795-1800 |
| | 3 | 2 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QJsonArray &a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 1214-1227 |
| | 10 | 2 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QJsonObject &o) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 1187-1200 |
| | 10 | 2 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug debug, const QEasingCurve &item) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1420-1431 |
| | 8 | 2 |
parseHttpDate| Name: | parseHttpDate | | Prototype: | static QVariant parseHttpDate(const QByteArray &raw) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 841-847 |
| | 4 | 2 |
proxyAuthenticationKey| Name: | proxyAuthenticationKey | | Prototype: | static QByteArray proxyAuthenticationKey(const QNetworkProxy &proxy, const QString &realm) | | Coverage: | 50.000% (7/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessauthenticationmanager.cpp | | Lines: | 96-132 |
| | 16 | 8 |
qAddPostRoutine| Name: | qAddPostRoutine | | Prototype: | void qAddPostRoutine(QtCleanUpFunction p) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 254-260 |
| | 4 | 2 |
qAppName| Name: | qAppName | | Prototype: | QString qAppName() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 593-598 |
| | 3 | 2 |
qDBusInterfaceFromMetaObject| Name: | qDBusInterfaceFromMetaObject | | Prototype: | QString qDBusInterfaceFromMetaObject(const QMetaObject *mo) | | Coverage: | 50.000% (13/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmisc.cpp | | Lines: | 69-103 |
| | 23 | 7 |
qEncodeNtlmString| Name: | qEncodeNtlmString | | Prototype: | static int qEncodeNtlmString(QNtlmBuffer& buf, int offset, const QString& s, bool unicode) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | | Lines: | 952-960 |
| | 6 | 2 |
qFindByteArrayBoyerMoore| Name: | qFindByteArrayBoyerMoore | | Prototype: | static int qFindByteArrayBoyerMoore( const char *haystack, int haystackLen, int haystackOffset, const char *needle, int needleLen) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 245-255 |
| | 6 | 2 |
qFindStringBoyerMoore| Name: | qFindStringBoyerMoore | | Prototype: | int qFindStringBoyerMoore( const QChar *haystack, int haystackLen, int haystackOffset, const QChar *needle, int needleLen, Qt::CaseSensitivity cs) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | | Lines: | 304-314 |
| | 6 | 2 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QHostAddress &key, uint seed) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 1138-1143 |
| | 2 | 2 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QSslCertificate &key, uint seed) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 58-67 |
| | 4 | 2 |
qToLower| Name: | qToLower | | Prototype: | static inline char qToLower(char c) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 658-664 |
| | 3 | 2 |
qToLower| Name: | qToLower | | Prototype: | static char qToLower(char c) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1988-1994 |
| | 3 | 2 |
qUncompress| Name: | qUncompress | | Prototype: | QByteArray qUncompress(const uchar* data, int nbytes) | | Coverage: | 50.000% (21/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 571-650 |
| | 51 | 14 |
q_ASN1_INTEGER_get| Name: | q_ASN1_INTEGER_get | | Prototype: | long q_ASN1_INTEGER_get(ASN1_INTEGER *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 136-136 |
| | 1 | 2 |
q_ASN1_STRING_data| Name: | q_ASN1_STRING_data | | Prototype: | unsigned char * q_ASN1_STRING_data(ASN1_STRING *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 137-137 |
| | 1 | 2 |
q_ASN1_STRING_length| Name: | q_ASN1_STRING_length | | Prototype: | int q_ASN1_STRING_length(ASN1_STRING *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 138-138 |
| | 1 | 2 |
q_ASN1_STRING_to_UTF8| Name: | q_ASN1_STRING_to_UTF8 | | Prototype: | int q_ASN1_STRING_to_UTF8(unsigned char **a, ASN1_STRING *b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 139-139 |
| | 1 | 2 |
q_AUTHORITY_KEYID_free| Name: | q_AUTHORITY_KEYID_free | | Prototype: | void q_AUTHORITY_KEYID_free(AUTHORITY_KEYID *a) | | 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_BASIC_CONSTRAINTS_free| Name: | q_BASIC_CONSTRAINTS_free | | Prototype: | void q_BASIC_CONSTRAINTS_free(BASIC_CONSTRAINTS *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_BIO_ctrl| Name: | q_BIO_ctrl | | Prototype: | long q_BIO_ctrl(BIO *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: | 140-140 |
| | 1 | 2 |
q_BIO_free| Name: | q_BIO_free | | Prototype: | int q_BIO_free(BIO *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 141-141 |
| | 1 | 2 |
q_BIO_new| Name: | q_BIO_new | | Prototype: | BIO * q_BIO_new(BIO_METHOD *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 142-142 |
| | 1 | 2 |
q_BIO_new_mem_buf| Name: | q_BIO_new_mem_buf | | Prototype: | BIO * q_BIO_new_mem_buf(void *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: | 143-143 |
| | 1 | 2 |
q_BIO_read| Name: | q_BIO_read | | Prototype: | int q_BIO_read(BIO *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: | 144-144 |
| | 1 | 2 |
q_BIO_s_mem| Name: | q_BIO_s_mem | | Prototype: | BIO_METHOD * q_BIO_s_mem(void) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 145-145 |
| | 1 | 2 |
q_BIO_write| Name: | q_BIO_write | | Prototype: | int q_BIO_write(BIO *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: | 146-146 |
| | 1 | 2 |
q_BN_num_bits| Name: | q_BN_num_bits | | Prototype: | int q_BN_num_bits(const BIGNUM *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 147-147 |
| | 1 | 2 |
q_CRYPTO_free| Name: | q_CRYPTO_free | | Prototype: | void q_CRYPTO_free(void *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 155-155 |
| | 1 | 2 |
q_CRYPTO_num_locks| Name: | q_CRYPTO_num_locks | | Prototype: | int q_CRYPTO_num_locks() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 152-152 |
| | 1 | 2 |
q_CRYPTO_set_id_callback| Name: | q_CRYPTO_set_id_callback | | Prototype: | void q_CRYPTO_set_id_callback(unsigned long (*a)()) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 154-154 |
| | 1 | 2 |
q_CRYPTO_set_locking_callback| Name: | q_CRYPTO_set_locking_callback | | Prototype: | void q_CRYPTO_set_locking_callback(void (*a)(int, int, const char *, int)) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 153-153 |
| | 1 | 2 |
q_DH_free| Name: | q_DH_free | | Prototype: | void q_DH_free(DH *dh) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 417-417 |
| | 1 | 2 |
q_DSA_free| Name: | q_DSA_free | | Prototype: | void q_DSA_free(DSA *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 157-157 |
| | 1 | 2 |
q_EC_GROUP_get_degree| Name: | q_EC_GROUP_get_degree | | Prototype: | int q_EC_GROUP_get_degree(const EC_GROUP* g) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 150-150 |
| | 1 | 2 |
q_EC_KEY_free| Name: | q_EC_KEY_free | | Prototype: | void q_EC_KEY_free(EC_KEY *ecdh) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 423-423 |
| | 1 | 2 |
q_EC_KEY_get0_group| Name: | q_EC_KEY_get0_group | | Prototype: | const EC_GROUP* q_EC_KEY_get0_group(const EC_KEY* k) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 149-149 |
| | 1 | 2 |
q_EC_KEY_new_by_curve_name| Name: | q_EC_KEY_new_by_curve_name | | Prototype: | EC_KEY * q_EC_KEY_new_by_curve_name(int nid) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 422-422 |
| | 1 | 2 |
q_EC_get_builtin_curves| Name: | q_EC_get_builtin_curves | | Prototype: | size_t q_EC_get_builtin_curves(EC_builtin_curve * r, size_t nitems) | | 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_ERR_error_string| Name: | q_ERR_error_string | | Prototype: | char * q_ERR_error_string(unsigned long a, char *b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 159-159 |
| | 1 | 2 |
q_ERR_free_strings| Name: | q_ERR_free_strings | | Prototype: | void q_ERR_free_strings(void) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 161-161 |
| | 1 | 2 |
q_ERR_get_error| Name: | q_ERR_get_error | | Prototype: | unsigned long q_ERR_get_error() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 160-160 |
| | 1 | 2 |
q_EVP_CIPHER_CTX_cleanup| Name: | q_EVP_CIPHER_CTX_cleanup | | Prototype: | void q_EVP_CIPHER_CTX_cleanup(EVP_CIPHER_CTX *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 162-162 |
| | 1 | 2 |
q_EVP_CIPHER_CTX_ctrl| Name: | q_EVP_CIPHER_CTX_ctrl | | Prototype: | int q_EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) | | 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_EVP_CIPHER_CTX_init| Name: | q_EVP_CIPHER_CTX_init | | Prototype: | void q_EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 163-163 |
| | 1 | 2 |
q_EVP_CIPHER_CTX_set_key_length| Name: | q_EVP_CIPHER_CTX_set_key_length | | Prototype: | int q_EVP_CIPHER_CTX_set_key_length(EVP_CIPHER_CTX *ctx, int keylen) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 165-165 |
| | 1 | 2 |
q_EVP_CipherFinal| Name: | q_EVP_CipherFinal | | Prototype: | int q_EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 168-168 |
| | 1 | 2 |
q_EVP_CipherInit| Name: | q_EVP_CipherInit | | Prototype: | int q_EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, const unsigned char *key, const unsigned char *iv, int enc) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 166-166 |
| | 1 | 2 |
q_EVP_CipherUpdate| Name: | q_EVP_CipherUpdate | | Prototype: | int q_EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 167-167 |
| | 1 | 2 |
q_EVP_PKEY_free| Name: | q_EVP_PKEY_free | | Prototype: | void q_EVP_PKEY_free(EVP_PKEY *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 178-178 |
| | 1 | 2 |
q_EVP_PKEY_get1_DSA| Name: | q_EVP_PKEY_get1_DSA | | Prototype: | DSA * q_EVP_PKEY_get1_DSA(EVP_PKEY *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 179-179 |
| | 1 | 2 |
q_EVP_PKEY_get1_EC_KEY| Name: | q_EVP_PKEY_get1_EC_KEY | | Prototype: | EC_KEY * q_EVP_PKEY_get1_EC_KEY(EVP_PKEY *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 182-182 |
| | 1 | 2 |
q_EVP_PKEY_get1_RSA| Name: | q_EVP_PKEY_get1_RSA | | Prototype: | RSA * q_EVP_PKEY_get1_RSA(EVP_PKEY *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 180-180 |
| | 1 | 2 |
q_EVP_PKEY_new| Name: | q_EVP_PKEY_new | | Prototype: | EVP_PKEY * q_EVP_PKEY_new() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 184-184 |
| | 1 | 2 |
q_EVP_PKEY_set1_RSA| Name: | q_EVP_PKEY_set1_RSA | | Prototype: | int q_EVP_PKEY_set1_RSA(EVP_PKEY *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: | 173-173 |
| | 1 | 2 |
q_EVP_PKEY_type| Name: | q_EVP_PKEY_type | | Prototype: | int q_EVP_PKEY_type(int a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 185-185 |
| | 1 | 2 |
q_EVP_des_cbc| Name: | q_EVP_des_cbc | | Prototype: | const EVP_CIPHER * q_EVP_des_cbc() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 169-169 |
| | 1 | 2 |
q_EVP_des_ede3_cbc| Name: | q_EVP_des_ede3_cbc | | Prototype: | const EVP_CIPHER * q_EVP_des_ede3_cbc() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 170-170 |
| | 1 | 2 |
q_EVP_rc2_cbc| Name: | q_EVP_rc2_cbc | | Prototype: | const EVP_CIPHER * q_EVP_rc2_cbc() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 171-171 |
| | 1 | 2 |
q_OBJ_ln2nid| Name: | q_OBJ_ln2nid | | Prototype: | int q_OBJ_ln2nid(const char *s) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 190-190 |
| | 1 | 2 |
q_OBJ_nid2ln| Name: | q_OBJ_nid2ln | | Prototype: | const char * q_OBJ_nid2ln(int a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 188-188 |
| | 1 | 2 |
q_OBJ_nid2sn| Name: | q_OBJ_nid2sn | | Prototype: | const char * q_OBJ_nid2sn(int a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 187-187 |
| | 1 | 2 |
q_OBJ_obj2nid| Name: | q_OBJ_obj2nid | | Prototype: | int q_OBJ_obj2nid(const ASN1_OBJECT *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 194-194 |
| | 1 | 2 |
q_OBJ_obj2txt| Name: | q_OBJ_obj2txt | | Prototype: | int q_OBJ_obj2txt(char *a, int b, ASN1_OBJECT *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: | 192-192 |
| | 1 | 2 |
q_OBJ_sn2nid| Name: | q_OBJ_sn2nid | | Prototype: | int q_OBJ_sn2nid(const char *s) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 189-189 |
| | 1 | 2 |
q_OPENSSL_add_all_algorithms_conf| Name: | q_OPENSSL_add_all_algorithms_conf | | Prototype: | void q_OPENSSL_add_all_algorithms_conf(void) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 396-396 |
| | 1 | 2 |
q_PEM_read_bio_DSAPrivateKey| Name: | q_PEM_read_bio_DSAPrivateKey | | Prototype: | DSA * q_PEM_read_bio_DSAPrivateKey(BIO *a, DSA **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: | 199-199 |
| | 1 | 2 |
q_PEM_read_bio_DSA_PUBKEY| Name: | q_PEM_read_bio_DSA_PUBKEY | | Prototype: | DSA * q_PEM_read_bio_DSA_PUBKEY(BIO *a, DSA **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: | 210-210 |
| | 1 | 2 |
q_PEM_read_bio_ECPrivateKey| Name: | q_PEM_read_bio_ECPrivateKey | | Prototype: | EC_KEY * q_PEM_read_bio_ECPrivateKey(BIO *a, EC_KEY **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: | 202-202 |
| | 1 | 2 |
q_PEM_read_bio_EC_PUBKEY| Name: | q_PEM_read_bio_EC_PUBKEY | | Prototype: | EC_KEY * q_PEM_read_bio_EC_PUBKEY(BIO *a, EC_KEY **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: | 213-213 |
| | 1 | 2 |
q_PEM_read_bio_RSAPrivateKey| Name: | q_PEM_read_bio_RSAPrivateKey | | Prototype: | RSA * q_PEM_read_bio_RSAPrivateKey(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: | 200-200 |
| | 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 |
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_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_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 |