HomeSort by relevance Sort by last modified time
    Searched refs:rfbClientSwap32IfLE (Results 1 - 12 of 12) sorted by null

  /external/libvncserver/client_examples/
backchannel.c 35 msg.size = rfbClientSwap32IfLE(length);
55 msg.size = rfbClientSwap32IfLE(msg.size);
  /external/libvncserver/libvncclient/
rfbproto.c 514 authResult = rfbClientSwap32IfLE(authResult);
526 reasonLen = rfbClientSwap32IfLE(reasonLen);
554 reasonLen = rfbClientSwap32IfLE(reasonLen);
705 ulensw = rfbClientSwap32IfLE(ulen);
707 plensw = rfbClientSwap32IfLE(plen);
    [all...]
ultra.c 45 toRead = rfbClientSwap32IfLE(hdr.nBytes);
128 toRead = rfbClientSwap32IfLE(hdr.nBytes);
198 se = rfbClientSwap32IfLE(se);
corre.c 44 hdr.nSubrects = rfbClientSwap32IfLE(hdr.nSubrects);
rre.c 43 hdr.nSubrects = rfbClientSwap32IfLE(hdr.nSubrects);
zlib.c 65 remaining = rfbClientSwap32IfLE(hdr.nBytes);
h264.c 120 hdr.slice_type = rfbClientSwap32IfLE(hdr.slice_type);
121 hdr.nBytes = rfbClientSwap32IfLE(hdr.nBytes);
122 hdr.width = rfbClientSwap32IfLE(hdr.width);
123 hdr.height = rfbClientSwap32IfLE(hdr.height);
sockets.c 110 tv.tv_sec = rfbClientSwap32IfLE (tv.tv_sec);
111 tv.tv_usec = rfbClientSwap32IfLE (tv.tv_usec);
tls_gnutls.c 238 t=rfbClientSwap32IfLE(tAuth[loop]);
tls_openssl.c 391 t=rfbClientSwap32IfLE(tAuth[loop]);
zrle.c 114 remaining = rfbClientSwap32IfLE(header.length);
  /external/libvncserver/rfb/
rfbclient.h 49 #define rfbClientSwap32IfLE(l) \

Completed in 111 milliseconds