Home
last modified time | relevance | path

Searched defs:rtsp_client_connection_t (Results 1 – 1 of 1) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/libs/uni-rtsp/src/
H A Drtsp_client.c34 typedef struct rtsp_client_connection_t rtsp_client_connection_t; typedef
57 struct rtsp_client_connection_t { struct
62 apr_pool_t *pool;
64 apr_socket_t *sock;
66 apr_pollfd_t sock_pfd;
68 const char *id;
70 rtsp_client_t *client;
73 apr_hash_t *handle_table;
98 rtsp_client_connection_t *connection; argument