Go to the source code of this file.
|
| INTS4 | f_evt_cre_tagfile (CHARS *, CHARS *, INTS4(*)()) |
| |
| INTS4 | f_evt_get_tagopen (s_evt_channel *, CHARS *, CHARS *, CHARS **, INTS4) |
| |
| INTS4 | f_evt_get_tagevent (s_evt_channel *, INTS4, INTS4, INTS4 **) |
| |
| INTS4 | f_evt_get_tagnext (s_evt_channel *, INTS4, INTS4 **) |
| |
| INTS4 | f_evt_get_tagclose (s_evt_channel *) |
| |
| INTS4 | f_evt_get_open (INTS4, CHARS *, s_evt_channel *, CHARS **, INTS4, INTS4) |
| |
| INTS4 | f_evt_get_event (s_evt_channel *, INTS4 **, INTS4 **) |
| |
| INTS4 | f_evt_get_subevent (s_ve10_1 *, INTS4, INTS4 **, INTS4 **, INTS4 *) |
| |
| INTS4 | f_evt_get_buffer (s_evt_channel *, INTS4 *) |
| |
| INTS4 | f_evt_get_close (s_evt_channel *) |
| |
| CHARS * | f_evt_get_buffer_ptr (s_evt_channel *) |
| |
| INTS4 | f_evt_skip_buffer (s_evt_channel *, INTS4) |
| |
| INTS4 | f_evt_put_open (CHARS *, INTS4, INTS4, INTS4, INTS4, s_evt_channel *, CHARS *) |
| |
| INTS4 | f_evt_put_event (s_evt_channel *, INTS4 *) |
| |
| INTS4 | f_evt_put_buffer (s_evt_channel *, s_bufhe *) |
| |
| INTS4 | f_evt_put_close (s_evt_channel *) |
| |
| INTS4 | f_evt_type (s_bufhe *, s_evhe *, INTS4, INTS4, INTS4, INTS4) |
| |
| INTS4 | f_evt_error (INTS4, CHARS *, INTS4) |
| |
| INTS4 | f_evt_timeout (s_evt_channel *, INTS4) |
| |
| INTS4 | f_evt_rev_port (INTS4) |
| |
| INTS4 | f_evt_swap (CHARS *, INTS4) |
| |
| s_evt_channel * | f_evt_control () |
| |
| #define GETEVT__CLOSE_ERR 7 |
| #define GETEVT__FAILURE 1 |
| #define GETEVT__FRAGMENT 2 |
| #define GETEVT__NOCHANNEL 8 |
| #define GETEVT__NOLMDFILE 14 |
| #define GETEVT__NOSERVER 5 |
| #define GETEVT__NOTAGFILE 10 |
| #define GETEVT__REVSERV 5 |
| #define GETEVT__SUCCESS 0 |
| #define GETEVT__TAGINDEX 10 |
| #define GETEVT__TAGNUMBER 11 |
| #define GETEVT__TAGRDERR 12 |
| #define GETEVT__TAGWRERR 13 |
| #define GETEVT__TIMEOUT 9 |
| #define MAX_BUF_LGTH 32768 |
| #define MAX_BUFS_IN_STREAM 100 /* at a maximum, 100 buffers per stream */ |
| #define MAX_LONG 99999999 /* maximum long data */ |
| #define PUTEVT__CLOSE_ERR 105 |
| #define PUTEVT__FAILURE 102 |
| #define PUTEVT__FILE_EXIST 101 |
| #define PUTEVT__NOCHANNEL 107 |
| #define PUTEVT__SUCCESS 0 |
| #define PUTEVT__TOO_SMALLS 104 |
| #define PUTEVT__TOOBIG 103 |
| #define PUTEVT__WRERR 106 |