Searched refs:cstat (Results 1 – 2 of 2) sorted by relevance
312 int cstat; in WaitInternal() local315 cpid = waitpid(pid, &cstat, 0); in WaitInternal()318 } else if ((cpid == pid) && (WIFEXITED(cstat) || WIFSIGNALED(cstat))) { in WaitInternal()319 *status = cstat; in WaitInternal()
503 Qso_OverlappedIO_t cstat; in cancel_async_handshake() local506 QsoWaitForIOCompletion(BACKEND->iocport, &cstat, (struct timeval *) NULL); in cancel_async_handshake()928 Qso_OverlappedIO_t cstat; in gskit_connect_step2() local940 switch(QsoWaitForIOCompletion(BACKEND->iocport, &cstat, &stmv)) { in gskit_connect_step2()965 result = gskit_status(data, cstat.returnValue, "SSL handshake", in gskit_connect_step2()