Home
last modified time | relevance | path

Searched defs:pdref (Results 1 – 25 of 68) sorted by relevance

123

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Diddict.h28 #define idict_put(pdref, key, pvalue)\ argument
30 #define idict_put_string(pdref, kstr, pvalue)\ argument
32 #define idict_put_string_copy(pdref, kstr, pvalue)\ argument
34 #define idict_undef(pdref, key)\ argument
40 #define idict_resize(pdref, newmax)\ argument
42 #define idict_grow(pdref)\ argument
44 #define idict_unpack(pdref)\ argument
H A Didict.c71 #define CAN_SET_PVALUE_CACHE(pds, pdref, mem)\ argument
137 dict_alloc(gs_ref_memory_t * mem, uint size, ref * pdref) in dict_alloc()
164 dict_create_unpacked_keys(uint asize, const ref * pdref) in dict_create_unpacked_keys()
237 dict_unpack(ref * pdref, dict_stack_t *pds) in dict_unpack()
277 dict_find(const ref * pdref, const ref * pkey, in dict_find()
675 dict_length(const ref * pdref /* t_dictionary */ ) in dict_length()
682 dict_maxlength(const ref * pdref /* t_dictionary */ ) in dict_maxlength()
689 dict_max_index(const ref * pdref /* t_dictionary */ ) in dict_max_index()
827 dict_grow(ref * pdref, dict_stack_t *pds) in dict_grow()
870 dict_first(const ref * pdref) in dict_first()
[all …]
H A Diutil2.c101 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password()
116 dict_read_password(password * ppass, const ref * pdref, const char *pkey) in dict_read_password()
130 dict_write_password(const password * ppass, ref * pdref, const char *pkey, in dict_write_password()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Diddict.h28 #define idict_put(pdref, key, pvalue)\ argument
30 #define idict_put_string(pdref, kstr, pvalue)\ argument
32 #define idict_put_string_copy(pdref, kstr, pvalue)\ argument
34 #define idict_undef(pdref, key)\ argument
40 #define idict_resize(pdref, newmax)\ argument
42 #define idict_grow(pdref)\ argument
44 #define idict_unpack(pdref)\ argument
H A Didict.c71 #define CAN_SET_PVALUE_CACHE(pds, pdref, mem)\ argument
137 dict_alloc(gs_ref_memory_t * mem, uint size, ref * pdref) in dict_alloc()
164 dict_create_unpacked_keys(uint asize, const ref * pdref) in dict_create_unpacked_keys()
237 dict_unpack(ref * pdref, dict_stack_t *pds) in dict_unpack()
277 dict_find(const ref * pdref, const ref * pkey, in dict_find()
675 dict_length(const ref * pdref /* t_dictionary */ ) in dict_length()
682 dict_maxlength(const ref * pdref /* t_dictionary */ ) in dict_maxlength()
689 dict_max_index(const ref * pdref /* t_dictionary */ ) in dict_max_index()
827 dict_grow(ref * pdref, dict_stack_t *pds) in dict_grow()
870 dict_first(const ref * pdref) in dict_first()
[all …]
H A Diutil2.c101 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password()
116 dict_read_password(password * ppass, const ref * pdref, const char *pkey) in dict_read_password()
130 dict_write_password(const password * ppass, ref * pdref, const char *pkey, in dict_write_password()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Diddict.h31 #define idict_put(pdref, key, pvalue)\ argument
33 #define idict_put_string(pdref, kstr, pvalue)\ argument
35 #define idict_undef(pdref, key)\ argument
41 #define idict_resize(pdref, newmax)\ argument
43 #define idict_grow(pdref)\ argument
45 #define idict_unpack(pdref)\ argument
H A Didict.c71 #define CAN_SET_PVALUE_CACHE(pds, pdref, mem)\ argument
137 dict_alloc(gs_ref_memory_t * mem, uint size, ref * pdref) in dict_alloc()
164 dict_create_unpacked_keys(uint asize, const ref * pdref) in dict_create_unpacked_keys()
237 dict_unpack(ref * pdref, dict_stack_t *pds) in dict_unpack()
279 dict_find(const ref * pdref, const ref * pkey, in dict_find()
628 dict_length(const ref * pdref /* t_dictionary */ ) in dict_length()
635 dict_maxlength(const ref * pdref /* t_dictionary */ ) in dict_maxlength()
642 dict_max_index(const ref * pdref /* t_dictionary */ ) in dict_max_index()
778 dict_grow(ref * pdref, dict_stack_t *pds) in dict_grow()
815 dict_first(const ref * pdref) in dict_first()
[all …]
H A Diutil2.c107 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password()
122 dict_read_password(password * ppass, const ref * pdref, const char *pkey) in dict_read_password()
136 dict_write_password(const password * ppass, ref * pdref, const char *pkey, in dict_write_password()
H A Didstack.c79 dstack_dict_is_permanent(const dict_stack_t * pds, const ref * pdref) in dstack_dict_is_permanent()
105 ds_ptr pdref = pds->stack.p; in dstack_find_name_by_index() local
128 #define INCR_DEPTH(pdref)\ in dstack_find_name_by_index() argument
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Diddict.h26 #define idict_put(pdref, key, pvalue)\ argument
28 #define idict_put_string(pdref, kstr, pvalue)\ argument
30 #define idict_undef(pdref, key)\ argument
36 #define idict_resize(pdref, newmax)\ argument
38 #define idict_grow(pdref)\ argument
40 #define idict_unpack(pdref)\ argument
H A Didict.c67 #define CAN_SET_PVALUE_CACHE(pds, pdref, mem)\ argument
133 dict_alloc(gs_ref_memory_t * mem, uint size, ref * pdref) in dict_alloc()
160 dict_create_unpacked_keys(uint asize, const ref * pdref) in dict_create_unpacked_keys()
233 dict_unpack(ref * pdref, dict_stack_t *pds) in dict_unpack()
273 dict_find(const ref * pdref, const ref * pkey, in dict_find()
651 dict_length(const ref * pdref /* t_dictionary */ ) in dict_length()
658 dict_maxlength(const ref * pdref /* t_dictionary */ ) in dict_maxlength()
665 dict_max_index(const ref * pdref /* t_dictionary */ ) in dict_max_index()
803 dict_grow(ref * pdref, dict_stack_t *pds) in dict_grow()
846 dict_first(const ref * pdref) in dict_first()
[all …]
H A Diutil2.c99 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password()
114 dict_read_password(password * ppass, const ref * pdref, const char *pkey) in dict_read_password()
128 dict_write_password(const password * ppass, ref * pdref, const char *pkey, in dict_write_password()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Diddict.h28 #define idict_put(pdref, key, pvalue)\ argument
30 #define idict_put_string(pdref, kstr, pvalue)\ argument
32 #define idict_undef(pdref, key)\ argument
38 #define idict_resize(pdref, newmax)\ argument
40 #define idict_grow(pdref)\ argument
42 #define idict_unpack(pdref)\ argument
H A Didict.c71 #define CAN_SET_PVALUE_CACHE(pds, pdref, mem)\ argument
137 dict_alloc(gs_ref_memory_t * mem, uint size, ref * pdref) in dict_alloc()
164 dict_create_unpacked_keys(uint asize, const ref * pdref) in dict_create_unpacked_keys()
237 dict_unpack(ref * pdref, dict_stack_t *pds) in dict_unpack()
277 dict_find(const ref * pdref, const ref * pkey, in dict_find()
655 dict_length(const ref * pdref /* t_dictionary */ ) in dict_length()
662 dict_maxlength(const ref * pdref /* t_dictionary */ ) in dict_maxlength()
669 dict_max_index(const ref * pdref /* t_dictionary */ ) in dict_max_index()
807 dict_grow(ref * pdref, dict_stack_t *pds) in dict_grow()
850 dict_first(const ref * pdref) in dict_first()
[all …]
H A Diutil2.c101 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password()
116 dict_read_password(password * ppass, const ref * pdref, const char *pkey) in dict_read_password()
130 dict_write_password(const password * ppass, ref * pdref, const char *pkey, in dict_write_password()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Diddict.h28 #define idict_put(pdref, key, pvalue)\ argument
30 #define idict_put_string(pdref, kstr, pvalue)\ argument
32 #define idict_undef(pdref, key)\ argument
38 #define idict_resize(pdref, newmax)\ argument
40 #define idict_grow(pdref)\ argument
42 #define idict_unpack(pdref)\ argument
H A Didict.c71 #define CAN_SET_PVALUE_CACHE(pds, pdref, mem)\ argument
137 dict_alloc(gs_ref_memory_t * mem, uint size, ref * pdref) in dict_alloc()
164 dict_create_unpacked_keys(uint asize, const ref * pdref) in dict_create_unpacked_keys()
237 dict_unpack(ref * pdref, dict_stack_t *pds) in dict_unpack()
277 dict_find(const ref * pdref, const ref * pkey, in dict_find()
655 dict_length(const ref * pdref /* t_dictionary */ ) in dict_length()
662 dict_maxlength(const ref * pdref /* t_dictionary */ ) in dict_maxlength()
669 dict_max_index(const ref * pdref /* t_dictionary */ ) in dict_max_index()
807 dict_grow(ref * pdref, dict_stack_t *pds) in dict_grow()
850 dict_first(const ref * pdref) in dict_first()
[all …]
H A Diutil2.c101 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password()
116 dict_read_password(password * ppass, const ref * pdref, const char *pkey) in dict_read_password()
130 dict_write_password(const password * ppass, ref * pdref, const char *pkey, in dict_write_password()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Diddict.h26 #define idict_put(pdref, key, pvalue)\ argument
28 #define idict_put_string(pdref, kstr, pvalue)\ argument
30 #define idict_undef(pdref, key)\ argument
36 #define idict_resize(pdref, newmax)\ argument
38 #define idict_grow(pdref)\ argument
40 #define idict_unpack(pdref)\ argument
H A Didict.c67 #define CAN_SET_PVALUE_CACHE(pds, pdref, mem)\ argument
133 dict_alloc(gs_ref_memory_t * mem, uint size, ref * pdref) in dict_alloc()
160 dict_create_unpacked_keys(uint asize, const ref * pdref) in dict_create_unpacked_keys()
233 dict_unpack(ref * pdref, dict_stack_t *pds) in dict_unpack()
273 dict_find(const ref * pdref, const ref * pkey, in dict_find()
651 dict_length(const ref * pdref /* t_dictionary */ ) in dict_length()
658 dict_maxlength(const ref * pdref /* t_dictionary */ ) in dict_maxlength()
665 dict_max_index(const ref * pdref /* t_dictionary */ ) in dict_max_index()
803 dict_grow(ref * pdref, dict_stack_t *pds) in dict_grow()
846 dict_first(const ref * pdref) in dict_first()
[all …]
H A Diutil2.c99 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password()
114 dict_read_password(password * ppass, const ref * pdref, const char *pkey) in dict_read_password()
128 dict_write_password(const password * ppass, ref * pdref, const char *pkey, in dict_write_password()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Diddict.h31 #define idict_put(pdref, key, pvalue)\ argument
33 #define idict_put_string(pdref, kstr, pvalue)\ argument
35 #define idict_undef(pdref, key)\ argument
41 #define idict_resize(pdref, newmax)\ argument
43 #define idict_grow(pdref)\ argument
45 #define idict_unpack(pdref)\ argument
H A Didict.c71 #define CAN_SET_PVALUE_CACHE(pds, pdref, mem)\ argument
137 dict_alloc(gs_ref_memory_t * mem, uint size, ref * pdref) in dict_alloc()
164 dict_create_unpacked_keys(uint asize, const ref * pdref) in dict_create_unpacked_keys()
237 dict_unpack(ref * pdref, dict_stack_t *pds) in dict_unpack()
279 dict_find(const ref * pdref, const ref * pkey, in dict_find()
628 dict_length(const ref * pdref /* t_dictionary */ ) in dict_length()
635 dict_maxlength(const ref * pdref /* t_dictionary */ ) in dict_maxlength()
642 dict_max_index(const ref * pdref /* t_dictionary */ ) in dict_max_index()
778 dict_grow(ref * pdref, dict_stack_t *pds) in dict_grow()
815 dict_first(const ref * pdref) in dict_first()
[all …]
H A Diutil2.c107 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password()
122 dict_read_password(password * ppass, const ref * pdref, const char *pkey) in dict_read_password()
136 dict_write_password(const password * ppass, ref * pdref, const char *pkey, in dict_write_password()

123