Lines Matching defs:pdref

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()
553 dict_undef(ref * pdref, const ref * pkey, dict_stack_t *pds) in dict_undef()
633 dict_length(const ref * pdref /* t_dictionary */ ) in dict_length()
640 dict_maxlength(const ref * pdref /* t_dictionary */ ) in dict_maxlength()
647 dict_max_index(const ref * pdref /* t_dictionary */ ) in dict_max_index()
719 dict_resize(ref * pdref, uint new_size, dict_stack_t *pds) in dict_resize()
783 dict_grow(ref * pdref, dict_stack_t *pds) in dict_grow()
820 dict_first(const ref * pdref) in dict_first()
827 dict_next(const ref * pdref, int index, ref * eltp /* ref eltp[2] */ ) in dict_next()
851 dict_value_index(const ref * pdref, const ref * pvalue) in dict_value_index()
859 dict_index_entry(const ref * pdref, int index, ref * eltp /* ref eltp[2] */ ) in dict_index_entry()