RP_NewSession     327 modules/rtp_in/rtp_in.c 		sess = RP_NewSession(priv, (char *) the_url);
RP_NewSession     493 modules/rtp_in/rtp_in.c 		if (!sess) sess = RP_NewSession(priv, (char *) url);
RP_NewSession     142 modules/rtp_in/rtp_in.h RTSPSession *RP_NewSession(RTPClient *rtp, char *session_control);
RP_NewSession     311 modules/rtp_in/rtp_session.c 			if (!in_session) in_session = RP_NewSession(rtp, session_control);
RP_NewSession     321 modules/rtp_in/rtp_session.c 					in_session = RP_NewSession(rtp, session_control);
RP_NewSession     323 modules/rtp_in/rtp_session.c 					in_session = RP_NewSession(rtp, stream->control);
RP_NewSession      69 modules/rtp_in/sdp_load.c 		migrate_sess = RP_NewSession(rtp, url);