Searched defs:old_state (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dchap.c514 int secret_len, old_state; local
609 old_state = cstate->serverstate;
611 if (old_state == CHAPSS_INITIAL_CHAL) {
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dchap.c524 int secret_len, old_state; local
621 old_state = cstate->serverstate;
623 if (old_state == CHAPSS_INITIAL_CHAL) {
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dapi_msg.c351 enum netconn_state old_state; local
365 old_state = conn->state;
387 if ((old_state == NETCONN_WRITE) || (old_state == NETCONN_CLOSE) ||
388 (old_state == NETCONN_CONNECT)) {
/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp4080 uint32_t old_state = pThis->ctl & OHCI_CTL_HCFS; local
4085 if (new_state != old_state)
4114 if ( new_state != old_state )
4900 uint32_t old_state = p->fReg; local
4977 if (p->fReg != old_state)
4980 uint32_t chg = res ^ old_state; NOREF(chg);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h4066 int old_state; member in struct:set_caret_window_reply
4089 int old_state; member in struct:set_caret_info_reply
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h3782 int old_state; member in struct:set_caret_window_reply
3804 int old_state; member in struct:set_caret_info_reply

Completed in 796 milliseconds