Home
last modified time | relevance | path

Searched refs:methname (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs2824 call_method(methname, flags, ...)
2825 char* methname
2835 i = call_method(methname, flags);
2899 gv_fetchmeth_type(stash, methname, type, level, flags) in gv_fetchmeth_type() argument
2901 SV* methname in gv_fetchmeth_type()
2929 SV* methname in gv_fetchmeth_autoload_type()
2955 gv_fetchmethod_flags_type(stash, methname, type, flags)
2957 SV* methname
2971 gv = gv_fetchmethod_pv_flags(stash, SvPV_nolen(methname), flags | SvUTF8(methname));
2986 gv_autoload_type(stash, methname, type, method) in gv_autoload_type() argument
[all …]
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dcall318 call_method(methname, flags, ...)
319 char* methname
329 i = call_method(methname, flags);
/openbsd/gnu/usr.bin/perl/
H A Dpp_sys.c674 Perl_tied_method(pTHX_ SV *methname, SV **mark, SV *const sv, in Perl_tied_method() argument
1085 const char *methname; variable
1094 methname = "TIEHASH";
1104 methname = "TIEARRAY";
1116 methname = "TIEHANDLE";
1131 methname = "TIESCALAR";
1144 call_method(methname, G_SCALAR);
1157 methname, SVfARG(*MARK));
1166 methname, SVfARG(stashname));
1178 else if (!(gv = gv_fetchmethod(stash, methname))) {
[all …]
H A Dperl.c3085 Perl_call_method(pTHX_ const char *methname, I32 flags) in Perl_call_method() argument
3093 len = strlen(methname); in Perl_call_method()
3095 ? sv_2mortal(newSVpvn_share(methname, len,0)) in Perl_call_method()
3096 : newSVpvn_flags(methname, len, SVs_TEMP); in Perl_call_method()
H A Dproto.h446 Perl_call_method(pTHX_ const char *methname, I32 flags);
448 assert(methname)
5066 Perl_tied_method(pTHX_ SV *methname, SV **mark, SV * const sv, const MAGIC * const mg, const U32 fl…
5069 assert(methname); assert(mark); assert(sv); assert(mg)
H A Dembed.fnc765 AOdp |SSize_t|call_method |NN const char *methname \
3537 Fpv |OP * |tied_method |NN SV *methname \
/openbsd/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp824 StringRef methname = sym->getName().drop_front(symbolPrefix.size()); in addEntry() local
826 in.objcMethnameSection->getStringOffset(methname).outSecOff); in addEntry()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlcall.pod58 I32 call_method(char *methname, I32 flags);
94 class. The parameter C<methname> corresponds to the name of the method
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq7.pod429 call_a_lot(10, $some_obj, "methname")
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc1602 ApdO |I32 |call_method |NN const char* methname|I32 flags
3108 Fp |OP * |tied_method|NN SV *methname|NN SV **sp \