HomeSort by relevance Sort by last modified time
    Searched refs:STRING_RTSP_SESSION_ID (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
rtsp.c 323 p_session_id = data->set.str[STRING_RTSP_SESSION_ID];
790 else if(data->set.str[STRING_RTSP_SESSION_ID]) {
792 if(strncmp(start, data->set.str[STRING_RTSP_SESSION_ID],
793 strlen(data->set.str[STRING_RTSP_SESSION_ID])) != 0) {
795 start, data->set.str[STRING_RTSP_SESSION_ID]);
812 data->set.str[STRING_RTSP_SESSION_ID] = malloc(end - start + 1);
813 if(data->set.str[STRING_RTSP_SESSION_ID] == NULL)
815 memcpy(data->set.str[STRING_RTSP_SESSION_ID], start, end - start);
816 (data->set.str[STRING_RTSP_SESSION_ID])[end - start] = '\0';
getinfo.c 124 *param_charp = data->set.str[STRING_RTSP_SESSION_ID];
urldata.h     [all...]
url.c     [all...]

Completed in 72 milliseconds