Searched refs:STRING_RTSP_SESSION_ID (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Drtsp.c324 p_session_id = data->set.str[STRING_RTSP_SESSION_ID];
773 else if(data->set.str[STRING_RTSP_SESSION_ID]) {
775 if(strncmp(start, data->set.str[STRING_RTSP_SESSION_ID],
776 strlen(data->set.str[STRING_RTSP_SESSION_ID])) != 0) {
778 start, data->set.str[STRING_RTSP_SESSION_ID]);
799 data->set.str[STRING_RTSP_SESSION_ID] = malloc(end - start + 1);
800 if(data->set.str[STRING_RTSP_SESSION_ID] == NULL)
802 memcpy(data->set.str[STRING_RTSP_SESSION_ID], start, end - start);
803 (data->set.str[STRING_RTSP_SESSION_ID])[end - start] = '\0';
H A Dgetinfo.c112 *param_charp = data->set.str[STRING_RTSP_SESSION_ID];
H A Durldata.h1368 STRING_RTSP_SESSION_ID, /* Session ID to use */ enumerator in enum:dupstring
H A Durl.c2390 result = setstropt(&data->set.str[STRING_RTSP_SESSION_ID],

Completed in 127 milliseconds