Searched refs:tvalue (Results 1 – 4 of 4) sorted by relevance
65 LPTSTR tvalue = gpr_char_to_tchar(value); in gpr_setenv() local66 BOOL res = SetEnvironmentVariable(tname, tvalue); in gpr_setenv()68 gpr_free(tvalue); in gpr_setenv()
17 union sigval tvalue; variable29 tvalue = t.si_value; in dummyfcn()
235 const T *tvalue = (const T *) value; in get() local237 SharedObject::copyPtr(tvalue, ptr); in get()239 SharedObject::clearPtr(tvalue); in get()
96 char *tname = NULL, *tvalue = NULL; in X509V3_add_value() local99 if (value && !(tvalue = BUF_strdup(value))) in X509V3_add_value()107 vtmp->value = tvalue; in X509V3_add_value()117 if (tvalue) in X509V3_add_value()118 OPENSSL_free(tvalue); in X509V3_add_value()