Home
last modified time | relevance | path

Searched refs:ppvalue (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Didict.c81 int real_dict_find(const ref * pdref, const ref * key, ref ** ppvalue);
83 dict_find(const ref * pdref, const ref * pkey, ref ** ppvalue) in dict_find() argument
86 int code = real_dict_find(pdref, pkey, ppvalue); in dict_find()
275 ref ** ppvalue /* result is stored here */ ) in dict_find() argument
347 packed_search_1(*ppvalue = packed_search_value_pointer, in dict_find()
350 packed_search_2(*ppvalue = packed_search_value_pointer, in dict_find()
360 *ppvalue = pdict->values.value.refs + (pslot - kbot); in dict_find()
367 *ppvalue = pdict->values.value.refs + (pslot - kbot); in dict_find()
379 *ppvalue = pdict->values.value.refs + (kp - kbot); in dict_find()
398 *ppvalue = pdict->values.value.refs + (kp - kbot); in dict_find()
[all …]
H A Diutil2.c105 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password() argument
116 *ppvalue = pvalue; in dict_find_password()
H A Didict.h93 int dict_find(const ref * pdref, const ref * key, ref ** ppvalue);
99 int dict_find_string(const ref * pdref, const char *kstr, ref ** ppvalue);
H A Dzmedia2.c138 ref *ppvalue; in zmatchmedia() local
153 if (dict_find(ppol, &key, &ppvalue) > 0) { in zmatchmedia()
154 check_type_only(*ppvalue, t_integer); in zmatchmedia()
155 policy = ppvalue->value.intval; in zmatchmedia()
H A Dgdevpdfo.c680 const cos_value_t **ppvalue) in cos_array_element_next() argument
683 *ppvalue = &pca->value; in cos_array_element_next()