Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dos.h539 unsigned long dataLenBytes; /* actual bytes from replyData + pad bytes */ member
/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c595 pri->dataLenBytes, pri->padBytes, in RecordAReply()
605 pri->dataLenBytes, 0, in RecordAReply()
628 pri->dataLenBytes, 0, in RecordAReply()
/OK3568_Linux_fs/external/xserver/os/
H A Dio.c758 replyinfo.dataLenBytes = count + padBytes; in WriteToClient()