Home | History | Annotate | Download | only in libiptc

Lines Matching refs:ta

1925 	STRUCT_ENTRY_TARGET *ta, *tb;
1930 ta
1939 return ((STRUCT_STANDARD_TARGET *)ta)->verdict
1942 if (ta->u.target_size != tb->u.target_size)
1944 if (strcmp(ta->u.user.name, tb->u.user.name) != 0)
1947 for (i = 0; i < ta->u.target_size - sizeof(*ta); i++)
1948 if (((ta->data[i] ^ tb->data[i]) & mask[i]) != 0)