Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dx509_crt.c1475 int t_ret; in mbedtls_x509_crt_parse_path() local
1524 t_ret = mbedtls_x509_crt_parse_file(chain, entry_name); in mbedtls_x509_crt_parse_path()
1525 if (t_ret < 0) { in mbedtls_x509_crt_parse_path()
1528 ret += t_ret; in mbedtls_x509_crt_parse_path()
/third_party/chromium/patch/
D0001-cve.patch120922 t_ret = None
120933 - t_ret = (type, rtype, info)
120940 + t_ret = (type, rtype, info)
120983 if t_ret != None:
121045 if t_ret != None:
121060 - test.write(" desret_%s(ret_val);\n" % t_ret[0])
121075 + test.write(" desret_%s(ret_val);\n" % t_ret[0])