HomeSort by: relevance | last modified time | path
    Searched refs:IN_PROGRESS (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libtelnet/
enc_des.c 60 #define IN_PROGRESS (NO_SEND_IV|NO_RECV_IV|NO_KEYID)
188 state = IN_PROGRESS;
194 state = IN_PROGRESS;
283 state = fbp->state[DIR_DECRYPT-1] = IN_PROGRESS;
342 state = IN_PROGRESS;
436 state = IN_PROGRESS;
  /src/external/gpl3/binutils/dist/gprofng/src/
ipcio.h 61 IN_PROGRESS,
ipc.cc 358 req->setStatus (IN_PROGRESS);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
ipcio.h 61 IN_PROGRESS,
ipc.cc 358 req->setStatus (IN_PROGRESS);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 276 // returned control by throwing an exception. IN_PROGRESS means the test
278 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
404 outcome_(IN_PROGRESS),
610 case IN_PROGRESS:
  /src/external/bsd/am-utils/dist/amd/
amfs_generic.c 56 #define IN_PROGRESS(cp) ((cp)->mp->am_al->al_mnt->mf_flags & MFF_MOUNTING)
107 int in_progress = 0; /* # of (un)mount in progress */ local
195 in_progress++;
212 if (in_progress) {
213 dlog("Waiting while %d mount(s) in progress", in_progress);
631 if (error || !IN_PROGRESS(cp))
  /src/external/mit/libuv/dist/src/win/
tty.c 80 IN_PROGRESS,
542 status = InterlockedExchange(&uv__read_console_status, IN_PROGRESS);
1115 if (status != IN_PROGRESS) {

Completed in 27 milliseconds