Lines Matching refs:BOOL
15 BOOL ReadBytes(SOCKET s, char* buffer, int NumBytes);
16 BOOL ReadVarBytes(SOCKET s, char* buffer, UINT32* BytesReceived, int MaxLen);
17 BOOL WriteVarBytes(SOCKET s, char *buffer, int BytesToSend);
18 BOOL WriteBytes(SOCKET s, char* buffer, int NumBytes);
19 BOOL WriteUINT32(SOCKET s, UINT32 val);
90 BOOL
95 BOOL ok = TRUE; in PlatformServer()
178 BOOL continueServing; in PlatformSvcRoutine()
251 BOOL continueServing; in RegularCommandService()
318 BOOL
349 BOOL
383 BOOL
399 BOOL
408 BOOL res; in ReadVarBytes()
430 BOOL
438 BOOL res; in WriteVarBytes()
451 BOOL
459 BOOL ok; in TpmServer()