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
↓ 28 callers
Function
destroy_string_vector
driver/c++/src/qconf.cc:47
↓ 28 callers
Method
getConf
($name, $idc = null, $flags = QconfConfig::QCONF_WAIT)
test/integration/Qconf.php:40
↓ 28 callers
Method
getFreeCount
deps/zookeeper/tests/LibCMocks.cc:218
↓ 28 callers
Method
getFreeCount
manager/deps/zookeeper/tests/LibCMocks.cc:218
↓ 28 callers
Function
get_buffer_len
deps/zookeeper/src/recordio.c:356
↓ 28 callers
Function
get_buffer_len
manager/deps/zookeeper/src/recordio.c:356
↓ 28 callers
Function
print_info
($status, $err_line)
test/integration/functional_test.php:200
↓ 27 callers
Function
FormatForComparisonFailureMessage
test/unit/gtest/include/gtest/gtest.h:1431
↓ 27 callers
Function
Iter
Given a positive integer n, a format string that contains 0 or more '%s' format specs, and optionally a separator string, returns the join of n st
test/unit/gtest/scripts/gen_gtest_pred_impl.py:189
↓ 27 callers
Function
RUN_ALL_TESTS
test/unit/gtest/include/gtest/gtest.h:2287
↓ 27 callers
Function
deallocate_String
deps/zookeeper/src/recordio.c:28
↓ 27 callers
Function
deallocate_String
manager/deps/zookeeper/src/recordio.c:28
↓ 27 callers
Function
mg_snprintf
manager/demo/mongoose.c:1747
↓ 27 callers
Function
print_error_message
driver/java/lib/java_qconf.cc:307
↓ 26 callers
Function
Curl_MD5_update
deps/curl/lib/md5.c:522
↓ 26 callers
Function
Curl_cert_hostcheck
deps/curl/lib/hostcheck.c:124
↓ 26 callers
Function
Pop
(token_type=None)
test/unit/gtest/scripts/pump.py:476
↓ 26 callers
Function
qhashmurmur3_32
* Get 32-bit Murmur3 hash. * * @param data source data * @param nbytes size of data * * @return 32-bit unsigned hash value. * * @code
base/qlibc/qhash.c:110
↓ 25 callers
Function
Curl_llist_destroy
deps/curl/lib/llist.c:144
↓ 25 callers
Function
IsXDigit
test/unit/gtest/fused-src/gtest/gtest.h:2784
↓ 25 callers
Function
MatchRegexAtHead
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/src/gtest-port.cc:347
↓ 25 callers
Function
ValidateRegex
Generates non-fatal failures and returns false if regex is invalid; otherwise returns true.
test/unit/gtest/src/gtest-port.cc:257
↓ 25 callers
Function
_gdbm_fatal
deps/gdbm/src/update.c:103
↓ 25 callers
Function
_get_idx
test/unit/Test_qhasharr.cc:33
↓ 25 callers
Function
cgiReadString
manager/demo/page/cgic/cgic.c:2250
↓ 25 callers
Function
cgiWriteString
manager/demo/page/cgic/cgic.c:2016
↓ 25 callers
Method
clear
manager/deps/zookeeper/tests/CollectionUtil.h:79
↓ 25 callers
Function
make_tuple
test/unit/gtest/fused-src/gtest/gtest.h:1308
↓ 25 callers
Function
send_http_error
manager/demo/mongoose.c:1891
↓ 24 callers
Function
Curl_closesocket
* Close a socket. * * 'conn' can be NULL, beware! */
deps/curl/lib/connect.c:1233
↓ 24 callers
Function
Curl_expire
* Curl_expire() * * given a number of milliseconds from now to use to set the 'act before * this'-time for the transfer, to be extracted by curl_mu
deps/curl/lib/multi.c:2574
↓ 24 callers
Function
Curl_ssl_push_certinfo
* This is a convenience function for push_certinfo_len that takes a zero * terminated value. */
deps/curl/lib/vtls/vtls.c:674
↓ 24 callers
Function
close_buffer_oarchive
deps/zookeeper/src/recordio.c:338
↓ 24 callers
Function
close_buffer_oarchive
manager/deps/zookeeper/src/recordio.c:338
↓ 24 callers
Function
closesocket
CURLOPT_CLOSESOCKETFUNCTION */
deps/curl/docs/examples/asiohiper.cpp:369
↓ 24 callers
Function
curl_multi_setopt
deps/curl/lib/multi.c:2311
↓ 24 callers
Function
setsockopt
deps/zookeeper/tests/LibCMocks.cc:255
↓ 24 callers
Function
socket
socket
deps/zookeeper/tests/LibCMocks.cc:237
↓ 24 callers
Function
zoo_create_op_init
deps/zookeeper/src/zookeeper.c:3193
↓ 24 callers
Function
zoo_create_op_init
manager/deps/zookeeper/src/zookeeper.c:3193
↓ 23 callers
Function
ColoredPrintf
Helpers for printing colored strings to stdout. Note that on Windows, we cannot simply emit special characters and have the terminal change colors. Th
test/unit/gtest/src/gtest.cc:2621
↓ 23 callers
Function
ColoredPrintf
Helpers for printing colored strings to stdout. Note that on Windows, we cannot simply emit special characters and have the terminal change colors. Th
test/unit/gtest/fused-src/gtest/gtest-all.cc:4105
↓ 23 callers
Function
Curl_add_buffer
* add_buffer() appends a memory chunk to the existing buffer */
deps/curl/lib/http.c:1220
↓ 23 callers
Function
Curl_base64_encode
* Curl_base64_encode() * * Given a pointer to an input buffer and an input size, encode it and * return a pointer in *outptr to a newly allocated m
deps/curl/lib/base64.c:187
↓ 23 callers
Function
InitGoogleTest
Initializes Google Test. This must be called before calling RUN_ALL_TESTS(). In particular, it parses a command line for the flags that Google Test
test/unit/gtest/src/gtest.cc:5005
↓ 23 callers
Function
IsPrime
Returns true iff n is a prime number.
test/unit/gtest/samples/sample1.cc:47
↓ 23 callers
Function
IsValidEscape
Returns true iff "\\c" is a supported escape sequence.
test/unit/gtest/src/gtest-port.cc:222
↓ 23 callers
Function
ParseNaturalNumber
test/unit/gtest/src/gtest-internal-inl.h:1002
↓ 23 callers
Function
addenv
Append VARIABLE=VALUE\0 string to the buffer, and add a respective pointer into the vars array.
manager/demo/mongoose.c:2159
↓ 23 callers
Function
create_buffer_oarchive
deps/zookeeper/src/recordio.c:314
↓ 23 callers
Function
create_buffer_oarchive
manager/deps/zookeeper/src/recordio.c:314
↓ 23 callers
Function
curl_easy_unescape
* Unescapes the given URL escaped string of given length. Returns a * pointer to a malloced string with length given in *olen. * If length == 0, the
deps/curl/lib/escape.c:211
↓ 23 callers
Function
curl_free
For operating systems/environments that use different malloc/free systems for the app and for this library, we provide a free that uses the libr
deps/curl/lib/escape.c:229
↓ 23 callers
Method
key
Gets the user supplied key.
test/unit/gtest/include/gtest/gtest.h:473
↓ 23 callers
Function
pthread_mutex_unlock
manager/deps/zookeeper/src/winport.c:30
↓ 23 callers
Function
set_feature_default
deps/curl/packages/vms/curl_crtl_init.c:161
↓ 23 callers
Method
zk_node_get
* Get conf from zookeeper */
manager/src/c/qconf_zk.cc:393
↓ 22 callers
Function
Curl_debug
deps/curl/lib/sendf.c:652
↓ 22 callers
Function
GetUnitTestImpl
Convenience function for accessing the global UnitTest implementation object.
test/unit/gtest/fused-src/gtest/gtest-all.cc:1337
↓ 22 callers
Function
IsNull
test/unit/gtest/test/gtest-unittest-api_test.cc:140
↓ 22 callers
Function
get_buffer
deps/zookeeper/src/recordio.c:351
↓ 22 callers
Function
get_buffer
manager/deps/zookeeper/src/recordio.c:351
↓ 22 callers
Function
impl
Accessors for the implementation object.
test/unit/gtest/fused-src/gtest/gtest.h:18668
↓ 22 callers
Function
impl
Accessors for the implementation object.
test/unit/gtest/include/gtest/gtest.h:1255
↓ 22 callers
Function
pthread_mutex_lock
manager/deps/zookeeper/src/winport.c:24
↓ 22 callers
Function
qhashmd5
* Calculate 128-bit(16-bytes) MD5 hash. * * @param data source object * @param nbytes size of data * @param retbuf user buffer. It must
base/qlibc/qhash.c:68
↓ 21 callers
Function
Curl_pgrsSetDownloadSize
deps/curl/lib/progress.c:235
↓ 21 callers
Function
VerifyGenerator
test/unit/gtest/test/gtest-param-test_test.cc:130
↓ 21 callers
Function
curl_memlog
this does the writting to the memory tracking log file */
deps/curl/lib/memdebug.c:464
↓ 20 callers
Function
Curl_pgrsSetUploadSize
deps/curl/lib/progress.c:244
↓ 20 callers
Function
Curl_share_lock
deps/curl/lib/share.c:222
↓ 20 callers
Function
Curl_write_plain
* Curl_write_plain() is an internal write function that sends data to the * server using plain sockets only. Otherwise meant to have the exact same
deps/curl/lib/sendf.c:296
↓ 20 callers
Method
Get
test/unit/gtest/src/gtest-internal-inl.h:980
↓ 20 callers
Function
GetEnv
test/unit/gtest/fused-src/gtest/gtest.h:2899
↓ 20 callers
Function
Init
monitor/src/monitor_log.cc:15
↓ 20 callers
Function
PrintToString
test/unit/gtest/fused-src/gtest/gtest.h:10038
↓ 20 callers
Function
cgiGetenv
manager/demo/page/cgic/cgic.c:295
↓ 20 callers
Function
create_string_vector
test/unit/Test_qconf_feedback.cc:256
↓ 20 callers
Function
free_duplicate_path
* deallocated the free_path only its beeen allocated * and not equal to path */
deps/zookeeper/src/zookeeper.c:873
↓ 20 callers
Function
free_duplicate_path
* deallocated the free_path only its beeen allocated * and not equal to path */
manager/deps/zookeeper/src/zookeeper.c:873
↓ 20 callers
Function
gettimeofday
deps/zookeeper/src/winport.h:108
↓ 20 callers
Function
helpf
deps/curl/src/tool_msgs.c:85
↓ 20 callers
Function
mg_get_header
Return HTTP header value, or NULL if not found.
manager/demo/mongoose.c:2566
↓ 20 callers
Function
mg_printf
manager/demo/mongoose.c:1949
↓ 20 callers
Function
pthread_mutex_destroy
deps/zookeeper/src/winport.c:44
↓ 19 callers
Function
AssertionSuccess
Makes a successful assertion result.
test/unit/gtest/fused-src/gtest/gtest-all.cc:2452
↓ 19 callers
Function
Curl_pgrsUpdate
* Curl_pgrsUpdate() returns 0 for success or the value returned by the * progress callback! */
deps/curl/lib/progress.c:257
↓ 19 callers
Function
Curl_raw_nequal
deps/curl/lib/rawstr.c:113
↓ 19 callers
Function
Curl_share_unlock
deps/curl/lib/share.c:240
↓ 19 callers
Function
copy
deps/gdbm/tests/num2word.c:76
↓ 19 callers
Function
create_msg_queue
base/qconf_msg.cc:26
↓ 19 callers
Function
curl_formadd
deps/curl/lib/formdata.c:767
↓ 19 callers
Function
curl_multi_add_handle
deps/curl/lib/multi.c:347
↓ 19 callers
Function
pthread_join
deps/zookeeper/src/winport.c:71
↓ 18 callers
Function
AlwaysFalse
Always returns false.
test/unit/gtest/fused-src/gtest/gtest.h:7620
↓ 18 callers
Method
Append
test/unit/gtest/src/gtest.cc:2939
↓ 18 callers
Function
Curl_base64_decode
* Curl_base64_decode() * * Given a base64 NUL-terminated string at src, decode it and return a * pointer in *outptr to a newly allocated memory are
deps/curl/lib/base64.c:98
↓ 18 callers
Function
Curl_llist_remove
* @unittest: 1300 */
deps/curl/lib/llist.c:109
↓ 18 callers
Method
GetNextPrime
test/unit/gtest/samples/prime_tables.h:69
↓ 18 callers
Method
Lock
agent/qconf_lock.cc:20
← previous
next →
101–200 of 8,492, ranked by callers