RTSPSession 101 modules/rtp_in/rtp_in.c RTSPSession *sess; RTSPSession 109 modules/rtp_in/rtp_in.c while ( (sess = (RTSPSession *)gf_list_last(rtp->sessions)) ) { RTSPSession 128 modules/rtp_in/rtp_in.c RTSPSession *sess; RTSPSession 155 modules/rtp_in/rtp_in.c while ((sess = (RTSPSession *)gf_list_enum(rtp->sessions, &i))) { RTSPSession 276 modules/rtp_in/rtp_in.c RTSPSession *sess; RTSPSession 357 modules/rtp_in/rtp_in.c RTSPSession *sess; RTSPSession 362 modules/rtp_in/rtp_in.c while ((sess = (RTSPSession *)gf_list_enum(rtp->sessions, &i))) { RTSPSession 375 modules/rtp_in/rtp_in.c RTSPSession *sess; RTSPSession 389 modules/rtp_in/rtp_in.c while ((sess = (RTSPSession *)gf_list_enum(rtp->sessions, &i))) { RTSPSession 403 modules/rtp_in/rtp_in.c while ((sess = (RTSPSession *)gf_list_enum(rtp->sessions, &i))) { RTSPSession 420 modules/rtp_in/rtp_in.c RTSPSession *sess = NULL; RTSPSession 449 modules/rtp_in/rtp_in.c RTSPSession *sess = NULL; RTSPSession 536 modules/rtp_in/rtp_in.c RTSPSession *sess = NULL; RTSPSession 637 modules/rtp_in/rtp_in.c RTSPSession *sess = NULL; RTSPSession 878 modules/rtp_in/rtp_in.c RTSPSession *sess; RTSPSession 142 modules/rtp_in/rtp_in.h RTSPSession *RP_NewSession(RTPClient *rtp, char *session_control); RTSPSession 144 modules/rtp_in/rtp_in.h void RP_DelSession(RTSPSession *sess); RTSPSession 146 modules/rtp_in/rtp_in.h RTSPSession *RP_CheckSession(RTPClient *rtp, char *control); RTSPSession 150 modules/rtp_in/rtp_in.h void RP_ProcessCommands(RTSPSession *sess); RTSPSession 223 modules/rtp_in/rtp_in.h RTSPSession *rtsp; RTSPSession 347 modules/rtp_in/rtp_in.h Bool RP_PreprocessDescribe(RTSPSession *sess, GF_RTSPCommand *com); RTSPSession 348 modules/rtp_in/rtp_in.h GF_Err RP_ProcessDescribe(RTSPSession *sess, GF_RTSPCommand *com, GF_Err e); RTSPSession 349 modules/rtp_in/rtp_in.h void RP_ProcessSetup(RTSPSession *sess, GF_RTSPCommand *com, GF_Err e); RTSPSession 350 modules/rtp_in/rtp_in.h void RP_ProcessTeardown(RTSPSession *sess, GF_RTSPCommand *com, GF_Err e); RTSPSession 351 modules/rtp_in/rtp_in.h Bool RP_PreprocessUserCom(RTSPSession *sess, GF_RTSPCommand *com); RTSPSession 352 modules/rtp_in/rtp_in.h void RP_ProcessUserCommand(RTSPSession *sess, GF_RTSPCommand *com, GF_Err e); RTSPSession 355 modules/rtp_in/rtp_in.h void RP_Describe(RTSPSession *sess, char *esd_url, LPNETCHANNEL channel); RTSPSession 362 modules/rtp_in/rtp_in.h void RP_UserCommand(RTSPSession *sess, RTPStream *ch, GF_NetworkCommand *command); RTSPSession 364 modules/rtp_in/rtp_in.h void RP_Teardown(RTSPSession *sess, RTPStream *ch); RTSPSession 31 modules/rtp_in/rtp_session.c void RP_SendFailure(RTSPSession *sess, GF_RTSPCommand *com, GF_Err e) RTSPSession 38 modules/rtp_in/rtp_session.c GF_Err RP_ProcessResponse(RTSPSession *sess, GF_RTSPCommand *com, GF_Err e) RTSPSession 54 modules/rtp_in/rtp_session.c static GF_RTSPCommand *RP_GetCommand(RTSPSession *sess) RTSPSession 63 modules/rtp_in/rtp_session.c static void RP_RemoveCommand(RTSPSession *sess) RTSPSession 70 modules/rtp_in/rtp_session.c void RP_ProcessCommands(RTSPSession *sess) RTSPSession 221 modules/rtp_in/rtp_session.c RTSPSession *RP_CheckSession(RTPClient *rtp, char *control) RTSPSession 224 modules/rtp_in/rtp_session.c RTSPSession *sess; RTSPSession 230 modules/rtp_in/rtp_session.c while ( (sess = (RTSPSession *)gf_list_enum(rtp->sessions, &i)) ) { RTSPSession 236 modules/rtp_in/rtp_session.c RTSPSession *RP_NewSession(RTPClient *rtp, char *session_control) RTSPSession 239 modules/rtp_in/rtp_session.c RTSPSession *tmp; RTSPSession 259 modules/rtp_in/rtp_session.c GF_SAFEALLOC(tmp, RTSPSession); RTSPSession 287 modules/rtp_in/rtp_session.c RTSPSession *in_session = RP_CheckSession(rtp, session_control); RTSPSession 369 modules/rtp_in/rtp_session.c void RP_ResetSession(RTSPSession *sess, GF_Err e) RTSPSession 389 modules/rtp_in/rtp_session.c void RP_DelSession(RTSPSession *sess) RTSPSession 69 modules/rtp_in/rtp_signaling.c static void RP_QueueCommand(RTSPSession *sess, RTPStream *ch, GF_RTSPCommand *com, Bool needs_sess_id) RTSPSession 196 modules/rtp_in/rtp_signaling.c void RP_ProcessSetup(RTSPSession *sess, GF_RTSPCommand *com, GF_Err e) RTSPSession 281 modules/rtp_in/rtp_signaling.c Bool RP_PreprocessDescribe(RTSPSession *sess, GF_RTSPCommand *com) RTSPSession 304 modules/rtp_in/rtp_signaling.c GF_Err RP_ProcessDescribe(RTSPSession *sess, GF_RTSPCommand *com, GF_Err e) RTSPSession 363 modules/rtp_in/rtp_signaling.c void RP_Describe(RTSPSession *sess, char *esd_url, LPNETCHANNEL channel) RTSPSession 470 modules/rtp_in/rtp_signaling.c Bool RP_PreprocessUserCom(RTSPSession *sess, GF_RTSPCommand *com) RTSPSession 526 modules/rtp_in/rtp_signaling.c void RP_ProcessUserCommand(RTSPSession *sess, GF_RTSPCommand *com, GF_Err e) RTSPSession 690 modules/rtp_in/rtp_signaling.c static void RP_FlushAndTearDown(RTSPSession *sess) RTSPSession 719 modules/rtp_in/rtp_signaling.c void RP_UserCommand(RTSPSession *sess, RTPStream *ch, GF_NetworkCommand *command) RTSPSession 890 modules/rtp_in/rtp_signaling.c void RP_ProcessTeardown(RTSPSession *sess, GF_RTSPCommand *com, GF_Err e) RTSPSession 902 modules/rtp_in/rtp_signaling.c void RP_Teardown(RTSPSession *sess, RTPStream *ch) RTSPSession 41 modules/rtp_in/sdp_load.c RTSPSession *migrate_sess = NULL; RTSPSession 431 modules/rtp_in/sdp_load.c RTSPSession *sess = NULL;