Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OISF/libhtp
/ functions
Functions
1,613 in github.com/OISF/libhtp
⨍
Functions
1,613
◇
Types & classes
650
Method
Eq
test/gtest/gtest.h:1474
Method
Equals
test/gtest/gtest.h:10248
Method
Equals
test/gtest/gtest.h:13439
Method
Equals
test/gtest/gtest.h:13562
Method
Equals
test/gtest/gtest.h:13703
Method
Equals
test/gtest/gtest.h:13861
Method
Equals
test/gtest/gtest.h:14038
Method
Equals
test/gtest/gtest.h:14232
Method
Equals
test/gtest/gtest.h:14445
Method
Equals
test/gtest/gtest.h:14674
Method
Equals
test/gtest/gtest.h:14921
Method
EscapeXml
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
Method
EscapeXmlAttribute
Convenience wrapper around EscapeXml when str is an attribute value.
test/gtest/gtest-all.cc:4342
Method
EscapeXmlText
Convenience wrapper around EscapeXml when str is not an attribute value.
test/gtest/gtest-all.cc:4347
Method
EventForwardingEnabled
Controls whether events will be forwarded by the repeater to the listeners in the list.
test/gtest/gtest-all.cc:4920
Method
ExecDeathTest
test/gtest/gtest-all.cc:7030
Method
Execute
test/gtest/gtest-all.cc:215
Function
ExitedUnsuccessfully
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
Method
ExitedWithCode
ExitedWithCode constructor.
test/gtest/gtest-all.cc:6308
Method
ExtractSummary
Gets the summary of the failure message by omitting the stack trace in it.
test/gtest/gtest-all.cc:8951
Function
FReopen
test/gtest/gtest.h:2686
Method
Field
test/gtest/gtest.h:1321
Method
Field
test/gtest/gtest.h:1333
Method
Field
test/gtest/gtest.h:1345
Method
Field
test/gtest/gtest.h:1357
Method
Field
test/gtest/gtest.h:1369
Method
Field
test/gtest/gtest.h:1381
Method
Field
test/gtest/gtest.h:1393
Method
Field
test/gtest/gtest.h:1405
Method
Field
test/gtest/gtest.h:1417
Method
Field
test/gtest/gtest.h:1429
Method
FilterMatchesTest
Returns true iff the user-specified filter matches the test case name and the test name.
test/gtest/gtest-all.cc:1778
Method
FilterTests
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
Method
FindLastPathSeparator
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
Function
FloatLE
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
Method
FloatingPoint
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
Function
FloatingPointLE
test/gtest/gtest-all.cc:2362
Method
ForkingDeathTest
Constructs a ForkingDeathTest.
test/gtest/gtest-all.cc:6953
Method
Format
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
Function
FullMatch
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
Method
FullMatch
Returns true iff regular expression re matches the entire str.
test/gtest/gtest-all.cc:7930
Method
GTestFlagSaver
The c'tor.
test/gtest/gtest-all.cc:551
Method
GTestLog
test/gtest/gtest-all.cc:8262
Method
GTestMutexLock
test/gtest/gtest.h:2329
Method
GTestShouldProcessSEH
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
Function
GUnzip_decompressor_callback
test/test_gunzip.cpp:55
Method
GenerateUniqueFileName
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
Method
GetAbsolutePathToOutputFile
Returns the name of the requested output file, or the default if none was explicitly specified.
test/gtest/gtest-all.cc:1701
Function
GetBoolAssertionFailureMessage
Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
test/gtest/gtest-all.cc:2325
Function
GetCapturedStdout
Stops capturing stdout and returns the captured string.
test/gtest/gtest-all.cc:8423
Method
GetCurrentDir
Returns the current working directory, or "" if unsuccessful.
test/gtest/gtest-all.cc:7528
Function
GetCurrentOsStackTraceExceptTop
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
Method
GetFileSize
Returns the size (in bytes) of a file.
test/gtest/gtest-all.cc:8358
Method
GetInstance
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
Function
GetMatchesSpec1
htp/lzma/LzFind.c:464
Method
GetMutableTestCase
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
Method
GetMutableTestInfo
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
Method
GetOrCreateValue
test/gtest/gtest.h:2432
Method
GetOutputFormat
Returns the output format, or "" for normal printed output.
test/gtest/gtest-all.cc:1689
Function
GetString
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
Method
GetTestCasePatternHolder
test/gtest/gtest.h:10503
Function
GetTypeId
test/gtest/gtest.h:7172
Function
GetTypeName
test/gtest/gtest.h:3472
Method
GoogleTestFailureException
test/gtest/gtest-all.cc:3360
Function
HTPCallbackLog
* Invoked every time LibHTP wants to log. * * @param[in] log */
test/fuzz/fuzz_htp.c:115
Function
HTPCallbackLog
* Invoked every time LibHTP wants to log. * * @param[in] log */
test/fuzz/fuzz_diff.c:116
Function
HTPCallbackRequest
test/fuzz/fuzz_htp.c:92
Function
HTPCallbackRequest
test/fuzz/fuzz_diff.c:93
Function
HTPCallbackRequestBodyData
test/fuzz/fuzz_htp.c:68
Function
HTPCallbackRequestBodyData
test/fuzz/fuzz_diff.c:69
Function
HTPCallbackRequestHasTrailer
test/fuzz/fuzz_htp.c:56
Function
HTPCallbackRequestHasTrailer
test/fuzz/fuzz_diff.c:57
Function
HTPCallbackRequestHeaderData
test/fuzz/fuzz_htp.c:38
Function
HTPCallbackRequestHeaderData
test/fuzz/fuzz_diff.c:39
Function
HTPCallbackRequestLine
test/fuzz/fuzz_htp.c:104
Function
HTPCallbackRequestLine
test/fuzz/fuzz_diff.c:105
Function
HTPCallbackRequestStart
test/fuzz/fuzz_htp.c:86
Function
HTPCallbackRequestStart
test/fuzz/fuzz_diff.c:87
Function
HTPCallbackResponse
* Invoked at the end of every transaction. * * @param[in] connp */
test/fuzz/fuzz_htp.c:29
Function
HTPCallbackResponse
* Invoked at the end of every transaction. * * @param[in] connp */
test/fuzz/fuzz_diff.c:30
Function
HTPCallbackResponseBodyData
test/fuzz/fuzz_htp.c:77
Function
HTPCallbackResponseBodyData
test/fuzz/fuzz_diff.c:78
Function
HTPCallbackResponseHasTrailer
test/fuzz/fuzz_htp.c:62
Function
HTPCallbackResponseHasTrailer
test/fuzz/fuzz_diff.c:63
Function
HTPCallbackResponseHeaderData
test/fuzz/fuzz_htp.c:47
Function
HTPCallbackResponseHeaderData
test/fuzz/fuzz_diff.c:48
Function
HTPCallbackResponseStart
test/fuzz/fuzz_htp.c:98
Function
HTPCallbackResponseStart
test/fuzz/fuzz_diff.c:99
Function
HasFailure
Returns true iff the current test has a (either fatal or non-fatal) failure.
test/gtest/gtest.h:17417
Method
HasFatalFailure
Returns true iff the test fatally failed.
test/gtest/gtest-all.cc:3171
Method
HasNewFatalFailureHelper
test/gtest/gtest-all.cc:8989
Method
HasNonfatalFailure
Returns true iff the test has a non-fatal failure.
test/gtest/gtest-all.cc:3181
Function
HasOneFailure
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
Method
HasSameFixtureClass
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
Function
Hc3Zip_MatchFinder_GetMatches
htp/lzma/LzFind.c:936
Function
Hc3Zip_MatchFinder_Skip
htp/lzma/LzFind.c:1071
Function
Hc4_MatchFinder_GetMatches
htp/lzma/LzFind.c:799
Function
Hc4_MatchFinder_Skip
htp/lzma/LzFind.c:1030
Function
HybridParsing_DisableDecompressionTest_Callback_RESPONSE_HEADERS
test/test_hybrid.cpp:558
Function
HybridParsing_ForcedDecompressionTest_Callback_RESPONSE_HEADERS
test/test_hybrid.cpp:533
← previous
next →
901–1,000 of 1,613, ranked by callers