Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dparseurl.c207 const char *ppstart = playpath; in RTMP_ParsePlaypath() local
215 if ((*ppstart == '?') && in RTMP_ParsePlaypath()
216 (temp=strstr(ppstart, "slist=")) != 0) { in RTMP_ParsePlaypath()
217 ppstart = temp+6; in RTMP_ParsePlaypath()
218 pplen = strlen(ppstart); in RTMP_ParsePlaypath()
220 temp = strchr(ppstart, '&'); in RTMP_ParsePlaypath()
222 pplen = temp-ppstart; in RTMP_ParsePlaypath()
226 q = strchr(ppstart, '?'); in RTMP_ParsePlaypath()
231 ext = &ppstart[pplen-4]; in RTMP_ParsePlaypath()
237 } else if ((ppstart == playpath) && in RTMP_ParsePlaypath()
[all …]