HomeSort by relevance Sort by last modified time
    Searched refs:multistate (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
multi.c 157 #define multistate(x,y) mstate(x,y) macro
159 #define multistate(x,y) mstate(x,y, __LINE__) macro
396 multistate(data, CURLM_STATE_INIT);
747 /* change state without using multistate(), only to make singlesocket() do
    [all...]
  /external/openssh/
readconf.c 737 /* Multistate option parsing */
738 struct multistate { struct
742 static const struct multistate multistate_flag[] = {
749 static const struct multistate multistate_yesnoask[] = {
757 static const struct multistate multistate_yesnoaskconfirm[] = {
766 static const struct multistate multistate_addressfamily[] = {
772 static const struct multistate multistate_controlmaster[] = {
782 static const struct multistate multistate_tunnel[] = {
791 static const struct multistate multistate_requesttty[] = {
800 static const struct multistate multistate_canonicalizehostname[] =
    [all...]
servconf.c 911 /* Multistate option parsing */
912 struct multistate { struct
916 static const struct multistate multistate_addressfamily[] = {
922 static const struct multistate multistate_permitrootlogin[] = {
930 static const struct multistate multistate_compression[] = {
936 static const struct multistate multistate_gatewayports[] = {
942 static const struct multistate multistate_privsep[] = {
949 static const struct multistate multistate_tcpfwd[] = {
971 const struct multistate *multistate_ptr;
    [all...]

Completed in 1084 milliseconds