Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core_db.h401 SWITCH_DECLARE(int) switch_core_db_bind_double(switch_core_db_stmt_t *pStmt, int i, double dValue);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_db.c149 SWITCH_DECLARE(int) switch_core_db_bind_double(switch_core_db_stmt_t *pStmt, int i, double dValue) in switch_core_db_bind_double() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs7867 …public static int switch_core_db_bind_double(SWIGTYPE_p_sqlite3_stmt pStmt, int i, double dValue) { in switch_core_db_bind_double() method in FreeSWITCH.Native.freeswitch
7868 …int ret = freeswitchPINVOKE.switch_core_db_bind_double(SWIGTYPE_p_sqlite3_stmt.getCPtr(pStmt), i, … in switch_core_db_bind_double()
17448 …public static extern int switch_core_db_bind_double(global::System.Runtime.InteropServices.HandleR… in switch_core_db_bind_double() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx8840 result = (int)switch_core_db_bind_double(arg1,arg2,arg3); in CSharp_FreeSWITCHfNative_switch_core_db_bind_double___()