Home
last modified time | relevance | path

Searched refs:rtsp_session_id (Results 1 – 1 of 1) sorted by relevance

/external/curl/tests/libtest/
Dlib569.c39 char *rtsp_session_id; in test() local
97 curl_easy_getinfo(curl, CURLINFO_RTSP_SESSION_ID, &rtsp_session_id); in test()
98 fprintf(idfile, "Got Session ID: [%s]\n", rtsp_session_id); in test()
99 rtsp_session_id = NULL; in test()