MCPcopy Create free account

hub / github.com/Qihoo360/QConf / functions

Functions8,492 in github.com/Qihoo360/QConf

↓ 3 callersFunctionCurl_sasl_create_digest_md5_message
* Curl_sasl_create_digest_md5_message() * * This is used to generate an already encoded DIGEST-MD5 response message * ready for sending to the reci
deps/curl/lib/curl_sasl.c:399
↓ 3 callersFunctionCurl_sasl_create_ntlm_type3_message
* Curl_sasl_create_ntlm_type3_message() * * This is used to generate an already encoded NTLM type-3 message ready for * sending to the recipient.
deps/curl/lib/curl_sasl.c:629
↓ 3 callersFunctionCurl_sasl_decode_cram_md5_message
* Curl_sasl_decode_cram_md5_message() * * This is used to decode an already encoded CRAM-MD5 challenge message. * * Parameters: * * chlg64 [in]
deps/curl/lib/curl_sasl.c:227
↓ 3 callersFunctionCurl_sasl_decode_ntlm_type2_message
* Curl_sasl_decode_ntlm_type2_message() * * This is used to decode an already encoded NTLM type-2 message. * * Parameters: * * data [in]
deps/curl/lib/curl_sasl.c:595
↓ 3 callersFunctionCurl_sec_read_msg
deps/curl/lib/security.c:364
↓ 3 callersFunctionCurl_splayinsert
Insert key i into the tree t. Return a pointer to the resulting tree or * NULL if something went wrong. * * @unittest: 1309 */
deps/curl/lib/splay.c:100
↓ 3 callersFunctionCurl_splayremovebyaddr
Deletes the very node we point out from the tree if it's there. Stores a * pointer to the new resulting tree in 'newroot'. * * Returns zero on succ
deps/curl/lib/splay.c:222
↓ 3 callersFunctionCurl_ssl_connect
deps/curl/lib/vtls/vtls.c:285
↓ 3 callersFunctionCurl_sspi_global_init
* Curl_sspi_global_init() * * This is used to load the Security Service Provider Interface (SSPI) * dynamic link library portably across all Window
deps/curl/lib/curl_sspi.c:72
↓ 3 callersFunctionExpectNonFatalFailureRecordingPropertyWithReservedKey
When a property using a reserved key is supplied to this function, it tests that a non-fatal failure is added, a fatal failure is not added, and that
test/unit/gtest/test/gtest_unittest.cc:1936
↓ 3 callersFunctionFlagToEnvVar
Returns the name of the environment variable corresponding to the given flag. For example, FlagToEnvVar("foo") will return "GTEST_FOO" in the open-so
test/unit/gtest/src/gtest-port.cc:709
↓ 3 callersFunctionFlagToEnvVar
Returns the name of the environment variable corresponding to the given flag. For example, FlagToEnvVar("foo") will return "GTEST_FOO" in the open-so
test/unit/gtest/fused-src/gtest/gtest-all.cc:8919
↓ 3 callersFunctionFormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
test/unit/gtest/fused-src/gtest/gtest-all.cc:4697
↓ 3 callersFunctionGetAbsolutePathOf
Turns the given relative path into an absolute path.
test/unit/gtest/test/gtest-options_test.cc:63
↓ 3 callersFunctionGetPrefixUntilComma
Returns the prefix of 'str' before the first comma in it; returns the entire string if it contains no comma.
test/unit/gtest/fused-src/gtest/gtest.h:7513
↓ 3 callersMethodGetTestCase
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/unit/gtest/fused-src/gtest/gtest-all.cc:5216
↓ 3 callersMethodGetTestInfo
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/unit/gtest/fused-src/gtest/gtest-all.cc:3893
↓ 3 callersMethodGetTestPartResultReporterForCurrentThread
Returns the test part result reporter for the current thread.
test/unit/gtest/src/gtest.cc:696
↓ 3 callersMethodGetTestPartResultReporterForCurrentThread
Returns the test part result reporter for the current thread.
test/unit/gtest/fused-src/gtest/gtest-all.cc:2180
↓ 3 callersFunctionGetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
test/unit/gtest/fused-src/gtest/gtest-all.cc:2082
↓ 3 callersFunctionIdToKey
test/unit/gtest/test/gtest_stress_test.cc:64
↓ 3 callersFunctionIdToString
test/unit/gtest/test/gtest_stress_test.cc:70
↓ 3 callersMethodIncrement
Returns the current counter value, and increments it.
test/unit/gtest/samples/sample4.cc:39
↓ 3 callersMethodInitEnv
monitor/src/monitor_zk.cc:58
↓ 3 callersFunctionInt32FromGTestEnv
Reads and returns a 32-bit integer stored in the environment variable corresponding to the given flag; if it isn't set or doesn't represent a valid 32
test/unit/gtest/fused-src/gtest/gtest-all.cc:8986
↓ 3 callersFunctionInvokeWithModifiedEnv
Runs the given function and arguments in a modified environment.
test/unit/gtest/test/gtest_filter_unittest.py:204
↓ 3 callersFunctionIsTrue
test/unit/gtest/src/gtest.cc:4648
↓ 3 callersFunctionIsTrue
test/unit/gtest/fused-src/gtest/gtest-all.cc:6132
↓ 3 callersFunctionMD4Update
MD4 block update operation. Continues an MD4 message-digest operation, processing another message block, and updating the context. */
deps/curl/lib/md4.c:108
↓ 3 callersFunctionMatchRegexAtHead
Returns true iff regex matches a prefix of str. regex must be a valid simple regular expression and not start with "^", or the result is undefined.
test/unit/gtest/fused-src/gtest/gtest-all.cc:8557
↓ 3 callersFunctionNormalExitStatus
Returns the exit status of a process that calls _exit(2) with a given exit code. This is a helper function for the ExitStatusPredicateTest test suite
test/unit/gtest/test/gtest-death-test_test.cc:229
↓ 3 callersFunctionOID2str
deps/curl/lib/x509asn1.c:408
↓ 3 callersFunctionParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
test/unit/gtest/src/gtest.cc:4677
↓ 3 callersFunctionParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
test/unit/gtest/fused-src/gtest/gtest-all.cc:6161
↓ 3 callersFunctionParseInt32
Parses 'str' for a 32-bit signed integer. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns
test/unit/gtest/src/gtest-port.cc:724
↓ 3 callersFunctionParseInt32
Parses 'str' for a 32-bit signed integer. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns
test/unit/gtest/fused-src/gtest/gtest-all.cc:8934
↓ 3 callersFunctionParseInt32Flag
Parses a string for an Int32 flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
test/unit/gtest/fused-src/gtest/gtest-all.cc:6216
↓ 3 callersFunctionPeekToken
(a_list)
test/unit/gtest/scripts/pump.py:463
↓ 3 callersFunctionPrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
test/unit/gtest/src/gtest-printers.cc:59
↓ 3 callersFunctionPrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
test/unit/gtest/fused-src/gtest/gtest-all.cc:9072
↓ 3 callersFunctionPrintRawArrayTo
test/unit/gtest/fused-src/gtest/gtest.h:9638
↓ 3 callersFunctionPrintRawArrayTo
test/unit/gtest/include/gtest/gtest-printers.h:447
↓ 3 callersFunctionQMD5Update
base/qlibc/md5.c:134
↓ 3 callersFunctionQMD5Update
manager/src/c/qlibc/md5.c:134
↓ 3 callersMethodRegisterTests
UnitTest class invokes this method to register tests in this test case test cases right before running tests in RUN_ALL_TESTS macro. This method shoul
test/unit/gtest/fused-src/gtest/gtest.h:10486
↓ 3 callersMethodRemoveTrailingPathSeparator
If input name has a trailing separator character, remove it and return the name, otherwise return the name string unmodified. On Windows platform, use
test/unit/gtest/fused-src/gtest/gtest-all.cc:8175
↓ 3 callersFunctionReportFailureInUnknownLocation
test/unit/gtest/src/gtest.cc:1926
↓ 3 callersFunctionReportFailureInUnknownLocation
test/unit/gtest/fused-src/gtest/gtest-all.cc:3410
↓ 3 callersFunctionRequest_path_watch_init
deps/zookeeper/src/zookeeper.c:2608
↓ 3 callersFunctionRequest_path_watch_init
manager/deps/zookeeper/src/zookeeper.c:2608
↓ 3 callersMethodReset
Resets the state of the environment s.t. it can be reused.
test/unit/gtest/test/gtest_environment_test.cc:82
↓ 3 callersFunctionSet
test/unit/gtest/fused-src/gtest/gtest.h:3560
↓ 3 callersMethodSetValue
Sets a new value, overriding the one supplied in the constructor.
test/unit/gtest/include/gtest/gtest.h:483
↓ 3 callersFunctionShuffleRange
test/unit/gtest/fused-src/gtest/gtest-all.cc:712
↓ 3 callersFunctionSkipComma
Skips to the first non-space char after the first comma in 'str'; returns NULL if no comma is found in 'str'.
test/unit/gtest/fused-src/gtest/gtest.h:7502
↓ 3 callersFunctionSleepMilliseconds
Sleeps for (roughly) n milli-seconds. This function is only for testing Google Test's own constructs. Don't use it in user tests, either directly or
test/unit/gtest/fused-src/gtest/gtest.h:2295
↓ 3 callersFunctionSubString
Returns a substring in lines.
test/unit/gtest/scripts/pump.py:208
↓ 3 callersFunctionSubWithTrace
Another helper function for testing SCOPED_TRACE.
test/unit/gtest/test/gtest_output_test_.cc:169
↓ 3 callersFunctionTLSCipherNameForNumber
deps/curl/lib/vtls/curl_darwinssl.c:367
↓ 3 callersFunctionTestPartResult
C'tor. TestPartResult does NOT have a default constructor. Always use this constructor (with parameters) to create a TestPartResult object.
test/unit/gtest/fused-src/gtest/gtest.h:17103
↓ 3 callersFunctionTestRepeat
Tests the behavior of Google Test when --gtest_repeat has the given value.
test/unit/gtest/test/gtest_repeat_test.cc:172
↓ 3 callersMethodWait
agent/qconf_lock.cc:31
↓ 3 callersMethodWriteError
Returns an HTTP response for the specified error. Args: status: (String) Response code and descrtion (e.g. "404 Not Found") Returns:
deps/curl/tests/http_pipe.py:307
↓ 3 callersMethod_TestXmlOutput
Asserts that the XML document generated by running the program gtest_prog_name matches expected_xml, a string containing another XML docu
test/unit/gtest/test/gtest_xml_output_unittest.py:286
↓ 3 callersFunction_find_empty
find empty slot : return empty slow number, otherwise returns -1.
base/qlibc/qhasharr.c:734
↓ 3 callersFunction_gdbm_end_update
After all changes have been made in memory, we now write them all to disk. */
deps/gdbm/src/update.c:49
↓ 3 callersFunction_gdbm_init_cache
Initialize the bucket cache. */
deps/gdbm/src/gdbmopen.c:441
↓ 3 callersFunction_gdbm_mapped_remap
Remap the GDBM file so that its mapped region ends on SIZEth byte. If the file is opened with write permissions, FLAG controls how it is expande
deps/gdbm/src/mmap.c:130
↓ 3 callersFunction_gdbm_new_bucket
Initializing a new hash buckets sets all bucket entries to -1 hash value. */
deps/gdbm/src/bucket.c:27
↓ 3 callersFunction_put_data
base/qlibc/qhasharr.c:895
↓ 3 callersFunction_remove_slot
base/qlibc/qhasharr.c:1011
↓ 3 callersFunctionadd_gray_idc
agent/qconf_watcher.cc:943
↓ 3 callersFunctionadd_to_list
deps/zookeeper/src/zk_hashtable.c:161
↓ 3 callersFunctionadd_to_list
manager/deps/zookeeper/src/zk_hashtable.c:161
↓ 3 callersFunctionadd_void_completion
deps/zookeeper/src/zookeeper.c:2464
↓ 3 callersFunctionadd_void_completion
manager/deps/zookeeper/src/zookeeper.c:2464
↓ 3 callersFunctionadvance_line
Advance locus to the next line */
deps/gdbm/src/lex.c:602
↓ 3 callersFunctionafterNextBoundary
manager/demo/page/cgic/cgic.c:692
↓ 3 callersFunctionasn1_object_dump
deps/curl/lib/vtls/openssl.c:2030
↓ 3 callersFunctioncall_http_client_handler
manager/demo/mongoose.c:4788
↓ 3 callersFunctioncallback
deps/curl/tests/libtest/libntlmconnect.c:40
↓ 3 callersFunctioncgiFormEntryString
manager/demo/page/cgic/cgic.c:1446
↓ 3 callersFunctioncgiFormFileClose
manager/demo/page/cgic/cgic.c:1349
↓ 3 callersFunctioncgiHeaderStatus
manager/demo/page/cgic/cgic.c:1872
↓ 3 callersFunctioncgiStringArrayFree
manager/demo/page/cgic/cgic.c:2341
↓ 3 callersFunctionclosedir
manager/demo/mongoose.c:3453
↓ 3 callersFunctioncollect_keys
deps/zookeeper/src/zk_hashtable.c:203
↓ 3 callersFunctioncollect_keys
manager/deps/zookeeper/src/zk_hashtable.c:203
↓ 3 callersFunctionconfig_init
deps/curl/src/tool_cfgable.c:29
↓ 3 callersFunctionconvert_sockaddr
deps/curl/packages/OS400/os400sys.c:1334
↓ 3 callersFunctioncopySubstring
deps/curl/lib/x509asn1.c:749
↓ 3 callersFunctioncopy_table
deps/zookeeper/src/zk_hashtable.c:238
↓ 3 callersFunctioncopy_table
manager/deps/zookeeper/src/zk_hashtable.c:238
↓ 3 callersFunctioncreate_hostcache_id
* Return a hostcache id string for the provided host + port, to be used by * the DNS caching. */
deps/curl/lib/hostip.c:205
↓ 3 callersFunctioncreate_qhashtbl
test/unit/Test_qconf_dump.cc:394
↓ 3 callersFunctioncreate_zk_hashtable
deps/zookeeper/src/zk_hashtable.c:115
↓ 3 callersFunctioncreate_zk_hashtable
manager/deps/zookeeper/src/zk_hashtable.c:115
↓ 3 callersFunctioncurl_formget
* curl_formget() * Serialize a curl_httppost struct. * Returns 0 on success. * * @unittest: 1308 */
deps/curl/lib/formdata.c:954
↓ 3 callersFunctioncurl_version
deps/curl/lib/version.c:65
↓ 3 callersFunctioncurl_version_info
deps/curl/lib/version.c:299
← previousnext →1,201–1,300 of 8,492, ranked by callers