MCPcopy Create free account

hub / github.com/Qihoo360/QConf / functions

Functions8,492 in github.com/Qihoo360/QConf

↓ 7 callersFunctionCurl_add_buffer_send
* Curl_add_buffer_send() sends a header buffer and frees all associated * memory. Body data may be appended to the header data if desired. * * Ret
deps/curl/lib/http.c:1042
↓ 7 callersFunctionCurl_formclean
* Curl_formclean() is used from http.c, this cleans a built FormData linked * list */
deps/curl/lib/formdata.c:928
↓ 7 callersFunctionCurl_resolver_wait_resolv
* Curl_resolver_wait_resolv() * * waits for a resolve to finish. This function should be avoided since using * this risk getting the multi interfac
deps/curl/lib/asyn-ares.c:355
↓ 7 callersFunctionCurl_speedcheck
deps/curl/lib/speedcheck.c:36
↓ 7 callersFunctionCurl_splay
* Splay using the key i (which may or may not be in the tree.) The starting * root is t. */
deps/curl/lib/splay.c:40
↓ 7 callersFunctionCurl_ssl_addsessionid
* Store session id in the session cache. The ID passed on to this function * must already have been extracted and allocated the proper way for the SS
deps/curl/lib/vtls/vtls.c:423
↓ 7 callersMethodEnqueue
Adds an element to the end of the queue. A copy of the element is created using the copy constructor, and then stored in the queue. Changes made to t
test/unit/gtest/samples/sample3-inl.h:116
↓ 7 callersMethodFileOrDirectoryExists
Returns true if pathname describes something findable in the file-system, either a file, directory, or whatever.
test/unit/gtest/src/gtest-filepath.cc:204
↓ 7 callersFunctionForEach
test/unit/gtest/fused-src/gtest/gtest-all.cc:696
↓ 7 callersFunctionFreeMultiInfo
deps/curl/src/tool_mfiles.c:112
↓ 7 callersFunctionGTEST_LOCK_EXCLUDED_
test/unit/gtest/src/gtest.cc:3514
↓ 7 callersFunctionGTEST_LOCK_EXCLUDED_
test/unit/gtest/fused-src/gtest/gtest-all.cc:4998
↓ 7 callersFunctionGetLastErrnoDescription
Returns the message describing the last system error in errno.
test/unit/gtest/src/gtest-death-test.cc:304
↓ 7 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/src/gtest.cc:3732
↓ 7 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/src/gtest.cc:598
↓ 7 callersFunctionGlobalFunction
A global function that's expected to die.
test/unit/gtest/test/gtest-death-test_test.cc:170
↓ 7 callersFunctionInitSecBufferDesc
deps/curl/lib/vtls/curl_schannel.c:100
↓ 7 callersMethodIsAbsolutePath
Returns true if pathname describes an absolute path.
test/unit/gtest/src/gtest-filepath.cc:260
↓ 7 callersFunctionIsAsciiPunct
test/unit/gtest/src/gtest-port.cc:211
↓ 7 callersMethodNotify
Notifies all threads created with this notification to start. Must be called from the controller thread.
test/unit/gtest/fused-src/gtest/gtest.h:2320
↓ 7 callersFunctionParseCodeNode
(tokens)
test/unit/gtest/scripts/pump.py:564
↓ 7 callersFunctionParseExpNode
(token)
test/unit/gtest/scripts/pump.py:470
↓ 7 callersFunctionPrintByRef
test/unit/gtest/test/gtest-printers_test.cc:245
↓ 7 callersMethodRelease
TODO(vladl@google.com): Factor the search functionality into Vector::Find.
test/unit/gtest/src/gtest.cc:2944
↓ 7 callersFunctionRemoveMatchingTests
Removes output of specified tests from a Google Test program's output. This function strips not only the beginning and the end of a test but also
test/unit/gtest/test/gtest_output_test.py:167
↓ 7 callersFunctionShuffle
test/unit/gtest/src/gtest-internal-inl.h:332
↓ 7 callersFunctionStringStreamToString
Converts the buffer in a stringstream to an std::string, converting NUL bytes to "\\0" along the way.
test/unit/gtest/fused-src/gtest/gtest-all.cc:3143
↓ 7 callersFunctionSumOverTestCaseList
Iterates over a vector of TestCases, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
test/unit/gtest/src/gtest.cc:321
↓ 7 callersFunctionSumOverTestCaseList
Iterates over a vector of TestCases, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
test/unit/gtest/fused-src/gtest/gtest-all.cc:1805
↓ 7 callersFunctionUniversalTersePrint
test/unit/gtest/fused-src/gtest/gtest.h:9934
↓ 7 callersMethodbegin
test/unit/gtest/include/gtest/internal/gtest-param-util.h:171
↓ 7 callersMethodc_string
Gets the 0-terminated C string this MyString object represents.
test/unit/gtest/samples/sample2.h:74
↓ 7 callersFunctioncgiFreeResources
manager/demo/page/cgic/cgic.c:1158
↓ 7 callersFunctionclear_advisor_read_lock
deps/curl/tests/server/util.c:291
↓ 7 callersFunctionclose_buffer_iarchive
deps/zookeeper/src/recordio.c:331
↓ 7 callersFunctionclose_buffer_iarchive
manager/deps/zookeeper/src/recordio.c:331
↓ 7 callersFunctionclose_file_descriptors
deps/curl/tests/libtest/lib537.c:66
↓ 7 callersFunctionclose_file_descriptors
deps/curl/tests/libtest/lib518.c:65
↓ 7 callersFunctioncreate_completion_entry
deps/zookeeper/src/zookeeper.c:2324
↓ 7 callersFunctioncreate_completion_entry
manager/deps/zookeeper/src/zookeeper.c:2324
↓ 7 callersFunctioncreate_hash_tbl
base/qconf_shm.cc:85
↓ 7 callersFunctioncurl_formfree
* curl_formfree() is an external function to free up a whole form post * chain */
deps/curl/lib/formdata.c:1000
↓ 7 callersFunctioncurl_getdate
deps/curl/lib/parsedate.c:544
↓ 7 callersFunctiondeallocate_ACL_vector
deps/zookeeper/generated/zookeeper.jute.c:476
↓ 7 callersFunctiondeallocate_ACL_vector
manager/deps/zookeeper/generated/zookeeper.jute.c:476
↓ 7 callersMethoddisabled_test_count
Gets the number of disabled tests.
test/unit/gtest/src/gtest.cc:745
↓ 7 callersMethodend
test/unit/gtest/include/gtest/internal/gtest-param-util.h:172
↓ 7 callersFunctionfcntl
manager/deps/zookeeper/tests/LibCMocks.cc:281
↓ 7 callersFunctiongdbm_firstkey
deps/gdbm/src/gdbmseq.c:81
↓ 7 callersFunctiongdbm_nextkey
deps/gdbm/src/gdbmseq.c:104
↓ 7 callersFunctiongdbm_setopt
deps/gdbm/src/gdbmsetopt.c:62
↓ 7 callersFunctiongetparm
deps/gdbm/src/gdbmload.c:59
↓ 7 callersMethodinit
()
driver/java/qconf_jar/src/net/qihoo/qconf/Qconf.java:88
↓ 7 callersFunctionmg_match_prefix
Perform case-insensitive match of string against pattern
manager/demo/mongoose.c:2577
↓ 7 callersFunctionmg_strncasecmp
manager/demo/mongoose.c:2554
↓ 7 callersFunctionnext_option
A helper function for traversing a comma separated list of values. It returns a list pointer shifted to the next value, or NULL if the end of the list
manager/demo/mongoose.c:1699
↓ 7 callersFunctionopenlogfile
deps/zookeeper/tests/Util.cc:33
↓ 7 callersFunctionopenlogfile
manager/deps/zookeeper/tests/Util.cc:33
↓ 7 callersMethodoriginal_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
test/unit/gtest/src/gtest.cc:3934
↓ 7 callersMethodos_stack_trace_getter
Returns the current OS stack trace getter if it is not NULL; otherwise, creates an OsStackTraceGetter, makes it the current getter, and returns it.
test/unit/gtest/src/gtest.cc:4584
↓ 7 callersMethodos_stack_trace_getter
Returns the current OS stack trace getter if it is not NULL; otherwise, creates an OsStackTraceGetter, makes it the current getter, and returns it.
test/unit/gtest/fused-src/gtest/gtest-all.cc:6068
↓ 7 callersFunctionpending_node_exist
agent/qconf_watcher.cc:382
↓ 7 callersFunctionprintoption
deps/curl/lib/telnet.c:310
↓ 7 callersFunctionpthread_cond_broadcast
manager/deps/zookeeper/src/winport.c:133
↓ 7 callersFunctionpthread_cond_wait
deps/zookeeper/src/winport.c:167
↓ 7 callersFunctionpthread_self
manager/deps/zookeeper/src/winport.c:64
↓ 7 callersFunctionqconf_get_batch_conf
driver/c++/src/qconf.cc:68
↓ 7 callersFunctionqconf_get_host
driver/c++/src/qconf.cc:110
↓ 7 callersFunctionqconf_init_script_dir
agent/qconf_script.cc:25
↓ 7 callersFunctionqconf_init_zoo_log
agent/qconf_zoo.cc:268
↓ 7 callersFunctionqconf_sub_idc
base/qconf_format.cc:343
↓ 7 callersFunctionqconf_sub_idc
manager/src/c/qconf_format.cc:403
↓ 7 callersFunctionqhasharr_getnext
* Get next element. * * @param tbl qhasharr_t container pointer. * @param idx index pointer * * @return key name string if successful
base/qlibc/qhasharr.c:546
↓ 7 callersFunctionrecv
manager/deps/zookeeper/tests/LibCMocks.cc:271
↓ 7 callersFunctionserialize_ReplyHeader
deps/zookeeper/generated/zookeeper.jute.c:337
↓ 7 callersFunctionserialize_ReplyHeader
manager/deps/zookeeper/generated/zookeeper.jute.c:337
↓ 7 callersFunctionset_absolute_path
manager/demo/web_server.c:288
↓ 7 callersFunctionset_enum
deps/curl/lib/vtls/gskit.c:209
↓ 7 callersFunctionsetpacketevent
deps/curl/lib/tftp.c:284
↓ 7 callersFunctionsftp_libssh2_error_to_CURLE
deps/curl/lib/ssh.c:234
↓ 7 callersFunctionsigpipe_ignore
* sigpipe_ignore() makes sure we ignore SIGPIPE while running libcurl * internals, and then sigpipe_restore() will restore the situation when we * r
deps/curl/lib/sigpipe.h:41
↓ 7 callersFunctionsigpipe_restore
* sigpipe_restore() puts back the outside world's opinion of signal handler * and SIGPIPE handling. It MUST only be called after a corresponding * s
deps/curl/lib/sigpipe.h:64
↓ 7 callersFunctionsocket
socket
manager/deps/zookeeper/tests/LibCMocks.cc:237
↓ 7 callersFunctionstr2unum
deps/curl/src/tool_paramhlp.c:180
↓ 7 callersFunctiontblval_to_nodeval
base/qconf_format.cc:208
↓ 7 callersFunctiontest2file
deps/curl/tests/server/util.c:187
↓ 7 callersMethodtick
advance secs
deps/zookeeper/tests/LibCMocks.h:364
↓ 7 callersMethodtick
advance secs
manager/deps/zookeeper/tests/LibCMocks.h:364
↓ 7 callersFunctiontutil_tvnow
deps/curl/tests/libtest/testutil.c:29
↓ 7 callersMethodwaitForConnected
deps/zookeeper/tests/TestClient.cc:168
↓ 7 callersMethodwaitForConnected
manager/deps/zookeeper/tests/TestClient.cc:168
↓ 7 callersFunctionyield
deps/zookeeper/tests/TestClient.cc:65
↓ 7 callersFunctionyield
manager/deps/zookeeper/tests/TestClient.cc:65
↓ 7 callersFunctionzoo_acreate
deps/zookeeper/src/zookeeper.c:2736
↓ 7 callersFunctionzoo_acreate
manager/deps/zookeeper/src/zookeeper.c:2736
↓ 7 callersFunctionzoo_set
manager/deps/zookeeper/src/zookeeper.c:3567
↓ 7 callersFunctionzoo_unlock_auth
deps/zookeeper/src/st_adaptor.c:30
↓ 7 callersFunctionzoo_unlock_auth
manager/deps/zookeeper/src/st_adaptor.c:30
↓ 7 callersFunctionzoo_wexists
deps/zookeeper/src/zookeeper.c:3512
↓ 7 callersFunctionzoo_wexists
manager/deps/zookeeper/src/zookeeper.c:3512
← previousnext →601–700 of 8,492, ranked by callers