/plan9/sys/src/cmd/gs/src/ |
H A D | iddict.h | 29 #define idict_put(pdref, key, pvalue)\ argument 31 #define idict_put_string(pdref, kstr, pvalue)\ argument 33 #define idict_undef(pdref, key)\ argument 39 #define idict_resize(pdref, newmax)\ argument 41 #define idict_grow(pdref)\ argument 43 #define idict_unpack(pdref)\ argument
|
H A D | idict.c | 66 #define CAN_SET_PVALUE_CACHE(pds, pdref, mem)\ argument 83 dict_find(const ref * pdref, const ref * pkey, ref ** ppvalue) in dict_find() 132 dict_alloc(gs_ref_memory_t * mem, uint size, ref * pdref) in dict_alloc() 159 dict_create_unpacked_keys(uint asize, const ref * pdref) in dict_create_unpacked_keys() 181 dict_create_contents(uint size, const ref * pdref, bool pack) in dict_create_contents() 232 dict_unpack(ref * pdref, dict_stack_t *pds) in dict_unpack() 274 dict_find(const ref * pdref, const ref * pkey, in dict_find() 416 dict_find_string(const ref * pdref, const char *kstr, ref ** ppvalue) in dict_find_string() 436 dict_put(ref * pdref /* t_dictionary */ , const ref * pkey, const ref * pvalue, in dict_put() 538 dict_put_string(ref * pdref, const char *kstr, const ref * pvalue, in dict_put_string() [all …]
|
H A D | iutil2.c | 105 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password() 120 dict_read_password(password * ppass, const ref * pdref, const char *pkey) in dict_read_password() 134 dict_write_password(const password * ppass, ref * pdref, const char *pkey, in dict_write_password()
|
H A D | idstack.c | 77 dstack_dict_is_permanent(const dict_stack_t * pds, const ref * pdref) in dstack_dict_is_permanent() 103 ds_ptr pdref = pds->stack.p; in dstack_find_name_by_index() local 126 #define INCR_DEPTH(pdref)\ in dstack_find_name_by_index() argument
|
H A D | zcie.c | 52 const ref * pdref, const char *kstr, int count, in dict_ranges_param() 96 const ref *pdref, const char *kstr, in dict_range3_param() 105 const ref *pdref, const char *kstr, gs_matrix3 *pmat3) in dict_matrix3_param() 130 dict_proc3_param(const gs_memory_t *mem, const ref *pdref, const char *kstr, ref proc3[3]) in dict_proc3_param() 138 const ref * pdref, gs_cie_wb * pwb) in cie_points_param() 245 cie_lmnp_param(const gs_memory_t *mem, const ref * pdref, gs_cie_common * pcie, ref_cie_procs * pcp… in cie_lmnp_param() 261 cie_abc_param(const gs_memory_t *mem, const ref * pdref, gs_cie_abc * pcie, ref_cie_procs * pcprocs) in cie_abc_param()
|
H A D | idict.h | 66 #define dict_create(maxlen, pdref)\ argument 73 #define dict_access_ref(pdref) (&(pdref)->value.pdict->values) argument
|
H A D | zdict.c | 238 const ref *pdref = bot + rsenum.size; in zwhere() local
|
H A D | zcontext.c | 696 ref *pdref = ref_stack_index(dstack, i); in do_fork() local
|