Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_ext.c43 CARD32 dctx_len; member
321 i->dctx_len = bytes_to_int32(strlen(i->dctx) + 1); in SELinuxPopulateItem()
323 *size += i->octx_len + i->dctx_len + 3; in SELinuxPopulateItem()
365 buf[pos] = items[k].dctx_len * 4; in SELinuxSendItemsToClient()
373 pos += items[k].dctx_len; in SELinuxSendItemsToClient()