Lines Matching refs:str
318 p_session_id = data->set.str[STRING_RTSP_SESSION_ID];
327 if(data->set.str[STRING_RTSP_STREAM_URI]) {
328 p_stream_uri = data->set.str[STRING_RTSP_STREAM_URI];
338 if(data->set.str[STRING_RTSP_TRANSPORT]) {
343 data->set.str[STRING_RTSP_TRANSPORT]);
364 data->set.str[STRING_ENCODING]) {
367 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]);
385 data->set.str[STRING_USERAGENT]) {
952 if(data->set.str[STRING_RTSP_SESSION_ID]) {
955 if(strlen(data->set.str[STRING_RTSP_SESSION_ID]) != idlen ||
956 strncmp(start, data->set.str[STRING_RTSP_SESSION_ID], idlen)) {
958 start, data->set.str[STRING_RTSP_SESSION_ID]);
968 data->set.str[STRING_RTSP_SESSION_ID] = Curl_memdup0(start, idlen);
969 if(!data->set.str[STRING_RTSP_SESSION_ID])