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

  /external/curl/lib/
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);
737 /* change state without using multistate(), only to make singlesocket() do
    [all...]
  /external/openssh/
readconf.c 676 /* Multistate option parsing */
677 struct multistate { struct
681 static const struct multistate multistate_flag[] = {
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
    [all...]
servconf.c 910 /* Multistate option parsing */
911 struct multistate { struct
915 static const struct multistate multistate_addressfamily[] = {
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;
    [all...]

Completed in 295 milliseconds