Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/heimdal/lib/asn1/
Dtemplate.c946 void **ptel = (void **)tel; in _asn1_copy() local
962 tel = *ptel = calloc(1, size); in _asn1_copy()
976 free(*ptel); in _asn1_copy()
977 *ptel = NULL; in _asn1_copy()