Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpsuck.c74 typedef struct Flist struct
76 struct Flist *f_next; argument
79 } Flist; typedef
96 Flist *f_head, *f_tail;
97 Flist *f_cur;
309 Flist *fl; in ServeInvoke()
386 fl = malloc(sizeof(Flist)+av.av_len+1); in ServeInvoke()
986 Flist *fl = server->f_head; in doServe()