#include <oci.h>#include "ora_con.h"


Go to the source code of this file.
Functions | |
| sword | begin_timelimit (ora_con_t *con, int connect) |
| int | done_timelimit (ora_con_t *con, sword status) |
| int | set_reconnect (unsigned type, const char *val) |
| int | set_timeout (unsigned type, const char *val) |
| int | wait_timelimit (ora_con_t *con, sword status) |
| sword begin_timelimit | ( | ora_con_t * | con, | |
| int | connect | |||
| ) |
Definition at line 149 of file asynch.c.
References change_mode(), cur_asynch_mode, ora_con::errhp, mode, NULL, request_tm, restore_tm, ora_con::svchp, synch_mode, and wtm.
Referenced by db_oracle_new_connection(), db_oracle_reconnect(), db_oracle_submit_query(), and get_rows().
| int done_timelimit | ( | ora_con_t * | con, | |
| sword | status | |||
| ) |
Definition at line 232 of file asynch.c.
References change_mode(), cur_asynch_mode, db_oracle_disconnect(), db_oracle_error(), ora_con::errhp, LM_ERR, NULL, remap_status(), and ora_con::svchp.
Referenced by db_oracle_new_connection(), db_oracle_reconnect(), db_oracle_submit_query(), and get_rows().
| int set_reconnect | ( | unsigned | type, | |
| const char * | val | |||
| ) |
Definition at line 125 of file asynch.c.
References defrest_tm, is_zero_tm(), LM_WARN, restore_tm, set_tv(), and synch_mode.
| int set_timeout | ( | unsigned | type, | |
| const char * | val | |||
| ) |
Definition at line 108 of file asynch.c.
References defrest_tm, is_zero_tm(), request_tm, restore_tm, set_tv(), and synch_mode.
| int wait_timelimit | ( | ora_con_t * | con, | |
| sword | status | |||
| ) |
Definition at line 212 of file asynch.c.
References cur_asynch_mode, NULL, remap_status(), and wtm.
Referenced by db_oracle_new_connection(), db_oracle_reconnect(), db_oracle_submit_query(), and get_rows().
1.5.6