Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/py/compat/win32/
Dstdint.h142 #define UINT32_MAX _UI32_MAX macro
156 #define UINT_LEAST32_MAX UINT32_MAX
170 #define UINT_FAST32_MAX UINT32_MAX
181 # define UINTPTR_MAX UINT32_MAX
/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTWebSocketServer.h274 if (payloadLength > UINT32_MAX) { in readFrame()