|
libopm
0.1
|
Data Structures | |
| struct | _OPM_SCAN |
| struct | _OPM_CONNECTION |
| struct | _OPM_PROTOCOL_CONFIG |
| struct | _OPM_PROTOCOL |
Defines | |
| #define | CBLEN 5 /* Number of callback functions */ |
| #define | READBUFLEN 128 /* Size of conn->readbuf */ |
| #define | SENDBUFLEN 512 /* Size of sendbuffer in proxy.c */ |
Typedefs | |
| typedef struct _OPM_SCAN | OPM_SCAN_T |
| typedef struct _OPM_CONNECTION | OPM_CONNECTION_T |
| typedef struct _OPM_PROTOCOL_CONFIG | OPM_PROTOCOL_CONFIG_T |
| typedef struct _OPM_PROTOCOL | OPM_PROTOCOL_T |
| typedef int | OPM_PROXYWRITE_T (OPM_T *, OPM_SCAN_T *, OPM_CONNECTION_T *) |
| typedef int | OPM_PROXYREAD_T (OPM_T *, OPM_SCAN_T *, OPM_CONNECTION_T *) |
| #define CBLEN 5 /* Number of callback functions */ |
Referenced by opm_callback(), and opm_create().
| #define READBUFLEN 128 /* Size of conn->readbuf */ |
| #define SENDBUFLEN 512 /* Size of sendbuffer in proxy.c */ |
| typedef struct _OPM_SCAN OPM_SCAN_T |
| typedef struct _OPM_CONNECTION OPM_CONNECTION_T |
| typedef struct _OPM_PROTOCOL_CONFIG OPM_PROTOCOL_CONFIG_T |
| typedef struct _OPM_PROTOCOL OPM_PROTOCOL_T |
| typedef int OPM_PROXYWRITE_T(OPM_T *, OPM_SCAN_T *, OPM_CONNECTION_T *) |
| typedef int OPM_PROXYREAD_T(OPM_T *, OPM_SCAN_T *, OPM_CONNECTION_T *) |
1.7.6.1