Home
last modified time | relevance | path

Searched refs:hstarted (Results 1 – 5 of 5) sorted by relevance

/dports/security/gnutls/gnutls-3.6.16/tests/
H A Deagain-auto-auth.c132 unsigned hstarted = 0; in async_handshake() local
142 if (!hstarted) { in async_handshake()
147 hstarted = 1; in async_handshake()
153 if (sret == GNUTLS_E_AGAIN && hstarted) { in async_handshake()
160 if (hstarted && gnutls_record_get_direction(client) == 0 && to_client_len == 0) in async_handshake()
170 assert_true(hstarted != 0); in async_handshake()
/dports/shells/pdksh/pdksh-5.2.14/
H A Dhistory.c71 static int hstarted; /* set after hist_init() called */ variable
556 if (hstarted == 0)
670 hstarted = 1;
826 hstarted = 1;
H A DChangeLog.03420 - hist_init(COMPLEX_HISTORY): move hstarted = 1 to after the
/dports/shells/oksh/oksh-7.0/
H A Dhistory.c47 static int hstarted; /* set after hist_init() called */ variable
595 if (hstarted == 0) in sethistfile()
812 hstarted = 1; in hist_init()
/dports/shells/mksh/mksh/
H A Dhistrap.c45 static bool hstarted; /* set after hist_init() called */ variable
535 if (hstarted == false) in sethistfile()
900 hstarted = true; in hist_init()