Home
last modified time | relevance | path

Searched refs:pdf_lex (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-cmap-parse.c24 tok = pdf_lex(ctx, file, buf); in pdf_parse_cmap_name()
37 tok = pdf_lex(ctx, file, buf); in pdf_parse_wmode()
60 tok = pdf_lex(ctx, file, buf); in pdf_parse_codespace_range()
68 tok = pdf_lex(ctx, file, buf); in pdf_parse_codespace_range()
91 tok = pdf_lex(ctx, file, buf); in pdf_parse_cid_range()
101 tok = pdf_lex(ctx, file, buf); in pdf_parse_cid_range()
107 tok = pdf_lex(ctx, file, buf); in pdf_parse_cid_range()
125 tok = pdf_lex(ctx, file, buf); in pdf_parse_cid_char()
135 tok = pdf_lex(ctx, file, buf); in pdf_parse_cid_char()
153 tok = pdf_lex(ctx, file, buf); in pdf_parse_bf_range_array()
[all …]
H A Dpdf-parse.c506 tok = pdf_lex(ctx, file, buf); in pdf_parse_array()
611 tok = pdf_lex(ctx, file, buf); in pdf_parse_dict()
625 tok = pdf_lex(ctx, file, buf); in pdf_parse_dict()
700 tok = pdf_lex(ctx, file, buf); in pdf_parse_stm_obj()
733 tok = pdf_lex(ctx, file, buf); in pdf_parse_ind_obj()
744 tok = pdf_lex(ctx, file, buf); in pdf_parse_ind_obj()
753 tok = pdf_lex(ctx, file, buf); in pdf_parse_ind_obj()
761 tok = pdf_lex(ctx, file, buf); in pdf_parse_ind_obj()
782 tok = pdf_lex(ctx, file, buf); in pdf_parse_ind_obj()
793 tok = pdf_lex(ctx, file, buf); in pdf_parse_ind_obj()
[all …]
H A Dpdf-repair.c47 tok = pdf_lex(ctx, file, buf); in pdf_repair_obj()
129 tok = pdf_lex(ctx, file, buf); in pdf_repair_obj()
150 tok = pdf_lex(ctx, file, buf); in pdf_repair_obj()
180 tok = pdf_lex(ctx, file, buf); in pdf_repair_obj()
189 tok = pdf_lex(ctx, file, buf); in pdf_repair_obj()
222 tok = pdf_lex(ctx, stm, &buf); in pdf_repair_obj_stm()
247 tok = pdf_lex(ctx, stm, &buf); in pdf_repair_obj_stm()
H A Dpdf-xref.c756 tok = pdf_lex(ctx, doc->file, buf); in pdf_xref_size_from_old_trailer()
760 tok = pdf_lex(ctx, doc->file, buf); in pdf_xref_size_from_old_trailer()
942 tok = pdf_lex(ctx, file, buf); in pdf_read_old_xref()
946 tok = pdf_lex(ctx, file, buf); in pdf_read_old_xref()
1693 tok = pdf_lex(ctx, stm, buf); in pdf_load_obj_stm()
1698 tok = pdf_lex(ctx, stm, buf); in pdf_load_obj_stm()
1781 tok = pdf_lex(ctx, doc->file, buf); in pdf_obj_read()
1793 tok = pdf_lex(ctx, doc->file, buf); in pdf_obj_read()
1808 tok = pdf_lex(ctx, doc->file, buf); in pdf_obj_read()
2648 tok = pdf_lex(ctx, doc->file, buf); in pdf_load_hint_object()
[all …]
H A Dpdf-function.c699 tok = pdf_lex(ctx, stream, buf); in parse_code()
743 tok = pdf_lex(ctx, stream, buf); in parse_code()
750 tok = pdf_lex(ctx, stream, buf); in parse_code()
847 tok = pdf_lex(ctx, stream, &buf); in load_postscript_func()
H A Dpdf-lex.c539 pdf_lex(fz_context *ctx, fz_stream *f, pdf_lexbuf *buf) in pdf_lex() function
H A Dpdf-interpret.c828 tok = pdf_lex(ctx, stm, buf); in pdf_process_stream()
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/pdf/
H A Dparse.h22 pdf_token pdf_lex(fz_context *ctx, fz_stream *f, pdf_lexbuf *lexbuf);