Lines Matching refs:headers
505 da_t *headers;
532 headers = da_new("headers");
577 da_add_str(headers, default_char_index, NULL);
583 da_add_str(headers, startproperties_index, NULL);
603 da_add_str(headers, fontname_index, NULL);
613 da_add_str(headers, charset_registry_index, NULL);
623 da_add_str(headers, charset_encoding_index, NULL);
626 da_add_str(headers, fontboundingbox_index, NULL);
637 da_add_str(headers, slant_index, NULL);
649 da_add_str(headers, spacing_index, NULL);
661 da_add_str(headers, ++nextheader, header);
664 da_add_str(headers, ++nextheader, l);
667 da_add_str(headers, ++nextheader, l);
958 fprintf(fout_fp, "%s\n", da_fetch_str(headers, i));