OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpid
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/common/
wintz.c
256
char
tmpid
[MAX_LENGTH_ID];
local
285
tmpid
[0] = 0;
333
/*
tmpid
buffer holds the ICU timezone ID corresponding to the timezone ID from Windows.
334
* If none is found,
tmpid
buffer will contain a fallback ID (i.e. the time zone ID matching
337
if (idFound ||
tmpid
[0] == 0) {
341
tmpid
[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */
343
tmpid
[index]='\0';
357
if (
tmpid
[0] != 0) {
358
len = uprv_strlen(
tmpid
);
361
uprv_strcpy(icuid,
tmpid
);
[
all
...]
/external/icu/icu4c/source/common/
wintz.c
254
char
tmpid
[MAX_LENGTH_ID];
local
282
tmpid
[0] = 0;
330
/*
tmpid
buffer holds the ICU timezone ID corresponding to the timezone ID from Windows.
331
* If none is found,
tmpid
buffer will contain a fallback ID (i.e. the time zone ID matching
334
if (idFound ||
tmpid
[0] == 0) {
338
tmpid
[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */
340
tmpid
[index]='\0';
354
if (
tmpid
[0] != 0) {
355
len = uprv_strlen(
tmpid
);
358
uprv_strcpy(icuid,
tmpid
);
[
all
...]
/external/openssl/crypto/ocsp/
ocsp_vfy.c
263
OCSP_CERTID *
tmpid
, *cid;
local
279
tmpid
= sk_OCSP_SINGLERESP_value(sresp, i)->certId;
281
if (OCSP_id_issuer_cmp(cid,
tmpid
))
284
if (OBJ_cmp(
tmpid
->hashAlgorithm->algorithm,
336
OCSP_CERTID *
tmpid
;
local
339
tmpid
= sk_OCSP_SINGLERESP_value(sresp, i)->certId;
340
ret = ocsp_match_issuerid(cert,
tmpid
, NULL);
Completed in 34 milliseconds