Searched refs:othername (Results 1 – 13 of 13) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 212 on = os_realloc_array(cert->othername, cert->num_othername + 1, in add_alt_name_othername() 216 cert->othername = on; in add_alt_name_othername() 892 os_free(hcert->othername[i].oid); in parse_cert_free() 893 os_free(hcert->othername); in parse_cert_free() 964 if (os_strcmp(hcert.othername[i].oid, in http_parse_x509_certificate() 966 char *name = os_zalloc(hcert.othername[i].len + 1); in http_parse_x509_certificate() 968 os_memcpy(name, hcert.othername[i].data, in http_parse_x509_certificate() 969 hcert.othername[i].len); in http_parse_x509_certificate() 977 hcert.othername[i].data, in http_parse_x509_certificate() 978 hcert.othername[i].len); in http_parse_x509_certificate() [all …]
|
D | http-utils.h | 32 struct http_othername *othername; member
|
/external/swiftshader/third_party/LLVM/test/TableGen/ |
D | LetInsideMultiClasses.td | 16 let name = "othername" in
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | LetInsideMultiClasses.td | 21 let name = "othername" in
|
/external/llvm/test/TableGen/ |
D | LetInsideMultiClasses.td | 21 let name = "othername" in
|
/external/python/cpython2/Lib/plat-mac/ |
D | gensuitemodule.py | 970 othername, dummy, dummy = self.namemappers[0].findcodename('class', code) 972 self.fp.write("\n%s = %s\n"%(pname, othername)) 995 othername, dummy, dummy = self.namemappers[0].findcodename('property', code) 996 if pname == othername: 999 self.fp.write("\n_Prop_%s = _Prop_%s\n"%(pname, othername))
|
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.c | 2933 if (os_strcmp(cert->othername[i].oid, in osu_cert_cb() 2937 cert->othername[i].data, in osu_cert_cb() 2938 cert->othername[i].len); in osu_cert_cb() 2946 if (os_strcmp(cert->othername[i].oid, in osu_cert_cb() 2949 if (cert->othername[i].len < 3) in osu_cert_cb() 2951 if (os_strncasecmp((char *) cert->othername[i].data, in osu_cert_cb() 2954 if (os_strncmp((char *) cert->othername[i].data + 3, in osu_cert_cb() 2956 cert->othername[i].len - 3) == 0) { in osu_cert_cb()
|
/external/u-boot/doc/ |
D | README.gpt | 237 => gpt swap host 0 name othername
|
/external/python/cpython3/Lib/test/ |
D | test_pathlib.py | 2144 othername = pwdent.pw_name 2146 if othername != username and otherhome: 2149 othername = username 2154 p3 = P('~' + othername + '/Documents')
|
/external/python/cpython2/Doc/reference/ |
D | expressions.rst | 19 name: `othername` 24 as for ``othername``.
|
/external/python/cpython3/Doc/reference/ |
D | expressions.rst | 17 name: `othername` 20 as for ``othername``.
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.0.rst | 529 as name`` or ``from module import name as othername``. The patch was submitted
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.0.rst | 529 as name`` or ``from module import name as othername``. The patch was submitted
|