Searched refs:newpair (Results 1 – 2 of 2) sorted by relevance
188 struct mecherrmap__pair newpair; in mecherrmap_add() local203 newpair.l = l; in mecherrmap_add()204 newpair.r = r; in mecherrmap_add()210 mecherrmap__pairarray_set (&m->a, sz, newpair); in mecherrmap_add()
888 KMF_X509_TYPE_VALUE_PAIR *newpair = NULL; in get_rdn() local953 newpair = malloc(sizeof (KMF_X509_TYPE_VALUE_PAIR)); in get_rdn()954 if (newpair == NULL) { in get_rdn()958 (void) memset(newpair, 0, sizeof (KMF_X509_TYPE_VALUE_PAIR)); in get_rdn()959 newpair->type.Data = (uchar_t *)AttrOID.bv_val; in get_rdn()960 newpair->type.Length = AttrOID.bv_len; in get_rdn()961 newpair->valueType = tag; /* what kind of string is it? */ in get_rdn()962 newpair->value.Data = (uchar_t *)AttrValue; in get_rdn()963 newpair->value.Length = strlen(AttrValue); in get_rdn()967 newrdn.AttributeTypeAndValue = newpair; in get_rdn()