Searched refs:CM_STATE_EOM (Results 1 – 3 of 3) sorted by relevance
87 while (state != CM_STATE_EOM) { in cm_handler_client()92 state = CM_STATE_EOM; in cm_handler_client()129 state = CM_STATE_EOM; in cm_handler_client()
650 while (state != CM_STATE_EOM) { in cm_handler_server()663 state = CM_STATE_EOM; in cm_handler_server()688 state = CM_STATE_EOM; in cm_handler_server()708 state = CM_STATE_EOM; in cm_handler_server()
46 #define CM_STATE_EOM 0 macro