Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/databases/mod_mariadb/
H A Dmod_mariadb.c97 static int db_is_up(mariadb_handle_t *handle);
177 static int db_is_up(mariadb_handle_t *handle) in db_is_up() function
374 db_is_up(handle); in mariadb_next_result_timed()
657 if (!db_is_up(handle)) { in mariadb_handle_exec_base_detailed()
666 db_is_up(handle); /* If finish_results failed, maybe the db went dead */ in mariadb_handle_exec_base_detailed()
672 db_is_up(handle); in mariadb_handle_exec_base_detailed()
682 db_is_up(handle); in mariadb_handle_exec_base_detailed()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/databases/mod_pgsql/
H A Dmod_pgsql.c108 static int db_is_up(switch_pgsql_handle_t *handle) in db_is_up() function
453 if (!db_is_up(handle)) { in pgsql_handle_exec_base_detailed()
462 db_is_up(handle); /* If finish_results failed, maybe the db went dead */ in pgsql_handle_exec_base_detailed()
468 db_is_up(handle); in pgsql_handle_exec_base_detailed()
478 db_is_up(handle); in pgsql_handle_exec_base_detailed()
767 db_is_up(handle);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_odbc.c195 static int db_is_up(switch_odbc_handle_t *handle) in db_is_up() function
460 if (!db_is_up(handle)) { in switch_odbc_handle_exec()
558 if (!db_is_up(handle)) { in switch_odbc_handle_callback_exec_detailed()