Lines Matching defs:param
258 static int rtmp_write_amf_data(URLContext *s, char *param, uint8_t **p)
270 if (param[0] && param[1] == ':') {
271 type = param[0];
272 value = param + 2;
273 } else if (param[0] == 'N' && param[1] && param[2] == ':') {
274 type = param[1];
275 field = param + 3;
314 av_log(s, AV_LOG_ERROR, "Invalid AMF parameter: %s\n", param);
380 char *param = rt->conn;
383 while (param) {
385 param += strspn(param, " ");
386 if (!*param)
388 sep = strchr(param, ' ');
391 if ((ret = rtmp_write_amf_data(s, param, &p)) < 0) {
398 param = sep + 1;
808 ff_amf_write_null(&p); //as usual, the first null param
834 ff_amf_write_null(&p); //as usual, the first null param
998 * @param buf handshake data (1536 bytes)
999 * @param encrypted use an encrypted connection (RTMPE)
1023 * @param buf handshake data received from the server (1536 bytes)
1024 * @param off position to search digest offset from
2403 * @param s reading context
2404 * @param for_header non-zero value tells function to work until it