Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gpr/
Denv_windows.cc65 LPTSTR tvalue = gpr_char_to_tchar(value); in gpr_setenv() local
66 BOOL res = SetEnvironmentVariable(tname, tvalue); in gpr_setenv()
68 gpr_free(tvalue); in gpr_setenv()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D21-1-buildonly.c17 union sigval tvalue; variable
29 tvalue = t.si_value; in dummyfcn()
/external/icu/icu4c/source/common/
Dunifiedcache.h235 const T *tvalue = (const T *) value; in get() local
237 SharedObject::copyPtr(tvalue, ptr); in get()
239 SharedObject::clearPtr(tvalue); in get()
/external/boringssl/src/crypto/x509v3/
Dv3_utl.c96 char *tname = NULL, *tvalue = NULL; in X509V3_add_value() local
99 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()