Home
last modified time | relevance | path

Searched refs:contents_array (Results 1 – 17 of 17) sorted by relevance

/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/
H A Dmisc.c52 AV *contents_array; in xs_abort_empty_line() local
85 contents_array = (AV *)SvRV(*svp); in xs_abort_empty_line()
87 contents_num = av_len(contents_array) + 1; in xs_abort_empty_line()
139 av_pop (contents_array); in xs_abort_empty_line()
205 av_pop (contents_array); in xs_abort_empty_line()
234 AV *contents_array; in xs_merge_text() local
279 contents_array = (AV *)SvRV(*svp); in xs_merge_text()
281 contents_num = av_len(contents_array) + 1; in xs_merge_text()
339 contents_array = newAV (); in xs_merge_text()
349 contents_array = (AV *)SvRV(contents_ref); in xs_merge_text()
[all …]
H A Dmisc.c.bak52 AV *contents_array;
85 contents_array = (AV *)SvRV(*svp);
87 contents_num = av_len(contents_array) + 1;
139 av_pop (contents_array);
205 av_pop (contents_array);
234 AV *contents_array;
279 contents_array = (AV *)SvRV(*svp);
281 contents_num = av_len(contents_array) + 1;
339 contents_array = newAV ();
349 contents_array = (AV *)SvRV(contents_ref);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/edit/
H A Dcpdf_pagecontentmanager.cpp25 CPDF_Array* contents_array = ToArray(contents_obj); in CPDF_PageContentManager() local
26 if (contents_array) { in CPDF_PageContentManager()
27 contents_array_.Reset(contents_array); in CPDF_PageContentManager()
37 contents_array = indirect_obj->AsArray(); in CPDF_PageContentManager()
38 if (contents_array) in CPDF_PageContentManager()
39 contents_array_.Reset(contents_array); in CPDF_PageContentManager()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/edit/
H A Dcpdf_pagecontentmanager.cpp24 CPDF_Array* contents_array = ToArray(contents_obj); in CPDF_PageContentManager() local
25 if (contents_array) { in CPDF_PageContentManager()
26 contents_array_.Reset(contents_array); in CPDF_PageContentManager()
36 contents_array = indirect_obj->AsArray(); in CPDF_PageContentManager()
37 if (contents_array) in CPDF_PageContentManager()
38 contents_array_.Reset(contents_array); in CPDF_PageContentManager()
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/parsetexi/
H A Dapi.c772 SV **contents_array; in build_single_index_data() local
779 contents_array = hv_fetch (e->content->hv, in build_single_index_data()
782 if (!contents_array) in build_single_index_data()
785 contents_array = hv_fetch (e->content->hv, in build_single_index_data()
789 if (contents_array) in build_single_index_data()
792 STORE2("content", newRV_inc ((SV *)(AV *)SvRV(*contents_array))); in build_single_index_data()
795 newRV_inc ((SV *)(AV *)SvRV(*contents_array))); in build_single_index_data()
H A Dapi.c.orig770 SV **contents_array;
777 contents_array = hv_fetch (e->content->hv,
780 if (!contents_array)
783 contents_array = hv_fetch (e->content->hv,
787 if (contents_array)
790 STORE2("content", newRV_inc ((SV *)(AV *)SvRV(*contents_array)));
793 newRV_inc ((SV *)(AV *)SvRV(*contents_array)));
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/datahub/
H A Dutils.vala37 uint8[]? contents_array = null;
41 if (!file.load_contents (null, out contents_array, null))
49 return (string?) (owned) contents_array;
/dports/print/libharu/libharu-RELEASE_2_3_0/src/
H A Dhpdf_page_operator.c2824 HPDF_Array contents_array; in HPDF_Page_New_Content_Stream() local
2833 if (!contents_array) { in HPDF_Page_New_Content_Stream()
2837 contents_array = HPDF_Array_New(page->mmgr); in HPDF_Page_New_Content_Stream()
2838 if (!contents_array) in HPDF_Page_New_Content_Stream()
2840 ret += HPDF_Array_Add(contents_array,attr->contents); in HPDF_Page_New_Content_Stream()
2852 ret += HPDF_Array_Add (contents_array,attr->contents); in HPDF_Page_New_Content_Stream()
2876 HPDF_Array contents_array; in HPDF_Page_Insert_Shared_Content_Stream() local
2882 if (!contents_array) { in HPDF_Page_Insert_Shared_Content_Stream()
2887 contents_array = HPDF_Array_New(page->mmgr); in HPDF_Page_Insert_Shared_Content_Stream()
2888 if (!contents_array) in HPDF_Page_Insert_Shared_Content_Stream()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_page_operator.c2855 HPDF_Array contents_array; in HPDF_Page_New_Content_Stream() local
2864 if (!contents_array) { in HPDF_Page_New_Content_Stream()
2868 contents_array = HPDF_Array_New(page->mmgr); in HPDF_Page_New_Content_Stream()
2869 if (!contents_array) in HPDF_Page_New_Content_Stream()
2871 ret += HPDF_Array_Add(contents_array,attr->contents); in HPDF_Page_New_Content_Stream()
2883 ret += HPDF_Array_Add (contents_array,attr->contents); in HPDF_Page_New_Content_Stream()
2907 HPDF_Array contents_array; in HPDF_Page_Insert_Shared_Content_Stream() local
2913 if (!contents_array) { in HPDF_Page_Insert_Shared_Content_Stream()
2918 contents_array = HPDF_Array_New(page->mmgr); in HPDF_Page_Insert_Shared_Content_Stream()
2919 if (!contents_array) in HPDF_Page_Insert_Shared_Content_Stream()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_page_operator.c2855 HPDF_Array contents_array; in HPDF_Page_New_Content_Stream() local
2864 if (!contents_array) { in HPDF_Page_New_Content_Stream()
2868 contents_array = HPDF_Array_New(page->mmgr); in HPDF_Page_New_Content_Stream()
2869 if (!contents_array) in HPDF_Page_New_Content_Stream()
2871 ret += HPDF_Array_Add(contents_array,attr->contents); in HPDF_Page_New_Content_Stream()
2883 ret += HPDF_Array_Add (contents_array,attr->contents); in HPDF_Page_New_Content_Stream()
2907 HPDF_Array contents_array; in HPDF_Page_Insert_Shared_Content_Stream() local
2913 if (!contents_array) { in HPDF_Page_Insert_Shared_Content_Stream()
2918 contents_array = HPDF_Array_New(page->mmgr); in HPDF_Page_Insert_Shared_Content_Stream()
2919 if (!contents_array) in HPDF_Page_Insert_Shared_Content_Stream()
[all …]
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dpdfdoc.c622 pdf_obj *contents_array; in doc_flush_page() local
652 contents_array = pdf_new_array(); in doc_flush_page()
654 pdf_add_array(contents_array, page->content_refs[0]); in doc_flush_page()
658 pdf_add_array(contents_array, pdf_ref_obj(p->pages.bop)); in doc_flush_page()
662 pdf_add_array(contents_array, page->content_refs[1]); in doc_flush_page()
666 pdf_add_array(contents_array, page->content_refs[2]); in doc_flush_page()
670 pdf_add_array(contents_array, page->content_refs[3]); in doc_flush_page()
674 pdf_add_array(contents_array, pdf_ref_obj(p->pages.eop)); in doc_flush_page()
687 pdf_new_name("Contents"), contents_array); in doc_flush_page()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/
H A Dicf.cc198 const unsigned char* contents_array = reinterpret_cast in preprocess_for_unique_sections() local
200 cksum = xcrc32(contents_array, (*section_contents)[i].length(), in preprocess_for_unique_sections()
/dports/lang/gnatdroid-binutils/binutils-2.27/gold/
H A Dicf.cc198 const unsigned char* contents_array = reinterpret_cast in preprocess_for_unique_sections() local
200 cksum = xcrc32(contents_array, (*section_contents)[i].length(), in preprocess_for_unique_sections()
/dports/print/qpdf/qpdf-10.5.0/qpdf/
H A Dqpdf-ctest.c609 qpdf_oh contents_array = qpdf_oh_wrap_in_array(qpdf, contents); in test24() local
610 assert(qpdf_oh_get_array_n_items(qpdf, contents_array) == 1); in test24()
612 qpdf, qpdf_oh_get_array_item(qpdf, contents_array, 0)) == in test24()
616 qpdf_oh_wrap_in_array(qpdf, contents_array); in test24()
/dports/devel/binutils/binutils-2.37/gold/
H A Dicf.cc220 const unsigned char* contents_array = reinterpret_cast in preprocess_for_unique_sections() local
222 cksum = xcrc32(contents_array, (*section_contents)[i].length(), in preprocess_for_unique_sections()
/dports/devel/arm-elf-binutils/binutils-2.37/gold/
H A Dicf.cc220 const unsigned char* contents_array = reinterpret_cast in preprocess_for_unique_sections() local
222 cksum = xcrc32(contents_array, (*section_contents)[i].length(), in preprocess_for_unique_sections()
/dports/devel/gnulibiberty/binutils-2.37/gold/
H A Dicf.cc220 const unsigned char* contents_array = reinterpret_cast in preprocess_for_unique_sections() local
222 cksum = xcrc32(contents_array, (*section_contents)[i].length(), in preprocess_for_unique_sections()