MCPcopy Create free account

hub / github.com/OISF/libhtp / functions

Functions1,613 in github.com/OISF/libhtp

MethodEq
test/gtest/gtest.h:1474
MethodEquals
test/gtest/gtest.h:10248
MethodEquals
test/gtest/gtest.h:13439
MethodEquals
test/gtest/gtest.h:13562
MethodEquals
test/gtest/gtest.h:13703
MethodEquals
test/gtest/gtest.h:13861
MethodEquals
test/gtest/gtest.h:14038
MethodEquals
test/gtest/gtest.h:14232
MethodEquals
test/gtest/gtest.h:14445
MethodEquals
test/gtest/gtest.h:14674
MethodEquals
test/gtest/gtest.h:14921
MethodEscapeXml
Returns an XML-escaped copy of the input string str. If is_attribute is true, the text is meant to appear as an attribute value, and normalizable whi
test/gtest/gtest-all.cc:4428
MethodEscapeXmlAttribute
Convenience wrapper around EscapeXml when str is an attribute value.
test/gtest/gtest-all.cc:4342
MethodEscapeXmlText
Convenience wrapper around EscapeXml when str is not an attribute value.
test/gtest/gtest-all.cc:4347
MethodEventForwardingEnabled
Controls whether events will be forwarded by the repeater to the listeners in the list.
test/gtest/gtest-all.cc:4920
MethodExecDeathTest
test/gtest/gtest-all.cc:7030
MethodExecute
test/gtest/gtest-all.cc:215
FunctionExitedUnsuccessfully
Returns true if exit_status describes a process that was terminated by a signal, or exited normally with a nonzero exit code.
test/gtest/gtest-all.cc:6367
MethodExitedWithCode
ExitedWithCode constructor.
test/gtest/gtest-all.cc:6308
MethodExtractSummary
Gets the summary of the failure message by omitting the stack trace in it.
test/gtest/gtest-all.cc:8951
FunctionFReopen
test/gtest/gtest.h:2686
MethodField
test/gtest/gtest.h:1321
MethodField
test/gtest/gtest.h:1333
MethodField
test/gtest/gtest.h:1345
MethodField
test/gtest/gtest.h:1357
MethodField
test/gtest/gtest.h:1369
MethodField
test/gtest/gtest.h:1381
MethodField
test/gtest/gtest.h:1393
MethodField
test/gtest/gtest.h:1405
MethodField
test/gtest/gtest.h:1417
MethodField
test/gtest/gtest.h:1429
MethodFilterMatchesTest
Returns true iff the user-specified filter matches the test case name and the test name.
test/gtest/gtest-all.cc:1778
MethodFilterTests
Compares the name of each test with the user-specified filter to decide whether the test should be run, then records the result in each TestCase and T
test/gtest/gtest-all.cc:5681
MethodFindLastPathSeparator
Returns a pointer to the last occurence of a valid path separator in the FilePath. On Windows, for example, both '/' and '\' are valid path separators
test/gtest/gtest-all.cc:7557
FunctionFloatLE
Asserts that val1 is less than, or almost equal to, val2. Fails otherwise. In particular, it fails if either val1 or val2 is NaN.
test/gtest/gtest-all.cc:2399
MethodFloatingPoint
Constructs a FloatingPoint from a raw floating-point number. On an Intel CPU, passing a non-normalized NAN (Not a Number) around may change its bits,
test/gtest/gtest.h:7045
FunctionFloatingPointLE
test/gtest/gtest-all.cc:2362
MethodForkingDeathTest
Constructs a ForkingDeathTest.
test/gtest/gtest-all.cc:6953
MethodFormat
Formats a list of arguments to a String, using the same format spec string as for printf. We do not use the StringPrintf class as it is not universal
test/gtest/gtest-all.cc:3004
FunctionFullMatch
FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches
test/gtest/gtest.h:1899
MethodFullMatch
Returns true iff regular expression re matches the entire str.
test/gtest/gtest-all.cc:7930
MethodGTestFlagSaver
The c'tor.
test/gtest/gtest-all.cc:551
MethodGTestLog
test/gtest/gtest-all.cc:8262
MethodGTestMutexLock
test/gtest/gtest.h:2329
MethodGTestShouldProcessSEH
Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. This function is usefu
test/gtest/gtest-all.cc:1812
FunctionGUnzip_decompressor_callback
test/test_gunzip.cpp:55
MethodGenerateUniqueFileName
Returns a pathname for a file that does not currently exist. The pathname will be directory/base_name.extension or directory/base_name_<number>.extens
test/gtest/gtest-all.cc:7707
MethodGetAbsolutePathToOutputFile
Returns the name of the requested output file, or the default if none was explicitly specified.
test/gtest/gtest-all.cc:1701
FunctionGetBoolAssertionFailureMessage
Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
test/gtest/gtest-all.cc:2325
FunctionGetCapturedStdout
Stops capturing stdout and returns the captured string.
test/gtest/gtest-all.cc:8423
MethodGetCurrentDir
Returns the current working directory, or "" if unsuccessful.
test/gtest/gtest-all.cc:7528
FunctionGetCurrentOsStackTraceExceptTop
Returns the current OS stack trace as a String. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth flag.
test/gtest/gtest-all.cc:5822
MethodGetFileSize
Returns the size (in bytes) of a file.
test/gtest/gtest-all.cc:8358
MethodGetInstance
Gets the singleton UnitTest object. The first time this method is called, a UnitTest object is constructed and returned. Consecutive calls will retu
test/gtest/gtest-all.cc:4937
FunctionGetMatchesSpec1
htp/lzma/LzFind.c:464
MethodGetMutableTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
test/gtest/gtest-all.cc:5018
MethodGetMutableTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
test/gtest/gtest-all.cc:3721
MethodGetOrCreateValue
test/gtest/gtest.h:2432
MethodGetOutputFormat
Returns the output format, or "" for normal printed output.
test/gtest/gtest-all.cc:1689
FunctionGetString
Gets the text streamed to this object so far as a String. Each '\0' character in the buffer is replaced with "\\0". INTERNAL IMPLEMENTATION - DO NOT
test/gtest/gtest.h:8683
MethodGetTestCasePatternHolder
test/gtest/gtest.h:10503
FunctionGetTypeId
test/gtest/gtest.h:7172
FunctionGetTypeName
test/gtest/gtest.h:3472
MethodGoogleTestFailureException
test/gtest/gtest-all.cc:3360
FunctionHTPCallbackLog
* Invoked every time LibHTP wants to log. * * @param[in] log */
test/fuzz/fuzz_htp.c:115
FunctionHTPCallbackLog
* Invoked every time LibHTP wants to log. * * @param[in] log */
test/fuzz/fuzz_diff.c:116
FunctionHTPCallbackRequest
test/fuzz/fuzz_htp.c:92
FunctionHTPCallbackRequest
test/fuzz/fuzz_diff.c:93
FunctionHTPCallbackRequestBodyData
test/fuzz/fuzz_htp.c:68
FunctionHTPCallbackRequestBodyData
test/fuzz/fuzz_diff.c:69
FunctionHTPCallbackRequestHasTrailer
test/fuzz/fuzz_htp.c:56
FunctionHTPCallbackRequestHasTrailer
test/fuzz/fuzz_diff.c:57
FunctionHTPCallbackRequestHeaderData
test/fuzz/fuzz_htp.c:38
FunctionHTPCallbackRequestHeaderData
test/fuzz/fuzz_diff.c:39
FunctionHTPCallbackRequestLine
test/fuzz/fuzz_htp.c:104
FunctionHTPCallbackRequestLine
test/fuzz/fuzz_diff.c:105
FunctionHTPCallbackRequestStart
test/fuzz/fuzz_htp.c:86
FunctionHTPCallbackRequestStart
test/fuzz/fuzz_diff.c:87
FunctionHTPCallbackResponse
* Invoked at the end of every transaction. * * @param[in] connp */
test/fuzz/fuzz_htp.c:29
FunctionHTPCallbackResponse
* Invoked at the end of every transaction. * * @param[in] connp */
test/fuzz/fuzz_diff.c:30
FunctionHTPCallbackResponseBodyData
test/fuzz/fuzz_htp.c:77
FunctionHTPCallbackResponseBodyData
test/fuzz/fuzz_diff.c:78
FunctionHTPCallbackResponseHasTrailer
test/fuzz/fuzz_htp.c:62
FunctionHTPCallbackResponseHasTrailer
test/fuzz/fuzz_diff.c:63
FunctionHTPCallbackResponseHeaderData
test/fuzz/fuzz_htp.c:47
FunctionHTPCallbackResponseHeaderData
test/fuzz/fuzz_diff.c:48
FunctionHTPCallbackResponseStart
test/fuzz/fuzz_htp.c:98
FunctionHTPCallbackResponseStart
test/fuzz/fuzz_diff.c:99
FunctionHasFailure
Returns true iff the current test has a (either fatal or non-fatal) failure.
test/gtest/gtest.h:17417
MethodHasFatalFailure
Returns true iff the test fatally failed.
test/gtest/gtest-all.cc:3171
MethodHasNewFatalFailureHelper
test/gtest/gtest-all.cc:8989
MethodHasNonfatalFailure
Returns true iff the test has a non-fatal failure.
test/gtest/gtest-all.cc:3181
FunctionHasOneFailure
This predicate-formatter checks that 'results' contains a test part failure of the given type and that the failure message contains the given substrin
test/gtest/gtest-all.cc:1909
MethodHasSameFixtureClass
Google Test requires all tests in the same test case to use the same test fixture class. This function checks if the current test has the same fixtur
test/gtest/gtest-all.cc:3255
FunctionHc3Zip_MatchFinder_GetMatches
htp/lzma/LzFind.c:936
FunctionHc3Zip_MatchFinder_Skip
htp/lzma/LzFind.c:1071
FunctionHc4_MatchFinder_GetMatches
htp/lzma/LzFind.c:799
FunctionHc4_MatchFinder_Skip
htp/lzma/LzFind.c:1030
FunctionHybridParsing_DisableDecompressionTest_Callback_RESPONSE_HEADERS
test/test_hybrid.cpp:558
FunctionHybridParsing_ForcedDecompressionTest_Callback_RESPONSE_HEADERS
test/test_hybrid.cpp:533
← previousnext →901–1,000 of 1,613, ranked by callers