Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core_db.h170 SWITCH_DECLARE(int) switch_core_db_column_count(switch_core_db_stmt_t *pStmt);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_db.c73 SWITCH_DECLARE(int) switch_core_db_column_count(switch_core_db_stmt_t *pStmt) in switch_core_db_column_count() function
H A Dswitch_core_sqldb.c908 if ((colcount = switch_core_db_column_count(stmt)) > 0) { in switch_cache_db_execute_sql2str()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/src/
H A Dfscoredb.cpp259 colcount = switch_core_db_column_count(_stmt); in JS_COREDB_FUNCTION_IMPL()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs7809 public static int switch_core_db_column_count(SWIGTYPE_p_sqlite3_stmt pStmt) { in switch_core_db_column_count() method in FreeSWITCH.Native.freeswitch
7810 int ret = freeswitchPINVOKE.switch_core_db_column_count(SWIGTYPE_p_sqlite3_stmt.getCPtr(pStmt)); in switch_core_db_column_count()
17418 …public static extern int switch_core_db_column_count(global::System.Runtime.InteropServices.Handle… in switch_core_db_column_count() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx8684 result = (int)switch_core_db_column_count(arg1); in CSharp_FreeSWITCHfNative_switch_core_db_column_count___()