Lines Matching refs:AVal
69 extern const AVal RTMP_DefaultFlashVer;
146 AVal hostname;
147 AVal sockshost;
149 AVal playpath0; /* parsed from URL */
150 AVal playpath; /* passed in explicitly */
151 AVal tcUrl;
152 AVal swfUrl;
153 AVal pageUrl;
154 AVal app;
155 AVal auth;
156 AVal flashVer;
157 AVal subscribepath;
158 AVal usherToken;
159 AVal token;
160 AVal pubUser;
161 AVal pubPasswd;
233 AVal name;
277 AVal m_clientID;
285 int RTMP_ParseURL(const char *url, int *protocol, AVal *host,
286 unsigned int *port, AVal *playpath, AVal *app);
288 void RTMP_ParsePlaypath(AVal *in, AVal *out);
292 int RTMP_SetOpt(RTMP *r, const AVal *opt, AVal *arg);
295 AVal *hostname,
297 AVal *sockshost,
298 AVal *playpath,
299 AVal *tcUrl,
300 AVal *swfUrl,
301 AVal *pageUrl,
302 AVal *app,
303 AVal *auth,
304 AVal *swfSHA256Hash,
306 AVal *flashVer,
307 AVal *subscribepath,
308 AVal *usherToken,
355 int RTMP_FindFirstMatchingProperty(AMFObject *obj, const AVal *name,