Searched refs:field_value_length (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/flac/
H A Dvorbiscomment.c43 unsigned field_value_length; member in struct:__anon1622
235 if(!parse_vorbis_comment_field(comment, &(parsed.field), &(parsed.field_name), &(parsed.field_value), &(parsed.field_value_length), violation)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/flac/
H A Dvorbiscomment.c43 unsigned field_value_length; member in struct:__anon2527
235 if(!parse_vorbis_comment_field(comment, &(parsed.field), &(parsed.field_name), &(parsed.field_value), &(parsed.field_value_length), violation)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/flac/
H A Dvorbiscomment.c43 unsigned field_value_length; member in struct:__anon36552
235 if(!parse_vorbis_comment_field(comment, &(parsed.field), &(parsed.field_name), &(parsed.field_value), &(parsed.field_value_length), violation)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/metaflac/
H A Doptions.h104 unsigned field_value_length; member in struct:__anon1653
H A Doperations_shorthand_vorbiscomment.c319 if(!parse_vorbis_comment_field(line, &field.field, &field.field_name, &field.field_value, &field.field_value_length, &violation)) {
H A Doptions.c521 if(!parse_vorbis_comment_field(option_argument, &(op->argument.vc_field.field), &(op->argument.vc_field.field_name), &(op->argument.vc_field.field_value), &(op->argument.vc_field.field_value_length), &violation)) {
532 if(!parse_vorbis_comment_field(option_argument, &(op->argument.vc_field.field), &(op->argument.vc_field.field_name), &(op->argument.vc_field.field_value), &(op->argument.vc_field.field_value_length), &violation)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/metaflac/
H A Doptions.h104 unsigned field_value_length; member in struct:__anon2558
H A Doperations_shorthand_vorbiscomment.c319 if(!parse_vorbis_comment_field(line, &field.field, &field.field_name, &field.field_value, &field.field_value_length, &violation)) {
H A Doptions.c521 if(!parse_vorbis_comment_field(option_argument, &(op->argument.vc_field.field), &(op->argument.vc_field.field_name), &(op->argument.vc_field.field_value), &(op->argument.vc_field.field_value_length), &violation)) {
532 if(!parse_vorbis_comment_field(option_argument, &(op->argument.vc_field.field), &(op->argument.vc_field.field_name), &(op->argument.vc_field.field_value), &(op->argument.vc_field.field_value_length), &violation)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/metaflac/
H A Doptions.h104 unsigned field_value_length; member in struct:__anon36583
H A Doperations_shorthand_vorbiscomment.c319 if(!parse_vorbis_comment_field(line, &field.field, &field.field_name, &field.field_value, &field.field_value_length, &violation)) {
H A Doptions.c521 if(!parse_vorbis_comment_field(option_argument, &(op->argument.vc_field.field), &(op->argument.vc_field.field_name), &(op->argument.vc_field.field_value), &(op->argument.vc_field.field_value_length), &violation)) {
532 if(!parse_vorbis_comment_field(option_argument, &(op->argument.vc_field.field), &(op->argument.vc_field.field_name), &(op->argument.vc_field.field_value), &(op->argument.vc_field.field_value_length), &violation)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/libFLAC++/
H A Dmetadata.cpp490 VorbisComment::Entry::Entry(const char *field_name, const char *field_value, unsigned field_value_length)
493 construct(field_name, field_value, field_value_length);
618 bool VorbisComment::Entry::set_field_value(const char *field_value, unsigned field_value_length)
623 if(!::FLAC__format_vorbiscomment_entry_value_is_legal((const FLAC__byte*)field_value, field_value_length))
628 if(0 == (field_value_ = (char *)safe_malloc_add_2op_(field_value_length, /*+*/1))) {
632 field_value_length_ = field_value_length;
633 memcpy(field_value_, field_value, field_value_length);
634 field_value_[field_value_length] = '\0';
703 void VorbisComment::Entry::construct(const char *field_name, const char *field_value, unsigned field_value_length)
705 if(set_field_name(field_name) && set_field_value(field_value, field_value_length))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/libFLAC++/
H A Dmetadata.cpp490 VorbisComment::Entry::Entry(const char *field_name, const char *field_value, unsigned field_value_length)
493 construct(field_name, field_value, field_value_length);
618 bool VorbisComment::Entry::set_field_value(const char *field_value, unsigned field_value_length)
623 if(!::FLAC__format_vorbiscomment_entry_value_is_legal((const FLAC__byte*)field_value, field_value_length))
628 if(0 == (field_value_ = (char *)safe_malloc_add_2op_(field_value_length, /*+*/1))) {
632 field_value_length_ = field_value_length;
633 memcpy(field_value_, field_value, field_value_length);
634 field_value_[field_value_length] = '\0';
703 void VorbisComment::Entry::construct(const char *field_name, const char *field_value, unsigned field_value_length)
705 if(set_field_name(field_name) && set_field_value(field_value, field_value_length))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/libFLAC++/
H A Dmetadata.cpp490 VorbisComment::Entry::Entry(const char *field_name, const char *field_value, unsigned field_value_length)
493 construct(field_name, field_value, field_value_length);
618 bool VorbisComment::Entry::set_field_value(const char *field_value, unsigned field_value_length)
623 if(!::FLAC__format_vorbiscomment_entry_value_is_legal((const FLAC__byte*)field_value, field_value_length))
628 if(0 == (field_value_ = (char *)safe_malloc_add_2op_(field_value_length, /*+*/1))) {
632 field_value_length_ = field_value_length;
633 memcpy(field_value_, field_value, field_value_length);
634 field_value_[field_value_length] = '\0';
703 void VorbisComment::Entry::construct(const char *field_name, const char *field_value, unsigned field_value_length)
705 if(set_field_name(field_name) && set_field_value(field_value, field_value_length))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/include/FLAC++/
H A Dmetadata.h543 * contain embedded NULs and so a \a field_value_length
560 Entry(const char *field_name, const char *field_value, unsigned field_value_length);
583 bool set_field_value(const char *field_value, unsigned field_value_length);
600 void construct(const char *field_name, const char *field_value, unsigned field_value_length);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/include/FLAC++/
H A Dmetadata.h543 * contain embedded NULs and so a \a field_value_length
560 Entry(const char *field_name, const char *field_value, unsigned field_value_length);
583 bool set_field_value(const char *field_value, unsigned field_value_length);
600 void construct(const char *field_name, const char *field_value, unsigned field_value_length);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/include/FLAC++/
H A Dmetadata.h543 * contain embedded NULs and so a \a field_value_length
560 Entry(const char *field_name, const char *field_value, unsigned field_value_length);
583 bool set_field_value(const char *field_value, unsigned field_value_length);
600 void construct(const char *field_name, const char *field_value, unsigned field_value_length);

Completed in 271 milliseconds