MCPcopy Create free account

hub / github.com/Qihoo360/QConf / functions

Functions8,492 in github.com/Qihoo360/QConf

↓ 2 callersFunctionget_buffer
deps/curl/packages/OS400/os400sys.c:138
↓ 2 callersFunctionget_char
* Returns the value of c in the given base, or -1 if c cannot * be interpreted properly in that base (i.e., is out of range, * is a null, etc.). *
deps/curl/lib/strtoofft.c:154
↓ 2 callersFunctionget_data_type
base/qconf_format.cc:156
↓ 2 callersFunctionget_dump_line
deps/gdbm/src/gdbmload.c:76
↓ 2 callersFunctionget_int
deps/gdbm/src/gdbm_load.c:69
↓ 2 callersFunctionget_line_len
manager/demo/mongoose.c:5050
↓ 2 callersFunctionget_mime_type
Look at the "path" extension and figure what mime type it has. Store mime type in the vector.
manager/demo/mongoose.c:3225
↓ 2 callersFunctionget_netscape_format
get_netscape_format() * * Formats a string for Netscape output file, w/o a newline at the end. * * Function returns a char * to a formatted line.
deps/curl/lib/cookie.c:1177
↓ 2 callersFunctionget_next_key
deps/gdbm/src/gdbmseq.c:33
↓ 2 callersFunctionget_notify_path
agent/qconf_gray.cc:57
↓ 2 callersFunctionget_option_index
manager/demo/mongoose.c:5120
↓ 2 callersFunctionget_parms
deps/gdbm/src/gdbmload.c:147
↓ 2 callersFunctionget_request
returns 1 if the connection should be serviced again immediately, 0 if there is no data waiting, or < 0 if it should be closed */
deps/curl/tests/server/sws.c:886
↓ 2 callersFunctionget_size
deps/gdbm/src/gdbmsetopt.c:40
↓ 2 callersFunctionget_time_buffer
deps/zookeeper/src/zk_log.c:66
↓ 2 callersFunctionget_time_buffer
manager/deps/zookeeper/src/zk_log.c:66
↓ 2 callersFunctionget_var
manager/demo/mongoose.c:4993
↓ 2 callersFunctiongetaddrinfo_complete
deps/curl/lib/asyn-thread.c:243
↓ 2 callersFunctiongetsockopt
manager/deps/zookeeper/tests/LibCMocks.cc:249
↓ 2 callersFunctionglob_next_url
deps/curl/src/tool_urlglob.c:484
↓ 2 callersFunctionglob_url
deps/curl/src/tool_urlglob.c:410
↓ 2 callersFunctiongsk_free_handle
deps/curl/packages/OS400/os400sys.c:541
↓ 2 callersFunctiongskit_connect_common
deps/curl/lib/vtls/gskit.c:865
↓ 2 callersFunctiongtls_connect_common
* This function is called after the TCP connect has completed. Setup the TLS * layer and do all necessary magic. */ We use connssl->connecting_state
deps/curl/lib/vtls/gtls.c:1036
↓ 2 callersFunctiongtls_mapped_sockerrno
deps/curl/lib/vtls/gtls.c:130
↓ 2 callersFunctionhandleCharacters
deps/curl/docs/examples/htmltitle.cpp:176
↓ 2 callersFunctionhandle_error
deps/zookeeper/src/zookeeper.c:1221
↓ 2 callersFunctionhandle_error
manager/deps/zookeeper/src/zookeeper.c:1221
↓ 2 callersFunctionhandshake
this function does a SSL/TLS (re-)handshake */
deps/curl/lib/vtls/gtls.c:250
↓ 2 callersMethodhasMoreRecv
deps/zookeeper/tests/LibCMocks.h:230
↓ 2 callersMethodhasMoreRecv
manager/deps/zookeeper/tests/LibCMocks.h:230
↓ 2 callersFunctionhashtable_iterator_value
deps/zookeeper/src/hashtable/hashtable_itr.h:44
↓ 2 callersFunctionhashtable_iterator_value
manager/deps/zookeeper/src/hashtable/hashtable_itr.h:44
↓ 2 callersFunctionhashtable_search
/
deps/zookeeper/src/hashtable/hashtable.c:162
↓ 2 callersFunctionhashtable_search
/
manager/deps/zookeeper/src/hashtable/hashtable.c:162
↓ 2 callersFunctionheader_append
* header_append() copies a chunk of data to the end of the already received * header. We make sure that the full string fit in the allocated header
deps/curl/lib/http.c:2803
↓ 2 callersFunctionhomedir
return the home directory of the current user as an allocated string */
deps/curl/src/tool_homedir.c:63
↓ 2 callersFunctionhttp_perhapsrewind
* Curl_http_perhapsrewind() * * If we are doing POST or PUT { * If we have more data to send { * If we are doing NTLM { * Keep sendin
deps/curl/lib/http.c:373
↓ 2 callersFunctionhttp_should_fail
* http_should_fail() determines whether an HTTP response has gotten us * into an error state or not. * * @param conn all information about the curr
deps/curl/lib/http.c:902
↓ 2 callersFunctioniconv_open_CCSID
deps/curl/packages/OS400/ccsidcurl.c:79
↓ 2 callersFunctionif
deps/gdbm/src/lex.c:1262
↓ 2 callersFunctionimap_block_statemach
deps/curl/lib/imap.c:1832
↓ 2 callersFunctionimap_calc_sasl_details
* * imap_calc_sasl_details() * * Calculate the required login details for SASL authentication. */
deps/curl/lib/imap.c:2624
↓ 2 callersFunctionimap_dophase_done
Call this when the DO phase has completed */
deps/curl/lib/imap.c:2117
↓ 2 callersFunctionimap_perform_authenticate
* * imap_perform_authenticate() * * Sends an AUTHENTICATE command allowing the client to login with the given * SASL authentication mechanism. */
deps/curl/lib/imap.c:574
↓ 2 callersFunctionimap_perform_capability
* * imap_perform_capability() * * Sends the CAPABILITY command in order to obtain a list of server side * supported capabilities. */
deps/curl/lib/imap.c:466
↓ 2 callersFunctionimap_perform_fetch
* * imap_perform_fetch() * * Sends a FETCH command to initiate the download of a message. */
deps/curl/lib/imap.c:731
↓ 2 callersFunctionimap_perform_login
* * imap_perform_login() * * Sends a clear text LOGIN command to authenticate with. */
deps/curl/lib/imap.c:536
↓ 2 callersFunctionimap_perform_search
* * imap_perform_search() * * Sends a SEARCH command. */
deps/curl/lib/imap.c:806
↓ 2 callersFunctionimap_perform_upgrade_tls
* * imap_perform_upgrade_tls() * * Performs the upgrade to TLS. */
deps/curl/lib/imap.c:509
↓ 2 callersFunctioninet_ntop4
* Format an IPv4 address, more or less like inet_ntoa(). * * Returns `dst' (as a const) * Note: * - uses no statics * - takes a unsigned char*
deps/curl/lib/inet_ntop.c:52
↓ 2 callersFunctioninet_pton4
int * inet_pton4(src, dst) * like inet_aton() but without all the hexadecimal and shorthand. * return: * 1 if `src' is a valid dotted qu
deps/curl/lib/inet_pton.c:92
↓ 2 callersFunctioninit
deps/curl/docs/examples/10-at-a-time.c:99
↓ 2 callersFunctioninit_auth_info
deps/zookeeper/src/zookeeper.c:325
↓ 2 callersFunctioninit_auth_info
manager/deps/zookeeper/src/zookeeper.c:325
↓ 2 callersFunctioninit_environment
deps/curl/lib/vtls/gskit.c:439
↓ 2 callersFunctioninit_qconf_env
driver/c++/src/driver_api.cc:36
↓ 2 callersFunctioninit_resolve_thread
* init_resolve_thread() starts a new thread that performs the actual * resolve. This function returns before the resolve is done. * * Returns FALSE
deps/curl/lib/asyn-thread.c:343
↓ 2 callersFunctioniobuf_init
manager/demo/mongoose.c:352
↓ 2 callersFunctionis_big_endian
manager/demo/mongoose.c:2807
↓ 2 callersFunctionis_file
This code was borrowed from nss.c, with some modifications: * Determine whether the nickname passed in is a filename that needs to * be loaded as a
deps/curl/lib/vtls/curl_darwinssl.c:987
↓ 2 callersFunctionis_ip_port
* Judge whether the content is ip_port */
agent/qconf_config.cc:108
↓ 2 callersFunctionis_ip_port
* Judge whether the content is ip_port */
manager/demo/page/qconf_config.cc:72
↓ 2 callersFunctionis_vms_shell
VMS has a DCL shell and and also has Unix shells ported to it. * When curl is running under a Unix shell, we want it to be as much * like Unix as po
deps/curl/src/tool_vms.c:48
↓ 2 callersMethodjoin_new
Create a new circle that includes only this instance.
test/unit/gtest/fused-src/gtest/gtest.h:9052
↓ 2 callersMethodjoin_new
Create a new circle that includes only this instance.
test/unit/gtest/include/gtest/internal/gtest-linked_ptr.h:92
↓ 2 callersMethodline
test/unit/gtest/fused-src/gtest/gtest.h:8406
↓ 2 callersFunctionload_conf_
agent/qconf_config.cc:291
↓ 2 callersFunctionlock_ht_delete
agent/qconf_watcher.cc:151
↓ 2 callersFunctionlock_ht_update
agent/qconf_watcher.cc:143
↓ 2 callersFunctionlog_header
manager/demo/mongoose.c:4844
↓ 2 callersFunctionlograw
deps/curl/tests/server/sockfilt.c:465
↓ 2 callersFunctionloop
deps/curl/tests/libtest/lib540.c:102
↓ 2 callersFunctionmakeOS400IconvCode
deps/curl/packages/OS400/ccsidcurl.c:57
↓ 2 callersMethodmember
test/unit/gtest/test/gtest-port_test.cc:108
↓ 2 callersFunctionmemdup
* * memdup() * * Copies the 'source' data to a newly allocated buffer buffer (that is * returned). Uses buffer_length if not null, else uses strle
deps/curl/lib/formdata.c:226
↓ 2 callersFunctionmg_authorize_digest
Authorize against the opened passwords file. Return 1 if authorized.
manager/demo/mongoose.c:4163
↓ 2 callersFunctionmg_get_valid_option_names
manager/demo/mongoose.c:5095
↓ 2 callersFunctionmg_printf_data
manager/demo/mongoose.c:2785
↓ 2 callersFunctionmg_send_data
manager/demo/mongoose.c:2778
↓ 2 callersFunctionmg_send_digest_auth_request
manager/demo/mongoose.c:3862
↓ 2 callersFunctionmg_send_file_internal
manager/demo/mongoose.c:4526
↓ 2 callersFunctionmg_set_option
manager/demo/mongoose.c:5143
↓ 2 callersFunctionmg_url_decode
manager/demo/mongoose.c:2455
↓ 2 callersFunctionmg_url_encode
manager/demo/mongoose.c:3541
↓ 2 callersFunctionmg_websocket_write
manager/demo/mongoose.c:3045
↓ 2 callersMethodmillitick
advance milliseconds can move the clock forward as well as backward by providing a negative number
deps/zookeeper/tests/LibCMocks.h:368
↓ 2 callersMethodmillitick
advance milliseconds can move the clock forward as well as backward by providing a negative number
manager/deps/zookeeper/tests/LibCMocks.h:368
↓ 2 callersFunctionmkfilename
deps/gdbm/src/util.c:21
↓ 2 callersFunctionmulti_addtimeout
* multi_addtimeout() * * Add a timestamp to the list of timeouts. Keep the list sorted so that head * of list is always the timeout nearest in time
deps/curl/lib/multi.c:2526
↓ 2 callersFunctionmulti_runsingle
deps/curl/lib/multi.c:920
↓ 2 callersFunctionnegotiate
deps/curl/lib/telnet.c:292
↓ 2 callersFunctionnew_conn
Create a new easy handle, and add it to the global curl_multi */
deps/curl/docs/examples/ghiper.c:301
↓ 2 callersFunctionnotifyCurl
deps/curl/tests/libtest/lib582.c:200
↓ 2 callersFunctionnotify_sync_completion
deps/zookeeper/src/st_adaptor.c:59
↓ 2 callersFunctionnotify_sync_completion
manager/deps/zookeeper/src/st_adaptor.c:59
↓ 2 callersFunctionns_add_conn
manager/demo/mongoose.c:433
↓ 2 callersFunctionns_broadcast
manager/demo/mongoose.c:1231
↓ 2 callersFunctionns_connect
manager/demo/mongoose.c:1166
↓ 2 callersFunctionns_mgr_poll
manager/demo/mongoose.c:1071
← previousnext →2,001–2,100 of 8,492, ranked by callers