Searched refs:no_name (Results 1 - 10 of 10) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | struct_typedef.rs | 44 pub no_name: *mut ::std::os::raw::c_void, 62 unsafe { ::std::ptr::addr_of!((*ptr).no_name) as usize - ptr as usize }, in bindgen_test_layout__bindgen_ty_1() 68 stringify!(no_name) in bindgen_test_layout__bindgen_ty_1()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | object.rs | 14 no_name: c_int, in OBJ_obj2txt() 20 pub fn OBJ_txt2obj(s: *const libc::c_char, no_name: libc::c_int) -> *mut ASN1_OBJECT; in OBJ_txt2obj()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | objects.h | 63 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name); 64 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | struct_typedef.h | 8 void *no_name; member
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | objects.h | 71 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name); 72 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
|
/third_party/openssl/include/openssl/ |
H A D | objects.h | 71 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name); 72 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | obj_dat.c | 362 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name) in OBJ_txt2obj() argument 371 if (!no_name) { in OBJ_txt2obj() 412 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name) in OBJ_obj2txt() argument 427 if (!no_name && (nid = OBJ_obj2nid(a)) != NID_undef) { in OBJ_obj2txt()
|
/third_party/openssl/crypto/objects/ |
H A D | obj_dat.c | 362 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name) in OBJ_txt2obj() argument 371 if (!no_name) { in OBJ_txt2obj() 412 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name) in OBJ_obj2txt() argument 427 if (!no_name && (nid = OBJ_obj2nid(a)) != NID_undef) { in OBJ_obj2txt()
|
/third_party/python/Modules/ |
H A D | _ssl.c | 1013 _asn1obj2py(_sslmodulestate *state, const ASN1_OBJECT *name, int no_name) in _asn1obj2py() argument 1020 buflen = OBJ_obj2txt(namebuf, X509_NAME_MAXLEN, name, no_name); in _asn1obj2py() 1028 buflen = OBJ_obj2txt(NULL, 0, name, no_name); in _asn1obj2py() 1035 buflen = OBJ_obj2txt(namebuf, buflen + 1, name, no_name); in _asn1obj2py() 1041 if (!buflen && no_name) { in _asn1obj2py()
|
/third_party/python/Lib/test/ |
H A D | test_grammar.py | 375 no_name[does_not_exist]: no_name_again = 1/0 377 no_name[does_not_exist]: 1/0 = 0
|
Completed in 14 milliseconds