Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/Simulator/src/
DTcpServer.c255 bool continueServing; in PlatformSvcRoutine() local
284 continueServing = PlatformServer(serverSocket); in PlatformSvcRoutine()
286 } while(continueServing); in PlatformSvcRoutine()
342 bool continueServing; in RegularCommandService() local
371 continueServing = TpmServer(serverSocket); in RegularCommandService()
373 } while(continueServing); in RegularCommandService()