Home
last modified time | relevance | path

Searched refs:PS_mp_realloc (Results 1 – 25 of 25) sorted by relevance

/dports/print/pslib/pslib-examples-0.0.11/
H A Dpagehook.c23 ps = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
54 ps = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
90 ps = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dmemory.c24 ps = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dhyphenate.c39 psdoc = PS_new2(NULL, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dligexperts.c118 psdoc = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dshowbox.c36 psdoc = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Doverprint.c38 ps = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dcmyk.c82 ps = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dposter.c46 ps = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dlogos.c39 psdoc = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dspotcolor.c80 ps = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dimagereuse.c39 ps = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dmmk.c57 ps = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dtxt2ps.c53 psdoc = PS_new2(NULL, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Deinstein.c50 psdoc = PS_new2(NULL, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dligatures.c36 psdoc = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dglyphlist.c57 psdoc = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dfontcreate.c47 psdoc = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dfontsample.c49 psdoc = PS_new2(NULL, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dschematic.c38 psdoc = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dimage.c62 ps = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Dshading.c38 ps = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
H A Ddraw.c75 ps = PS_new2(errorhandler, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
/dports/print/pslib/pslib-0.4.6/include/libps/
H A Dpslib-mp.h17 PS_mp_realloc(PSDoc *p, void *mem, size_t size, const char *caller);
/dports/print/pslib/pslib-0.4.6/src/
H A Dps_memprof.c73 PS_mp_realloc(PSDoc *p, void *mem, size_t size, const char *caller) { in PS_mp_realloc() function
/dports/print/pslib/pslib-0.4.6/
H A DChangeLog124 - fixed PS_mp_realloc() which was very broken