Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dswaprep.c644 char *bufT = buf; in SLHostsExtend() local
647 while (bufT < endbuf) { in SLHostsExtend()
648 xHostEntry *host = (xHostEntry *) bufT; in SLHostsExtend()
652 bufT += sizeof(xHostEntry) + pad_to_int32(len); in SLHostsExtend()