Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Qihoo360/QConf
/ functions
Functions
8,492 in github.com/Qihoo360/QConf
⨍
Functions
8,492
◇
Types & classes
3,574
↓ 7 callers
Function
zoo_wget
deps/zookeeper/src/zookeeper.c:3539
↓ 7 callers
Function
zoo_wget
manager/deps/zookeeper/src/zookeeper.c:3539
↓ 6 callers
Function
Abort
test/unit/gtest/fused-src/gtest/gtest-all.cc:8909
↓ 6 callers
Function
CaptureStdout
Starts capturing stdout.
test/unit/gtest/src/gtest-port.cc:654
↓ 6 callers
Function
ChDir
test/unit/gtest/fused-src/gtest/gtest.h:2877
↓ 6 callers
Function
ChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
test/unit/gtest/src/gtest.cc:1424
↓ 6 callers
Function
ChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
test/unit/gtest/fused-src/gtest/gtest-all.cc:2908
↓ 6 callers
Function
CopyArray
test/unit/gtest/fused-src/gtest/gtest.h:7889
↓ 6 callers
Function
Curl_copy_header_value
* Strip off leading and trailing whitespace from the value in the * given HTTP header line and return a strdupped copy. Returns NULL in * case of al
deps/curl/lib/http.c:219
↓ 6 callers
Function
Curl_hash_start_iterate
deps/curl/lib/hash.c:327
↓ 6 callers
Function
Curl_printable_address
* Curl_printable_address() returns a printable version of the 1st address * given in the 'ai' argument. The result will be stored in the buf that is
deps/curl/lib/hostip.c:172
↓ 6 callers
Function
Curl_read
* Internal read-from-socket function. This is meant to deal with plain * sockets, SSL sockets and kerberos sockets. * * Returns a regular CURLcode
deps/curl/lib/sendf.c:522
↓ 6 callers
Function
Curl_removeHandleFromPipeline
deps/curl/lib/url.c:2737
↓ 6 callers
Function
Curl_sasl_create_ntlm_type1_message
* Curl_sasl_create_ntlm_type1_message() * * This is used to generate an already encoded NTLM type-1 message ready for * sending to the recipient.
deps/curl/lib/curl_sasl.c:574
↓ 6 callers
Function
Curl_sasl_create_plain_message
* Curl_sasl_create_plain_message() * * This is used to generate an already encoded PLAIN message ready * for sending to the recipient. * * Parame
deps/curl/lib/curl_sasl.c:140
↓ 6 callers
Function
Curl_sasl_create_xoauth2_message
* Curl_sasl_create_xoauth2_message() * * This is used to generate an already encoded OAuth 2.0 message ready for * sending to the recipient. * *
deps/curl/lib/curl_sasl.c:657
↓ 6 callers
Method
Dequeue
Removes the head of the queue and returns it. Returns NULL if the queue is empty.
test/unit/gtest/samples/sample3-inl.h:131
↓ 6 callers
Function
DieIf
A unary function that may die.
test/unit/gtest/test/gtest-death-test_test.cc:179
↓ 6 callers
Function
ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest
test/unit/gtest/test/gtest_unittest.cc:1943
↓ 6 callers
Function
ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestCase
test/unit/gtest/test/gtest_unittest.cc:1951
↓ 6 callers
Function
FlushInfoLog
test/unit/gtest/fused-src/gtest/gtest.h:2151
↓ 6 callers
Function
FormatEpochTimeInMillisAsIso8601
Converts the given epoch time in milliseconds to a date string in the ISO 8601 format, without the timezone information.
test/unit/gtest/src/gtest.cc:3221
↓ 6 callers
Function
FormatFileLocation
Formats a source file path and a line number as they would appear in an error message from the compiler used to compile this code.
test/unit/gtest/fused-src/gtest/gtest-all.cc:8666
↓ 6 callers
Function
FormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
test/unit/gtest/src/gtest-port.cc:250
↓ 6 callers
Function
FormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
test/unit/gtest/fused-src/gtest/gtest-all.cc:8460
↓ 6 callers
Function
GenerateFatalFailureInAnotherThread
test/unit/gtest/test/gtest_stress_test.cc:172
↓ 6 callers
Function
GetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
test/unit/gtest/src/gtest.cc:377
↓ 6 callers
Method
GetNextPrime
test/unit/gtest/samples/sample8_unittest.cc:69
↓ 6 callers
Function
GetThreadCount
Returns the number of threads running in the process, or 0 to indicate that we cannot detect it.
test/unit/gtest/src/gtest-port.cc:89
↓ 6 callers
Function
IsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
test/unit/gtest/fused-src/gtest/gtest-all.cc:8413
↓ 6 callers
Function
IsPathSeparator
Returns whether the given character is a valid path separator.
test/unit/gtest/src/gtest-filepath.cc:92
↓ 6 callers
Function
IsPathSeparator
Returns whether the given character is a valid path separator.
test/unit/gtest/fused-src/gtest/gtest-all.cc:7926
↓ 6 callers
Function
ParseStringFlag
Parses a string for a string 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/src/gtest.cc:4749
↓ 6 callers
Function
ParseStringFlag
Parses a string for a string 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:6233
↓ 6 callers
Function
PrintValue
test/unit/gtest/test/gtest-param-test_test.cc:82
↓ 6 callers
Method
Reset
test/unit/gtest/src/gtest-internal-inl.h:981
↓ 6 callers
Method
Reset
test/unit/gtest/fused-src/gtest/gtest-all.cc:1382
↓ 6 callers
Function
SetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
test/unit/gtest/test/gtest_filter_unittest.py:169
↓ 6 callers
Method
SignalAll
agent/qconf_lock.cc:39
↓ 6 callers
Function
SkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
test/unit/gtest/fused-src/gtest/gtest-all.cc:6147
↓ 6 callers
Method
TestHelpFlag
Verifies correct behavior when help flag is specified. The right message must be printed and the tests must skipped when the given flag is sp
test/unit/gtest/test/gtest_help_test.py:101
↓ 6 callers
Method
VerifyRegisteredTestNames
Verifies that registered_tests match the test names in defined_test_names_; returns registered_tests if successful, or aborts the program otherwise.
test/unit/gtest/src/gtest-typed-test.cc:51
↓ 6 callers
Method
WaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
test/unit/gtest/fused-src/gtest/gtest.h:2328
↓ 6 callers
Function
add_for_event
deps/zookeeper/src/zk_hashtable.c:260
↓ 6 callers
Function
add_for_event
manager/deps/zookeeper/src/zk_hashtable.c:260
↓ 6 callers
Function
atomic_post_incr
Atomics
deps/zookeeper/tests/ThreadingUtil.cc:48
↓ 6 callers
Function
atomic_post_incr
Atomics
manager/deps/zookeeper/tests/ThreadingUtil.cc:48
↓ 6 callers
Method
begin
\name Standard STL container interface @{
deps/zookeeper/tests/CollectionUtil.h:76
↓ 6 callers
Function
calculate_interval
deps/zookeeper/src/zookeeper.c:1493
↓ 6 callers
Function
calculate_interval
manager/deps/zookeeper/src/zookeeper.c:1493
↓ 6 callers
Function
check_gss_err
* Helper gssapi error functions. */
deps/curl/lib/socks_gssapi.c:57
↓ 6 callers
Function
check_sspi_err
* Helper sspi error functions. */
deps/curl/lib/socks_sspi.c:54
↓ 6 callers
Method
clone
manager/deps/zookeeper/tests/TestOperations.cc:480
↓ 6 callers
Function
connect
manager/deps/zookeeper/tests/LibCMocks.cc:260
↓ 6 callers
Method
countEvents
deps/zookeeper/tests/TestClient.cc:154
↓ 6 callers
Method
countEvents
manager/deps/zookeeper/tests/TestClient.cc:154
↓ 6 callers
Function
create_string_vector
test/unit/Test_qconf_zoo.cc:191
↓ 6 callers
Function
cu
(a,b)
manager/demo/page/js/jquery.min.js:2
↓ 6 callers
Function
curl_multi_assign
deps/curl/lib/multi.c:2657
↓ 6 callers
Function
curlx_sotouz
deps/curl/lib/warnless.c:344
↓ 6 callers
Function
curlx_sztosi
deps/curl/lib/warnless.c:363
↓ 6 callers
Function
deallocate_Stat
deps/zookeeper/generated/zookeeper.jute.c:95
↓ 6 callers
Function
deallocate_Stat
manager/deps/zookeeper/generated/zookeeper.jute.c:95
↓ 6 callers
Function
deserialize_ACL_vector
deps/zookeeper/generated/zookeeper.jute.c:499
↓ 6 callers
Function
deserialize_ACL_vector
manager/deps/zookeeper/generated/zookeeper.jute.c:499
↓ 6 callers
Function
deserialize_Stat
deps/zookeeper/generated/zookeeper.jute.c:78
↓ 6 callers
Function
deserialize_Stat
manager/deps/zookeeper/generated/zookeeper.jute.c:78
↓ 6 callers
Function
destroy_completion_entry
deps/zookeeper/src/zookeeper.c:2368
↓ 6 callers
Function
destroy_completion_entry
manager/deps/zookeeper/src/zookeeper.c:2368
↓ 6 callers
Function
erealloc
deps/gdbm/src/mem.c:38
↓ 6 callers
Method
failed_test_count
Gets the number of failed tests.
test/unit/gtest/fused-src/gtest/gtest-all.cc:2218
↓ 6 callers
Function
free_key_list
deps/zookeeper/src/zookeeper.c:1357
↓ 6 callers
Function
free_key_list
manager/deps/zookeeper/src/zookeeper.c:1357
↓ 6 callers
Function
ftp_multi_statemach
called repeatedly until done from multi.c */
deps/curl/lib/ftp.c:3120
↓ 6 callers
Function
ftp_pl_insert_finfo
deps/curl/lib/ftplistparser.c:303
↓ 6 callers
Function
gdbm_perror
deps/gdbm/src/err.c:58
↓ 6 callers
Method
getZk
()
test/integration/Qconf.php:439
↓ 6 callers
Function
getsockopt
deps/zookeeper/tests/LibCMocks.cc:249
↓ 6 callers
Function
imap_matchresp
* * imap_matchresp() * * Determines whether the untagged response is related to the specified * command by checking if it is in format "* <command
deps/curl/lib/imap.c:235
↓ 6 callers
Function
indexFor
/ indexFor */
deps/zookeeper/src/hashtable/hashtable_private.h:32
↓ 6 callers
Function
indexFor
/ indexFor */
manager/deps/zookeeper/src/hashtable/hashtable_private.h:32
↓ 6 callers
Function
init_qconf_batch_nodes
driver/c++/src/driver_common.cc:8
↓ 6 callers
Function
internalSetEnv
deps/curl/src/tool_writeenv.c:65
↓ 6 callers
Function
isHandleAtHead
deps/curl/lib/multi.c:2495
↓ 6 callers
Method
isWatcherProcessingCompleted
deps/zookeeper/tests/ZKMocks.cc:305
↓ 6 callers
Method
isWatcherProcessingCompleted
manager/deps/zookeeper/tests/ZKMocks.cc:305
↓ 6 callers
Function
libssh2_session_error_to_CURLE
deps/curl/lib/ssh.c:266
↓ 6 callers
Function
lowercase
manager/demo/mongoose.c:2540
↓ 6 callers
Function
max5data
The point of this function would be to return a string of the input data, but never longer than 5 columns (+ one zero byte). Add suffix k, M, G
deps/curl/lib/progress.c:64
↓ 6 callers
Function
mpPutBack
manager/demo/page/cgic/cgic.c:386
↓ 6 callers
Function
mpRead
manager/demo/page/cgic/cgic.c:344
↓ 6 callers
Function
multi_timeout
deps/curl/lib/multi.c:2406
↓ 6 callers
Function
nak
* Send a nak packet (error message). Error code passed in is one of the * standard TFTP codes, or a UNIX errno offset by 100. */
deps/curl/tests/server/tftpd.c:1376
↓ 6 callers
Function
ns_close_conn
manager/demo/mongoose.c:556
↓ 6 callers
Function
p
(a)
manager/demo/page/js/site.js:11
↓ 6 callers
Function
pthread_cond_wait
manager/deps/zookeeper/src/winport.c:167
↓ 6 callers
Function
pthread_key_create
deps/zookeeper/src/winport.c:205
↓ 6 callers
Function
pthread_setspecific
deps/zookeeper/src/winport.c:252
↓ 6 callers
Function
putValue
deps/zookeeper/tests/Util.h:71
↓ 6 callers
Function
putValue
manager/deps/zookeeper/tests/Util.h:71
← previous
next →
701–800 of 8,492, ranked by callers