| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| D | x509_meth.c | 22 X509_LOOKUP_METHOD *method = OPENSSL_zalloc(sizeof(X509_LOOKUP_METHOD)); in X509_LOOKUP_meth_new() local 39 void X509_LOOKUP_meth_free(X509_LOOKUP_METHOD *method) in X509_LOOKUP_meth_free() 46 int X509_LOOKUP_meth_set_new_item(X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_new_item() 53 int (*X509_LOOKUP_meth_get_new_item(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_new_item() 60 X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_free() 67 void (*X509_LOOKUP_meth_get_free(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_free() 73 int X509_LOOKUP_meth_set_init(X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_init() 80 int (*X509_LOOKUP_meth_get_init(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_init() 87 X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_shutdown() 94 int (*X509_LOOKUP_meth_get_shutdown(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_shutdown() [all …]
|
| D | v3_skid.c | 27 char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, in i2s_ASN1_OCTET_STRING() 33 ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, in s2i_ASN1_OCTET_STRING() 91 static ASN1_OCTET_STRING *s2i_skey_id(X509V3_EXT_METHOD *method, in s2i_skey_id()
|
| D | v3_utf8.c | 29 char *i2s_ASN1_UTF8STRING(X509V3_EXT_METHOD *method, in i2s_ASN1_UTF8STRING() 47 ASN1_UTF8STRING *s2i_ASN1_UTF8STRING(X509V3_EXT_METHOD *method, in s2i_ASN1_UTF8STRING()
|
| D | v3_ia5.c | 28 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5) in i2s_ASN1_IA5STRING() 43 ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, in s2i_ASN1_IA5STRING()
|
| D | v3_san.c | 301 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method, in v2i_issuer_alt() 379 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method, in v2i_subject_alt() 475 GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAMES() 503 GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAME() 510 const X509V3_EXT_METHOD *method, in a2i_GENERAL_NAME() 603 const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAME_ex()
|
| D | v3_crld.c | 241 static void *v2i_crld(const X509V3_EXT_METHOD *method, in v2i_crld() 364 static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, in v2i_idp() 440 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, in i2r_idp() 464 static int i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out, in i2r_crldp()
|
| D | v3_pci.c | 67 static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, in i2r_pci() 239 static PROXY_CERT_INFO_EXTENSION *r2i_pci(X509V3_EXT_METHOD *method, in r2i_pci()
|
| /netbsd/src/external/gpl3/gcc/dist/libobjc/ |
| D | methods.c | 33 method_getName (struct objc_method * method) in method_getName() 42 method_getTypeEncoding (struct objc_method * method) in method_getTypeEncoding() 51 method_getImplementation (struct objc_method * method) in method_getImplementation() 60 method_getDescription (struct objc_method * method) in method_getDescription() 129 method_setImplementation (struct objc_method * method, IMP implementation) in method_setImplementation()
|
| D | sendmsg.c | 350 method_get_imp (struct objc_method * method) in method_get_imp() 510 struct objc_method *method = search_for_method_in_hierarchy (class->class_pointer, in __objc_send_initialize() local 549 struct objc_method * method = &(method_list->method_list[i]); in __objc_install_methods_in_dtable() local 663 struct objc_method *method; in class_addMethod() local 691 struct objc_method * method = &method_list->method_list[i]; in class_addMethod() local 748 struct objc_method * method; in class_replaceMethod() local 773 struct objc_method * method = NULL; in search_for_method_in_hierarchy() local 808 struct objc_method * method = &method_list->method_list[i]; in search_for_method_in_list() local
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ocsp/ |
| D | v3_ocsp.c | 110 static int i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, in i2r_ocsp_crlid() 143 static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, in i2r_ocsp_acutoff() 153 static int i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, in i2r_object() 215 static int i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, in i2r_ocsp_nonce() 227 static int i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck, in i2r_ocsp_nocheck() 233 static void *s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method, in s2i_ocsp_nocheck() 239 static int i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in, in i2r_ocsp_serviceloc()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| D | method2.cc | 9 A::method () in method() function in A 14 A::method (int a) in method() function in A 19 A::method (A* a) in method() function in A
|
| D | local-static.c | 69 S::method () in method() function 75 S::method () const in method() function 81 S::method () volatile in method() function 87 S::method () const volatile in method() function 117 S2<T>::method () in method() function
|
| D | expand-psymtabs-cxx.cc | 19 method (long x) in method() function
|
| /netbsd/src/external/bsd/wpa/dist/src/eap_server/ |
| D | eap_server_methods.c | 26 enum eap_type method) in eap_server_get_eap_method() 73 enum eap_type method, in eap_server_method_alloc() 92 static void eap_server_method_free(struct eap_method *method) in eap_server_method_free() 108 int eap_server_method_register(struct eap_method *method) in eap_server_method_register()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ui/ |
| D | ui_lib.c | 23 UI *UI_new_method(const UI_METHOD *method) in UI_new_method() 631 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui)) in UI_method_set_opener() 640 int UI_method_set_writer(UI_METHOD *method, in UI_method_set_writer() 650 int UI_method_set_flusher(UI_METHOD *method, int (*flusher) (UI *ui)) in UI_method_set_flusher() 659 int UI_method_set_reader(UI_METHOD *method, in UI_method_set_reader() 669 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui)) in UI_method_set_closer() 678 int UI_method_set_data_duplicator(UI_METHOD *method, in UI_method_set_data_duplicator() 690 int UI_method_set_prompt_constructor(UI_METHOD *method, in UI_method_set_prompt_constructor() 702 int UI_method_set_ex_data(UI_METHOD *method, int idx, void *data) in UI_method_set_ex_data() 707 int (*UI_method_get_opener(const UI_METHOD *method)) (UI *) in UI_method_get_opener() [all …]
|
| /netbsd/src/external/bsd/wpa/dist/src/eap_peer/ |
| D | eap_methods.c | 31 enum eap_type method) in eap_peer_get_eap_method() 234 int eap_peer_method_unload(struct eap_method *method) in eap_peer_method_unload() 283 enum eap_type method, in eap_peer_method_alloc() 302 static void eap_peer_method_free(struct eap_method *method) in eap_peer_method_free() 318 int eap_peer_method_register(struct eap_method *method) in eap_peer_method_register()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/store/ |
| D | store_meth.c | 61 static int up_ref_loader(void *method) in up_ref_loader() 66 static void free_loader(void *method) in free_loader() 157 void *method = NULL; in get_loader_from_store() local 175 static int put_loader_in_store(void *store, void *method, in put_loader_in_store() 276 void *method = NULL; in construct_loader() local 293 static void destruct_loader(void *method, void *data) in destruct_loader() 306 void *method = NULL; in inner_loader_fetch() local 399 void *method; in OSSL_STORE_LOADER_fetch() local 413 void *method; in ossl_store_loader_fetch_by_number() local 496 static void do_one(ossl_unused int id, void *method, void *arg) in do_one()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-record.h | 36 enum record_method method; member 50 enum record_method method; member
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | auth2.c | 287 char *user = NULL, *service = NULL, *method = NULL, *style = NULL; in input_userauth_request() local 382 const char *method = packet_method; in userauth_finish() local 485 auth2_method_allowed(Authctxt *authctxt, const char *method, in auth2_method_allowed() 552 Authmethod *method; in authmethod_lookup() local 616 list_starts_with(const char *methods, const char *method, in list_starts_with() 648 remove_method(char **methods, const char *method, const char *submethod) in remove_method() 674 auth2_update_methods_lists(Authctxt *authctxt, const char *method, in auth2_update_methods_lists() 784 auth2_update_session_info(Authctxt *authctxt, const char *method, in auth2_update_session_info()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | hw-device.h | 166 #define set_hw_reset(hw, method) \ argument 205 #define set_hw_attach_address(hw, method) \ argument 219 #define set_hw_detach_address(hw, method) \ argument 238 #define set_hw_io_read_buffer(hw, method) \ argument 251 #define set_hw_io_write_buffer(hw, method) \ argument 274 #define set_hw_dma_read_buffer(me, method) \ argument 288 #define set_hw_dma_write_buffer(me, method) \ argument 337 #define set_hw_unit_decode(hw, method) \ argument 349 #define set_hw_unit_encode(hw, method) \ argument 370 #define set_hw_unit_address_to_attach_address(hw, method) \ argument [all …]
|
| D | hw-instances.c | 192 #define set_hw_instance_read(instance, method)\ argument 195 #define set_hw_instance_write(instance, method)\ argument 198 #define set_hw_instance_seek(instance, method)\ argument
|
| D | hw-instances.h | 82 #define set_hw_instance_read(instance, method) \ argument 94 #define set_hw_instance_write(instance, method) \ argument 106 #define set_hw_instance_seek(instance, method) \ argument
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/ |
| D | cpls.cc | 180 void method () {} in method() function 186 void method () {} in method() function 192 void method () {} in method() function 198 void method () {}; in method() function 204 void method () {} in method() function 210 void method () {} in method() function
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| D | evp_fetch.c | 144 void *method = NULL; in get_evp_method_from_store() local 178 static int put_evp_method_in_store(void *store, void *method, in put_evp_method_in_store() 234 void *method; in construct_evp_method() local 252 static void destruct_evp_method(void *method, void *data) in destruct_evp_method() 274 void *method = NULL; in inner_evp_generic_fetch() local 405 void *method; in evp_generic_fetch() local 432 void *method; in evp_generic_fetch_by_number() local 458 void *method; in evp_generic_fetch_from_prov() local 645 static void filter_on_operation_id(int id, void *method, void *arg) in filter_on_operation_id() 654 void (*user_fn)(void *method, void *arg), in evp_generic_do_all()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| D | per-bfd-sharing.exp | 54 proc load_binary { method } { argument
|