Lines Matching defs:dest
258 INFOPAIR *dest = OPENSSL_zalloc(sizeof(*dest));260 if (dest == NULL)263 dest->name = OPENSSL_strdup(src->name);264 if (dest->name == NULL)268 dest->value = OPENSSL_strdup(src->value);269 if (dest->value == NULL)272 return dest;274 OPENSSL_free(dest->name);275 OPENSSL_free(dest);