Lines Matching refs:metadata
420 /* skip over the actual metadata */
425 /* end of metadata */
652 "Unexpected EOF while reading metadata header");
663 "metadata header has bad magic value");
681 pool_alloconly_create("dbox metadata", 1024);
683 p_array_init(&file->metadata, file->metadata_pool, 16);
691 /* use unlimited line length for metadata */
695 /* end of metadata */
700 array_append(&file->metadata, &line, 1);
704 dbox_file_set_corrupted(file, "missing end-of-metadata line");
731 const char *const *metadata;
734 metadata = array_get(&file->metadata, &count);
736 if (*metadata[i] == (char)key)
737 return metadata[i] + 1;
749 /* see if we have it in metadata */