Searched refs:tmpid (Results 1 – 4 of 4) sorted by relevance
254 char tmpid[MAX_LENGTH_ID]; in uprv_detectWindowsTimeZone() local282 tmpid[0] = 0; in uprv_detectWindowsTimeZone()334 if (idFound || tmpid[0] == 0) { in uprv_detectWindowsTimeZone()338 … tmpid[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */ in uprv_detectWindowsTimeZone()340 tmpid[index]='\0'; in uprv_detectWindowsTimeZone()354 if (tmpid[0] != 0) { in uprv_detectWindowsTimeZone()355 len = uprv_strlen(tmpid); in uprv_detectWindowsTimeZone()358 uprv_strcpy(icuid, tmpid); in uprv_detectWindowsTimeZone()
256 char tmpid[MAX_LENGTH_ID]; in uprv_detectWindowsTimeZone() local285 tmpid[0] = 0; in uprv_detectWindowsTimeZone()337 if (idFound || tmpid[0] == 0) { in uprv_detectWindowsTimeZone()341 … tmpid[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */ in uprv_detectWindowsTimeZone()343 tmpid[index]='\0'; in uprv_detectWindowsTimeZone()357 if (tmpid[0] != 0) { in uprv_detectWindowsTimeZone()358 len = uprv_strlen(tmpid); in uprv_detectWindowsTimeZone()361 uprv_strcpy(icuid, tmpid); in uprv_detectWindowsTimeZone()
263 OCSP_CERTID *tmpid, *cid; in ocsp_check_ids() local279 tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId; in ocsp_check_ids()281 if (OCSP_id_issuer_cmp(cid, tmpid)) in ocsp_check_ids()284 if (OBJ_cmp(tmpid->hashAlgorithm->algorithm, in ocsp_check_ids()336 OCSP_CERTID *tmpid; in ocsp_match_issuerid() local339 tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId; in ocsp_match_issuerid()340 ret = ocsp_match_issuerid(cert, tmpid, NULL); in ocsp_match_issuerid()
58 tmpid[0] = 0;