Lines Matching refs:ccode
209 if (rsp->ccode > 0) { in ImeGetInfo()
211 val2str(rsp->ccode, completion_code_vals)); in ImeGetInfo()
519 if (rsp->ccode > 0) { in ImeUpdatePrepare()
521 val2str(rsp->ccode, completion_code_vals)); in ImeUpdatePrepare()
554 if (rsp->ccode > 0) { in ImeUpdateOpenArea()
556 val2str(rsp->ccode, completion_code_vals)); in ImeUpdateOpenArea()
594 if (rsp->ccode > 0) { in ImeUpdateWriteArea()
596 val2str(rsp->ccode, completion_code_vals)); in ImeUpdateWriteArea()
597 if( rsp->ccode == 0x80) // restart operation in ImeUpdateWriteArea()
641 if (rsp->ccode > 0) { in ImeUpdateCloseArea()
643 val2str(rsp->ccode, completion_code_vals)); in ImeUpdateCloseArea()
675 if (rsp->ccode > 0) { in ImeUpdateGetStatus()
677 val2str(rsp->ccode, completion_code_vals)); in ImeUpdateGetStatus()
748 if (rsp->ccode > 0) { in ImeUpdateGetCapabilities()
750 val2str(rsp->ccode, completion_code_vals)); in ImeUpdateGetCapabilities()
788 if (rsp->ccode > 0) { in ImeUpdateRegisterUpdate()
790 val2str(rsp->ccode, completion_code_vals)); in ImeUpdateRegisterUpdate()
819 if (rsp->ccode > 0) { in ImeUpdateShowStatus()
821 val2str(rsp->ccode, completion_code_vals)); in ImeUpdateShowStatus()