Lines Matching defs:value
260 char *field, *value;
268 * before the value (ie. NB:myFlag:1). This option may be used multiple times
272 value = param + 2;
276 value = strchr(field, ':');
277 if (!value)
279 *value = '\0';
280 value++;
289 ff_amf_write_bool(p, value[0] != '0');
292 ff_amf_write_string(p, value);
295 ff_amf_write_number(p, strtod(value, NULL));
301 if (value[0] != '0')
508 // This could be any arbitrary value we want here.
1021 * Verify that the received server response has the expected digest value.
1198 * @return 0 if handshake succeeds, negative value otherwise
1758 char *value = strchr(ptr, '=');
1761 if (value) {
1762 *value++ = '\0';
1764 user = value;
1766 salt = value;
1768 opaque = value;
1770 challenge = value;
1772 nonce = value;
1777 av_log(s, AV_LOG_WARNING, "Variable %s has NULL value\n", ptr);
2014 * successful response, we will return set the value to number (otherwise number
2017 * @return 0 if reading the value succeeds, negative value otherwise
2404 * @param for_header non-zero value tells function to work until it
2408 * @return 0 for successful operation, negative value in case of error
2529 * @return 0 for successful operation, negative value in case of error
3111 {"rtmp_pageurl", "URL of the web page in which the media was embedded. By default no value will be sent.", OFFSET(pageurl), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, DEC},
3116 {"rtmp_swfurl", "URL of the SWF player. By default no value will be sent", OFFSET(swfurl), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, DEC|ENC},