Lines Matching refs:context_len
100 .context_len = len
106 swapl(&rep.context_len);
125 REQUEST_FIXED_SIZE(SELinuxSetCreateContextReq, stuff->context_len);
127 if (stuff->context_len > 0) {
128 ctx = SELinuxCopyContext((char *) (stuff + 1), stuff->context_len);
138 if (stuff->context_len > 0) {
176 REQUEST_FIXED_SIZE(SELinuxSetContextReq, stuff->context_len);
178 if (stuff->context_len < 1)
180 ctx = SELinuxCopyContext((char *) (stuff + 1), stuff->context_len);
543 swapl(&stuff->context_len);
554 swapl(&stuff->context_len);