Home
last modified time | relevance | path

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

/external/openssl/crypto/x509v3/
Dv3_ncons.c113 CONF_VALUE tval, *val; variable
126 tval.name = val->name + 10;
131 tval.name = val->name + 9;
138 tval.value = val->value;
140 if (!v2i_GENERAL_NAME_ex(sub->base, method, ctx, &tval, 1))
/external/chromium/net/flip/
Dflip_session.cc110 std::string tval; in FlipHeadersToHttpResponse() local
112 tval = value.substr(start, (end - start)); in FlipHeadersToHttpResponse()
114 tval = value.substr(start); in FlipHeadersToHttpResponse()
117 raw_headers.append(tval); in FlipHeadersToHttpResponse()