Home
last modified time | relevance | path

Searched refs:SWIGTYPE_p_void (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_java/src/org/freeswitch/swig/
H A Dinput_callback_state_t.java38 public void setFunction(SWIGTYPE_p_void value) { in setFunction()
39 … freeswitchJNI.input_callback_state_t_function_set(swigCPtr, this, SWIGTYPE_p_void.getCPtr(value)); in setFunction()
42 public SWIGTYPE_p_void getFunction() { in getFunction()
44 return (cPtr == 0) ? null : new SWIGTYPE_p_void(cPtr, false); in getFunction()
47 public void setThreadState(SWIGTYPE_p_void value) { in setThreadState()
51 public SWIGTYPE_p_void getThreadState() { in getThreadState()
53 return (cPtr == 0) ? null : new SWIGTYPE_p_void(cPtr, false); in getThreadState()
56 public void setExtra(SWIGTYPE_p_void value) { in setExtra()
57 freeswitchJNI.input_callback_state_t_extra_set(swigCPtr, this, SWIGTYPE_p_void.getCPtr(value)); in setExtra()
60 public SWIGTYPE_p_void getExtra() { in getExtra()
[all …]
H A DSWIGTYPE_p_void.java11 public class SWIGTYPE_p_void { class
14 protected SWIGTYPE_p_void(long cPtr, @SuppressWarnings("unused") boolean futureUse) { in SWIGTYPE_p_void() method in SWIGTYPE_p_void
18 protected SWIGTYPE_p_void() { in SWIGTYPE_p_void() method in SWIGTYPE_p_void
22 protected static long getCPtr(SWIGTYPE_p_void obj) { in getCPtr()
H A DCoreSession.java149 public void setPrivate(String var, SWIGTYPE_p_void val) { in setPrivate()
150 freeswitchJNI.CoreSession_setPrivate(swigCPtr, this, var, SWIGTYPE_p_void.getCPtr(val)); in setPrivate()
153 public SWIGTYPE_p_void getPrivate(String var) { in getPrivate()
155 return (cPtr == 0) ? null : new SWIGTYPE_p_void(cPtr, false); in getPrivate()
194 public void setDTMFCallback(SWIGTYPE_p_void cbfunc, String funcargs) { in setDTMFCallback()
195 …freeswitchJNI.CoreSession_setDTMFCallback(swigCPtr, this, SWIGTYPE_p_void.getCPtr(cbfunc), funcarg… in setDTMFCallback()
270 public void setHangupHook(SWIGTYPE_p_void hangup_func) { in setHangupHook()
271 freeswitchJNI.CoreSession_setHangupHook(swigCPtr, this, SWIGTYPE_p_void.getCPtr(hangup_func)); in setHangupHook()
330 …public SWIGTYPE_p_switch_status_t run_dtmf_callback(SWIGTYPE_p_void input, SWIGTYPE_p_switch_input… in run_dtmf_callback()
331 …status_t(freeswitchJNI.CoreSession_run_dtmf_callback(swigCPtr, this, SWIGTYPE_p_void.getCPtr(input… in run_dtmf_callback()
H A Dfreeswitch.java64 …TYPE_p_switch_core_session_t session, SWIGTYPE_p_void input, SWIGTYPE_p_switch_input_type_t itype,… in dtmf_callback()
65 …_session_t.getCPtr(session), SWIGTYPE_p_void.getCPtr(input), SWIGTYPE_p_switch_input_type_t.getCPt… in dtmf_callback()
H A DJavaSession.java70 …public SWIGTYPE_p_switch_status_t run_dtmf_callback(SWIGTYPE_p_void input, SWIGTYPE_p_switch_input… in run_dtmf_callback()
71 …status_t(freeswitchJNI.JavaSession_run_dtmf_callback(swigCPtr, this, SWIGTYPE_p_void.getCPtr(input… in run_dtmf_callback()
/dports/security/p5-Net-SAML/zxid-1.42/zxidjava/
H A DSWIGTYPE_p_void.java11 public class SWIGTYPE_p_void { class
14 protected SWIGTYPE_p_void(long cPtr, boolean futureUse) { in SWIGTYPE_p_void() method in SWIGTYPE_p_void
18 protected SWIGTYPE_p_void() { in SWIGTYPE_p_void() method in SWIGTYPE_p_void
22 protected static long getCPtr(SWIGTYPE_p_void obj) { in getCPtr()
H A Dzxidjni.java225 public static void zx_ctx_exclude_sig_set(SWIGTYPE_p_zx_ctx self, SWIGTYPE_p_void value) {
229 public static SWIGTYPE_p_void zx_ctx_exclude_sig_get(SWIGTYPE_p_zx_ctx self) {
231 return (cPtr == 0) ? null : new SWIGTYPE_p_void(cPtr, false);
557 public static SWIGTYPE_p_void zx_alloc(SWIGTYPE_p_zx_ctx c, int size) {
559 return (cPtr == 0) ? null : new SWIGTYPE_p_void(cPtr, false);
562 public static SWIGTYPE_p_void zx_zalloc(SWIGTYPE_p_zx_ctx c, int size) {
564 return (cPtr == 0) ? null : new SWIGTYPE_p_void(cPtr, false);
567 public static SWIGTYPE_p_void zx_free(SWIGTYPE_p_zx_ctx c, SWIGTYPE_p_void p) {
569 return (cPtr == 0) ? null : new SWIGTYPE_p_void(cPtr, false);
762 public static SWIGTYPE_p_void zx_get_rsa_pub_from_cert(SWIGTYPE_p_void cert, String logkey) {
[all …]
/dports/net/opal/opal-3.10.10/src/java/
H A DSWIGTYPE_p_void.java11 public class SWIGTYPE_p_void { class
14 protected SWIGTYPE_p_void(long cPtr, boolean futureUse) { in SWIGTYPE_p_void() method in SWIGTYPE_p_void
18 protected SWIGTYPE_p_void() { in SWIGTYPE_p_void() method in SWIGTYPE_p_void
22 protected static long getCPtr(SWIGTYPE_p_void obj) { in getCPtr()
H A DOpalParamSetUserData.java46 public void setM_userData(SWIGTYPE_p_void value) { in setM_userData()
47 OPALJNI.OpalParamSetUserData_m_userData_set(swigCPtr, this, SWIGTYPE_p_void.getCPtr(value)); in setM_userData()
50 public SWIGTYPE_p_void getM_userData() { in getM_userData()
52 return (cPtr == 0) ? null : new SWIGTYPE_p_void(cPtr, false); in getM_userData()
/dports/biology/abyss/abyss-2.3.1/RResolver/btllib/extras/java/
H A DSWIGTYPE_p_void.java11 public class SWIGTYPE_p_void { class
14 protected SWIGTYPE_p_void(long cPtr, @SuppressWarnings("unused") boolean futureUse) { in SWIGTYPE_p_void() method in SWIGTYPE_p_void
18 protected SWIGTYPE_p_void() { in SWIGTYPE_p_void() method in SWIGTYPE_p_void
22 protected static long getCPtr(SWIGTYPE_p_void obj) { in getCPtr()
H A Dbtllib.java389 public static void read_from_child(SWIGTYPE_p_void buf, long count) { in read_from_child()
390 btllibJNI.read_from_child(SWIGTYPE_p_void.getCPtr(buf), count); in read_from_child()
393 public static void write_to_child(SWIGTYPE_p_void buf, long count) { in write_to_child()
394 btllibJNI.write_to_child(SWIGTYPE_p_void.getCPtr(buf), count); in write_to_child()
405 public static void read_from_parent(SWIGTYPE_p_void buf, long count) { in read_from_parent()
406 btllibJNI.read_from_parent(SWIGTYPE_p_void.getCPtr(buf), count); in read_from_parent()
409 public static void write_to_parent(SWIGTYPE_p_void buf, long count) { in write_to_parent()
410 btllibJNI.write_to_parent(SWIGTYPE_p_void.getCPtr(buf), count); in write_to_parent()
H A Dmeson.build28 …le_t.java','./SWIGTYPE_p_mode_t.java','./DataStreamPipeline.java','./SWIGTYPE_p_void.java','./SWIG…
/dports/security/p5-Net-SAML/zxid-1.42/csharp/
H A DSWIGTYPE_p_void.cs13 public class SWIGTYPE_p_void { class
16 internal SWIGTYPE_p_void(IntPtr cPtr, bool futureUse) { in SWIGTYPE_p_void() method in SWIGTYPE_p_void
20 protected SWIGTYPE_p_void() { in SWIGTYPE_p_void() method in SWIGTYPE_p_void
24 internal static HandleRef getCPtr(SWIGTYPE_p_void obj) { in getCPtr()
H A Dzxid.cs203 SWIGTYPE_p_void ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_void(cPtr, false); in zx_ctx_exclude_sig_get()
603 public static SWIGTYPE_p_void zx_alloc(SWIGTYPE_p_zx_ctx c, int size) { in zx_alloc()
605 SWIGTYPE_p_void ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_void(cPtr, false); in zx_alloc()
609 public static SWIGTYPE_p_void zx_zalloc(SWIGTYPE_p_zx_ctx c, int size) { in zx_zalloc()
611 SWIGTYPE_p_void ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_void(cPtr, false); in zx_zalloc()
615 public static SWIGTYPE_p_void zx_free(SWIGTYPE_p_zx_ctx c, SWIGTYPE_p_void p) { in zx_free()
617 SWIGTYPE_p_void ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_void(cPtr, false); in zx_free()
4599 …public static uint zxid_curl_write_data(SWIGTYPE_p_void buffer, uint size, uint nmemb, SWIGTYPE_p_… in zxid_curl_write_data()
4600 …uint ret = zxidPINVOKE.zxid_curl_write_data(SWIGTYPE_p_void.getCPtr(buffer), size, nmemb, SWIGTYPE… in zxid_curl_write_data()
4604 …public static uint zxid_curl_read_data(SWIGTYPE_p_void buffer, uint size, uint nmemb, SWIGTYPE_p_v… in zxid_curl_read_data()
[all …]
/dports/devel/swig/swig-4.0.2/Examples/java/native/
H A Drunme.java17 …example.free(new SWIGTYPE_p_void(SWIGTYPE_p_Point.getCPtr(p), false)); //clean up c allocated memo… in main()
/dports/devel/swig/swig-4.0.2/Examples/test-suite/java/
H A Dli_cdata_cpp_runme.java17 SWIGTYPE_p_void m = li_cdata_cpp.malloc(256); in main()
H A Dli_cdata_runme.java17 SWIGTYPE_p_void m = li_cdata.malloc(256); in main()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs247SWIGTYPE_p_void ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_void(cPtr, fals… in GetPrivate()
7408 public class SWIGTYPE_p_void { class
7415 protected SWIGTYPE_p_void() { in SWIGTYPE_p_void() method in FreeSWITCH.Native.SWIGTYPE_p_void
7966 public static SWIGTYPE_p_void switch_must_realloc(SWIGTYPE_p_void _b, uint _z) { in switch_must_realloc()
28092 public SWIGTYPE_p_void extra {
34542 public SWIGTYPE_p_void handle {
37912 public SWIGTYPE_p_void data {
38652 public SWIGTYPE_p_void buf {
45921 public SWIGTYPE_p_void data {
45932 public SWIGTYPE_p_void end {
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/tools/swig/
H A Drun_java_example.sh.in16 SWIGTYPE_p_void lmp = javalammps.lammps_open_no_mpi(0, null, null);
/dports/audio/faust/faust-2.37.3/embedded/faustjava/com/grame/faust/
H A DFaust.java48 public static void freeCMemory(SWIGTYPE_p_void ptr) { in freeCMemory()
49 FaustJNI.freeCMemory(SWIGTYPE_p_void.getCPtr(ptr)); in freeCMemory()
/dports/graphics/ming/libming-ming-0_4_8/py_ext/
H A Dming_wrap.c2688 #define SWIGTYPE_p_void swig_types[27] macro
4224 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFBitmap_fromInput()
4470 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFGradient()
4772 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_SWFFillStyle_getMatrix()
4974 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFShape()
5003 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFShapeFromBitmap()
5680 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFMorphShape()
5719 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_SWFMorph_getShape1()
5739 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_SWFMorph_getShape2()
5762 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFFont_fromFile()
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/py_ext/
H A Dming_wrap.c2688 #define SWIGTYPE_p_void swig_types[27] macro
4224 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFBitmap_fromInput()
4470 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFGradient()
4772 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_SWFFillStyle_getMatrix()
4974 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFShape()
5003 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFShapeFromBitmap()
5680 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFMorphShape()
5719 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_SWFMorph_getShape1()
5739 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_SWFMorph_getShape2()
5762 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFFont_fromFile()
[all …]
/dports/graphics/py-ming/libming-ming-0_4_8/py_ext/
H A Dming_wrap.c2688 #define SWIGTYPE_p_void swig_types[27] macro
4224 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFBitmap_fromInput()
4470 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFGradient()
4772 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_SWFFillStyle_getMatrix()
4974 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFShape()
5003 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFShapeFromBitmap()
5680 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFMorphShape()
5719 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_SWFMorph_getShape1()
5739 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_SWFMorph_getShape2()
5762 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 ); in _wrap_newSWFFont_fromFile()
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/
H A Dsvn_delta.c1914 #define SWIGTYPE_p_void swig_types[108] macro
4044 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg7, SWIGTYPE_p_void, 0)); in _wrap_svn_txdelta_apply()
4121 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg2, SWIGTYPE_p_void, 0)); in _wrap_svn_txdelta_to_svndiff3()
4190 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg2, SWIGTYPE_p_void, 0)); in _wrap_svn_txdelta_to_svndiff2()
4251 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg4, SWIGTYPE_p_void, 0)); in _wrap_svn_txdelta_to_svndiff()
5623 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg6, SWIGTYPE_p_void, 0)); in _wrap_svn_delta_get_cancellation_editor()
5708 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg2, SWIGTYPE_p_void, 0)); in _wrap_svn_delta_depth_filter_editor()
6343 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg5, SWIGTYPE_p_void, 0)); in _wrap_svn_delta_editor_invoke_open_root()
6527 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg7, SWIGTYPE_p_void, 0)); in _wrap_svn_delta_editor_invoke_add_directory()
6619 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg6, SWIGTYPE_p_void, 0)); in _wrap_svn_delta_editor_invoke_open_directory()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/
H A Dsvn_delta.c1914 #define SWIGTYPE_p_void swig_types[108] macro
4044 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg7, SWIGTYPE_p_void, 0)); in _wrap_svn_txdelta_apply()
4121 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg2, SWIGTYPE_p_void, 0)); in _wrap_svn_txdelta_to_svndiff3()
4190 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg2, SWIGTYPE_p_void, 0)); in _wrap_svn_txdelta_to_svndiff2()
4251 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg4, SWIGTYPE_p_void, 0)); in _wrap_svn_txdelta_to_svndiff()
5623 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg6, SWIGTYPE_p_void, 0)); in _wrap_svn_delta_get_cancellation_editor()
5708 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg2, SWIGTYPE_p_void, 0)); in _wrap_svn_delta_depth_filter_editor()
6343 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg5, SWIGTYPE_p_void, 0)); in _wrap_svn_delta_editor_invoke_open_root()
6527 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg7, SWIGTYPE_p_void, 0)); in _wrap_svn_delta_editor_invoke_add_directory()
6619 vresult = SWIG_Ruby_AppendOutput(vresult, SWIG_NewPointerObj(*arg6, SWIGTYPE_p_void, 0)); in _wrap_svn_delta_editor_invoke_open_directory()
[all …]

12345678910>>...16