Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs4392 public class SWIGTYPE_p_p_sqlite3 { class
4395 internal SWIGTYPE_p_p_sqlite3(global::System.IntPtr cPtr, bool futureUse) { in SWIGTYPE_p_p_sqlite3() method in FreeSWITCH.Native.SWIGTYPE_p_p_sqlite3
4399 protected SWIGTYPE_p_p_sqlite3() { in SWIGTYPE_p_p_sqlite3() method in FreeSWITCH.Native.SWIGTYPE_p_p_sqlite3
4403 …internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_sqlite3 obj)… in getCPtr()
7788 public static int switch_core_db_open(string filename, SWIGTYPE_p_p_sqlite3 ppDb) { in switch_core_db_open()
7789 int ret = freeswitchPINVOKE.switch_core_db_open(filename, SWIGTYPE_p_p_sqlite3.getCPtr(ppDb)); in switch_core_db_open()
7793 public static int switch_core_db_open_v2(string filename, SWIGTYPE_p_p_sqlite3 ppDb) { in switch_core_db_open_v2()
7794 … int ret = freeswitchPINVOKE.switch_core_db_open_v2(filename, SWIGTYPE_p_p_sqlite3.getCPtr(ppDb)); in switch_core_db_open_v2()