Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
DuSynergy.h110 #define USYNERGY_RECEIVE_BUFFER_SIZE 4096 /* Maximum size of an incoming packet */ macro
345 uint8_t m_receiveBuffer[USYNERGY_RECEIVE_BUFFER_SIZE]; /* Receive buffer */
DuSynergy.c479 int receive_size = USYNERGY_RECEIVE_BUFFER_SIZE - context->m_receiveOfs; in sUpdateContext()
531 if (packlen > USYNERGY_RECEIVE_BUFFER_SIZE) in sUpdateContext()
541 …int to_receive = buffer_left < USYNERGY_RECEIVE_BUFFER_SIZE ? buffer_left : USYNERGY_RECEIVE_BUFFE… in sUpdateContext()