Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core_db.h163 SWITCH_DECLARE(const char *) switch_core_db_column_name(switch_core_db_stmt_t *stmt, int N);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_db.c68 SWITCH_DECLARE(const char *) switch_core_db_column_name(switch_core_db_stmt_t *stmt, int N) in switch_core_db_column_name() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/src/
H A Dfscoredb.cpp263 const char *var = (char *) switch_core_db_column_name(_stmt, x); in JS_COREDB_FUNCTION_IMPL()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs7804 public static string switch_core_db_column_name(SWIGTYPE_p_sqlite3_stmt stmt, int N) { in switch_core_db_column_name() method in FreeSWITCH.Native.freeswitch
7805 …string ret = freeswitchPINVOKE.switch_core_db_column_name(SWIGTYPE_p_sqlite3_stmt.getCPtr(stmt), N… in switch_core_db_column_name()
17415 …public static extern string switch_core_db_column_name(global::System.Runtime.InteropServices.Hand… in switch_core_db_column_name() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx8672 result = (char *)switch_core_db_column_name(arg1,arg2); in CSharp_FreeSWITCHfNative_switch_core_db_column_name___()