Searched refs:tvalue (Results 1 – 2 of 2) sorted by relevance
233 const T *tvalue = (const T *) value; in get() local235 SharedObject::copyPtr(tvalue, ptr); in get()237 SharedObject::clearPtr(tvalue); in get()
93 char *tname = NULL, *tvalue = NULL; in X509V3_add_value() local95 if(value && !(tvalue = BUF_strdup(value))) goto err; in X509V3_add_value()100 vtmp->value = tvalue; in X509V3_add_value()107 if(tvalue) OPENSSL_free(tvalue); in X509V3_add_value()