Searched refs:multistate (Results 1 – 4 of 4) sorted by relevance
/external/curl/lib/ |
D | multi.c | 155 #define multistate(x,y) mstate(x,y) macro 157 #define multistate(x,y) mstate(x,y, __LINE__) macro 394 multistate(data, CURLM_STATE_INIT); in curl_multi_add_handle() 1141 multistate(data, CURLM_STATE_PERFORM); in Curl_multi_add_perform() 1312 multistate(data, CURLM_STATE_CONNECT); in multi_runsingle() 1396 multistate(data, CURLM_STATE_CONNECT); in multi_runsingle() 1415 multistate(data, CURLM_STATE_CONNECT_PEND); in multi_runsingle() 1433 multistate(data, CURLM_STATE_WAITRESOLVE); in multi_runsingle() 1441 multistate(data, Curl_pipeline_wanted(multi, CURLPIPE_HTTP1)? in multi_runsingle() 1446 multistate(data, CURLM_STATE_WAITPROXYCONNECT); in multi_runsingle() [all …]
|
/external/openssh/ |
D | readconf.c | 677 struct multistate { struct 681 static const struct multistate multistate_flag[] = { argument 688 static const struct multistate multistate_yesnoask[] = { 696 static const struct multistate multistate_addressfamily[] = { 702 static const struct multistate multistate_controlmaster[] = { 712 static const struct multistate multistate_tunnel[] = { 721 static const struct multistate multistate_requesttty[] = { 730 static const struct multistate multistate_canonicalizehostname[] = { 757 const struct multistate *multistate_ptr; in process_config_line() 2094 fmt_multistate_int(int val, const struct multistate *m) in fmt_multistate_int()
|
D | servconf.c | 911 struct multistate { struct 915 static const struct multistate multistate_addressfamily[] = { argument 921 static const struct multistate multistate_permitrootlogin[] = { 929 static const struct multistate multistate_compression[] = { 935 static const struct multistate multistate_gatewayports[] = { 941 static const struct multistate multistate_privsep[] = { 948 static const struct multistate multistate_tcpfwd[] = { 970 const struct multistate *multistate_ptr; in process_server_config_line() 2072 fmt_multistate_int(int val, const struct multistate *m) in fmt_multistate_int()
|
/external/curl/ |
D | CHANGES.0 | 2118 to multistate().
|