Home
last modified time | relevance | path

Searched refs:rsMsgExchange (Results 1 – 3 of 3) sorted by relevance

/dports/www/retawq/retawq-0.2.6c/
H A Dresource.h141 { rsUnknown = 0, rsError = 1, rsConnecting = 2, rsMsgExchange = 3, enumerator
H A Dresource.c5348 resource->state = rsMsgExchange;
6374 resource->state = rsMsgExchange; resource->handshake = rchConnected;
7076 resource->state = rsMsgExchange; resource->handshake = rchConnected;
7135 set_req: resource->state = rsMsgExchange;
H A Dmain.c6847 resource->state = rsMsgExchange; /* CHECKME! */ in console_handle_res()