Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_meth.c22 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 …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_meth.c22 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 …]
H A Dv3_skid.c27 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()
H A Dv3_san.c301 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method, in v2i_issuer_alt()
378 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method, in v2i_subject_alt()
474 GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAMES()
502 GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAME()
509 const X509V3_EXT_METHOD *method, in a2i_GENERAL_NAME()
602 const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAME_ex()
H A Dv3_ia5.c28 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()
H A Dv3_utf8.c29 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()
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dmethods.c33 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()
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dmethods.c33 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()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Dv3_ocsp.c110 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/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
H A Dv3_ocsp.c110 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/
H A Dmethod2.cc9 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
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dmethod2.cc9 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
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DWritingAnLLVMPass.rst393 .. _writing-an-llvm-pass-CallGraphSCCPass:
441 .. _writing-an-llvm-pass-runOnSCC:
465 .. _writing-an-llvm-pass-FunctionPass:
515 .. _writing-an-llvm-pass-runOnFunction:
528 .. _writing-an-llvm-pass-doFinalization-mod:
542 .. _writing-an-llvm-pass-LoopPass:
578 .. _writing-an-llvm-pass-runOnLoop:
603 .. _writing-an-llvm-pass-RegionPass:
631 .. _writing-an-llvm-pass-runOnRegion:
701 .. _writing-an-llvm-pass-registration:
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ui/
H A Dui_lib.c23 UI *UI_new_method(const UI_METHOD *method) in UI_new_method()
630 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui)) in UI_method_set_opener()
639 int UI_method_set_writer(UI_METHOD *method, in UI_method_set_writer()
649 int UI_method_set_flusher(UI_METHOD *method, int (*flusher) (UI *ui)) in UI_method_set_flusher()
658 int UI_method_set_reader(UI_METHOD *method, in UI_method_set_reader()
668 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui)) in UI_method_set_closer()
677 int UI_method_set_data_duplicator(UI_METHOD *method, in UI_method_set_data_duplicator()
689 int UI_method_set_prompt_constructor(UI_METHOD *method, in UI_method_set_prompt_constructor()
703 int UI_method_set_ex_data(UI_METHOD *method, int idx, void *data) in UI_method_set_ex_data()
708 int (*UI_method_get_opener(const UI_METHOD *method)) (UI *) in UI_method_get_opener()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ui/
H A Dui_lib.c23 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/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_skey.c27 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()
55 static ASN1_OCTET_STRING *s2i_skey_id(X509V3_EXT_METHOD *method, in s2i_skey_id()
H A Dv3_ia5.c28 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()
H A Dv3_alt.c221 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method, in v2i_issuer_alt()
299 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method, in v2i_subject_alt()
396 GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAMES()
424 GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAME()
431 const X509V3_EXT_METHOD *method, in a2i_GENERAL_NAME()
522 const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAME_ex()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ct/
H A Dct_x509v3.c16 static char *i2s_poison(const X509V3_EXT_METHOD *method, void *val) in i2s_poison()
21 static void *s2i_poison(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) in s2i_poison()
26 static int i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list, in i2r_SCT_LIST()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ct/
H A Dct_x509v3.c16 static char *i2s_poison(const X509V3_EXT_METHOD *method, void *val) in i2s_poison()
21 static void *s2i_poison(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) in s2i_poison()
26 static int i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list, in i2r_SCT_LIST()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/store/
H A Dstore_meth.c61 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/gcc.old/dist/libcc1/
H A Dcallbacks.cc27 struct method struct
33 // Hash function for struct method. argument
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dcallbacks.cc27 struct method struct
33 // Hash function for struct method. argument
/netbsd-src/external/mit/isl/dist/interface/
H A Dtemplate_cpp.cc1524 const Method &method, const Kind &return_kind) const in print_return_type() argument
1574 const Method &method, const Signature &sig) in print_method_header()
1624 const Method &method, const Signature &sig, bool deleted) in print_method_sig()
1642 static int total_params(const Method &method) in total_params()
1659 static Signature instance_sig(const Method &method, in instance_sig()
1677 Method method(clazz, fd, clazz.base_method_name(fd)); in print_get_method() local
1706 const Method &method, const Signature &sig) in print_constructor_body()
1788 static void print_callback_lambdas(std::ostream &os, const Method &method, in print_callback_lambdas()
1815 const Method &method, const Signature &sig) in print_callback_method_body()
1849 const Method &method, const Signature &sig) in print_method_body()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
H A Ddecoder_meth.c154 void *method = NULL; in get_decoder_from_store() local
185 static int put_decoder_in_store(void *store, void *method, in put_decoder_in_store()
328 void *method = NULL; in construct_decoder() local
345 static void destruct_decoder(void *method, void *data) in destruct_decoder()
350 static int up_ref_decoder(void *method) in up_ref_decoder()
355 static void free_decoder(void *method) in free_decoder()
368 void *method = NULL; in inner_ossl_decoder_fetch() local
454 void *method; in OSSL_DECODER_fetch() local
467 void *method; in ossl_decoder_fetch_by_number() local
566 static void do_one(ossl_unused int id, void *method, void *arg) in do_one()

12345678910>>...12