Searched refs:IN_PROGRESS (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c63 #define IN_PROGRESS (NO_SEND_IV|NO_RECV_IV|NO_KEYID) macro
189 state = IN_PROGRESS;
195 state = IN_PROGRESS;
290 state = fbp->state[DIR_DECRYPT-1] = IN_PROGRESS;
349 state = IN_PROGRESS;
437 state = IN_PROGRESS;
/freebsd-13-stable/contrib/telnet/libtelnet/
H A Denc_des.c58 #define IN_PROGRESS (NO_SEND_IV|NO_RECV_IV|NO_KEYID) macro
185 state = IN_PROGRESS;
191 state = IN_PROGRESS;
281 state = fbp->state[DIR_DECRYPT-1] = IN_PROGRESS;
341 state = IN_PROGRESS;
431 state = IN_PROGRESS;
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc267 // returned control by throwing an exception. IN_PROGRESS means the test
271 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
396 outcome_(IN_PROGRESS),
601 case IN_PROGRESS:

Completed in 98 milliseconds