Home
last modified time | relevance | path

Searched refs:SWIG_FromCharPtrAndSize (Results 1 – 25 of 945) sorted by relevance

12345678910>>...38

/dports/devel/swig/swig-4.0.2/Lib/typemaps/
H A Dstrings.swg23 SWIG_FromCharPtrAndSize,
338 $input = SWIG_FromCharPtrAndSize($1, size);
400 $input = SWIG_FromCharPtrAndSize($1, $1_dim0);
506 SWIG_FromCharPtrAndSize,
525 return SWIG_FromCharPtrAndSize(cptr, size);
565 return SWIG_FromCharPtrAndSize(&c,1);
595 SWIG_FromCharPtrAndSize,
614 SWIG_FromCharPtrAndSize,
621 SWIG_FromCharPtrAndSize,
636 SWIG_FromCharPtrAndSize,
[all …]
H A Dstring.swg2 %ensure_fragment(SWIG_FromCharPtrAndSize)
20 %fragment("SWIG_strnlen","header",fragment="SWIG_FromCharPtrAndSize") {
33 char, Char, SWIG_AsCharPtrAndSize, SWIG_FromCharPtrAndSize,
H A Dcstrings.swg14 SWIG_FromCharPtrAndSize)
89 %typemap(argout,noblock=1,fragment= #SWIG_FromCharPtrAndSize) TYPEMAP {
90 %append_output(SWIG_FromCharPtrAndSize($1,SIZE));
227 %typemap(argout,noblock=1,fragment=#SWIG_FromCharPtrAndSize) (TYPEMAP,SIZE) {
228 %append_output(SWIG_FromCharPtrAndSize($1,*$2));
279 %typemap(argout,noblock=1,fragment=#SWIG_FromCharPtrAndSize)(TYPEMAP,SIZE) {
281 %append_output(SWIG_FromCharPtrAndSize(*$1,*$2));
H A Dcdata.swg18 %typemap(out,noblock=1,fragment="SWIG_FromCharPtrAndSize") SWIGCDATA {
19 %set_output(SWIG_FromCharPtrAndSize($1.data,$1.len));
H A Dstd_strings.swg38 %define %std_string_from(String, SWIG_FromCharPtrAndSize, Frag)
43 return SWIG_FromCharPtrAndSize(s.data(), s.size());
H A Dcstring.swg8 SWIG_FromCharPtrAndSize);
H A Dstd_string.swg19 %typemaps_std_string(std::string, char, SWIG_AsCharPtrAndSize, SWIG_FromCharPtrAndSize, %checkcode(…
/dports/devel/swig/swig-4.0.2/Lib/javascript/jsc/
H A Djavascriptstrings.swg42 %fragment("SWIG_FromCharPtrAndSize","header",fragment="SWIG_pchar_descriptor") {
80 SWIG_FromCharPtrAndSize,
87 %fragment("SWIG_From"#CharName"Ptr","header",fragment=#SWIG_FromCharPtrAndSize) {
95 %fragment("SWIG_From"#CharName"Array","header",fragment=#SWIG_FromCharPtrAndSize) {
136 %fragment(SWIG_From_frag(Char),"header",fragment=#SWIG_FromCharPtrAndSize) {
170 SWIG_FromCharPtrAndSize,
183 #define SWIG_FromCharPtrAndSize(cptr, size) SWIG_JSC_FromCharPtrAndSize(context, cptr, size)
/dports/irc/znc/znc-1.8.2/modules/modperl/include/
H A Dperlfragments.swg3 %fragment("SWIG_FromCharPtrAndSize","header") {
5 SWIG_FromCharPtrAndSize(const char* carray, size_t size) {
/dports/devel/swig/swig-4.0.2/Lib/tcl/
H A Dtclstrings.swg22 %fragment("SWIG_FromCharPtrAndSize","header",
25 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
/dports/devel/swig/swig-4.0.2/Lib/perl5/
H A Dperlstrings.swg46 %fragment("SWIG_FromCharPtrAndSize","header") {
48 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
/dports/devel/swig/swig-4.0.2/Lib/ruby/
H A Drubystrings.swg40 %fragment("SWIG_FromCharPtrAndSize","header",fragment="SWIG_pchar_descriptor") {
42 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
H A Drubywstrings.swg36 …fragment="<wchar.h>",fragment="SWIG_pwchar_descriptor",fragment="SWIG_FromCharPtrAndSize",fragment…
H A Dstd_basic_string.i40 return SWIG_FromCharPtrAndSize(s.data(), s.size()); in SWIG_From()
/dports/devel/swig/swig-4.0.2/Lib/javascript/v8/
H A Djavascriptstrings.swg43 %fragment("SWIG_FromCharPtrAndSize","header",fragment="SWIG_pchar_descriptor") {
45 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
/dports/security/libprelude/libprelude-1.2.6/bindings/
H A Dlibpreludecpp.i155 # define SWIG_FromBytePtrAndSize(arg, len) SWIG_FromCharPtrAndSize(arg, len)
174 … *ret = SWIG_FromCharPtrAndSize(prelude_string_get_string(str), prelude_string_get_len(str)); in IDMEFValue_to_SWIG()
228 … *ret = SWIG_FromCharPtrAndSize((const char *)idmef_data_get_data(d), idmef_data_get_len(d)); in IDMEFValue_to_SWIG()
231 … *ret = SWIG_FromCharPtrAndSize((const char *)idmef_data_get_data(d), idmef_data_get_len(d) - 1); in IDMEFValue_to_SWIG()
/dports/graphics/py-pygraphviz/pygraphviz-1.6/
H A Dpystrings.swg66 %fragment("SWIG_FromCharPtrAndSize","header",fragment="SWIG_pchar_descriptor") {
68 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
/dports/security/libprelude/libprelude-1.2.6/bindings/python/
H A Dpystrings.swg85 %fragment("SWIG_FromCharPtrAndSize","header",fragment="SWIG_pchar_descriptor") {
87 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
/dports/security/libpreludedb/libpreludedb-1.2.6/bindings/python/
H A Dpystrings.swg85 %fragment("SWIG_FromCharPtrAndSize","header",fragment="SWIG_pchar_descriptor") {
87 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
/dports/devel/swig/swig-4.0.2/Lib/python/
H A Dpystrings.swg114 %fragment("SWIG_FromCharPtrAndSize","header",fragment="SWIG_pchar_descriptor") {
116 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
H A Dstd_basic_string.i40 return SWIG_FromCharPtrAndSize(s.data(), s.size()); in SWIG_From()
/dports/french/med/med-4.0.0/python/
H A Dmedfile_module.i42 $result = SWIG_FromCharPtrAndSize($2,$3);
/dports/devel/swig/swig-4.0.2/Lib/octave/
H A Dstd_basic_string.i27 return SWIG_FromCharPtrAndSize(s.data(), s.size()); in SWIG_From()
H A Doctprimtypes.swg246 %fragment("SWIG_FromCharPtrAndSize","header",fragment="SWIG_pchar_descriptor") {
248 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
/dports/devel/swig/swig-4.0.2/Lib/r/
H A Drfragments.swg166 %fragment("SWIG_FromCharPtrAndSize","header")
169 SWIG_FromCharPtrAndSize(const char* carray, size_t size)

12345678910>>...38