Home
last modified time | relevance | path

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

123

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Didict.c88 dict_find(const ref * pdref, const ref * pkey, ref ** ppvalue) in dict_find() argument
91 int code = real_dict_find(pdref, pkey, ppvalue); in dict_find()
280 ref ** ppvalue /* result is stored here */ ) in dict_find() argument
350 packed_search_1(*ppvalue = packed_search_value_pointer, in dict_find()
353 packed_search_2(*ppvalue = packed_search_value_pointer, in dict_find()
363 *ppvalue = pdict->values.value.refs + (pslot - kbot); in dict_find()
370 *ppvalue = pdict->values.value.refs + (pslot - kbot); in dict_find()
382 *ppvalue = pdict->values.value.refs + (kp - kbot); in dict_find()
401 *ppvalue = pdict->values.value.refs + (kp - kbot); in dict_find()
408 *ppvalue = pdict->values.value.refs + in dict_find()
[all …]
H A Diutil2.c107 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password() argument
118 *ppvalue = pvalue; in dict_find_password()
H A Dzmedia2.c139 ref *ppvalue; in zmatchmedia() local
154 if (dict_find(ppol, &key, &ppvalue) > 0) { in zmatchmedia()
155 check_type_only(*ppvalue, t_integer); in zmatchmedia()
156 policy = ppvalue->value.intval; in zmatchmedia()
H A Didict.h94 int dict_find(P3(const ref * pdref, const ref * key, ref ** ppvalue));
100 int dict_find_string(P3(const ref * pdref, const char *kstr, ref ** ppvalue));
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Didict.c88 dict_find(const ref * pdref, const ref * pkey, ref ** ppvalue) in dict_find() argument
91 int code = real_dict_find(pdref, pkey, ppvalue); in dict_find()
280 ref ** ppvalue /* result is stored here */ ) in dict_find() argument
350 packed_search_1(*ppvalue = packed_search_value_pointer, in dict_find()
353 packed_search_2(*ppvalue = packed_search_value_pointer, in dict_find()
363 *ppvalue = pdict->values.value.refs + (pslot - kbot); in dict_find()
370 *ppvalue = pdict->values.value.refs + (pslot - kbot); in dict_find()
382 *ppvalue = pdict->values.value.refs + (kp - kbot); in dict_find()
401 *ppvalue = pdict->values.value.refs + (kp - kbot); in dict_find()
408 *ppvalue = pdict->values.value.refs + in dict_find()
[all …]
H A Diutil2.c107 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password() argument
118 *ppvalue = pvalue; in dict_find_password()
H A Dzmedia2.c139 ref *ppvalue; in zmatchmedia() local
154 if (dict_find(ppol, &key, &ppvalue) > 0) { in zmatchmedia()
155 check_type_only(*ppvalue, t_integer); in zmatchmedia()
156 policy = ppvalue->value.intval; in zmatchmedia()
H A Didict.h94 int dict_find(P3(const ref * pdref, const ref * key, ref ** ppvalue));
100 int dict_find_string(P3(const ref * pdref, const char *kstr, ref ** ppvalue));
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Didict.c82 int real_dict_find(const ref * pdref, const ref * key, ref ** ppvalue);
84 dict_find(const ref * pdref, const ref * pkey, ref ** ppvalue) in dict_find() argument
87 int code = real_dict_find(pdref, pkey, ppvalue); in dict_find()
274 ref ** ppvalue /* result is stored here */ ) in dict_find() argument
346 # define found *ppvalue = packed_search_value_pointer; return 1 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()
405 *ppvalue = pdict->values.value.refs + in dict_find()
[all …]
H A Diutil2.c99 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password() argument
110 *ppvalue = pvalue; in dict_find_password()
H A Didict.h90 int dict_find(const ref * pdref, const ref * key, ref ** ppvalue);
96 int dict_find_string(const ref * pdref, const char *kstr, ref ** ppvalue);
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Didict.c86 int real_dict_find(const ref * pdref, const ref * key, ref ** ppvalue);
88 dict_find(const ref * pdref, const ref * pkey, ref ** ppvalue) in dict_find() argument
91 int code = real_dict_find(pdref, pkey, ppvalue); in dict_find()
278 ref ** ppvalue /* result is stored here */ ) in dict_find() argument
350 # define found *ppvalue = packed_search_value_pointer; return 1 in dict_find()
364 *ppvalue = pdict->values.value.refs + (pslot - kbot); in dict_find()
371 *ppvalue = pdict->values.value.refs + (pslot - kbot); in dict_find()
383 *ppvalue = pdict->values.value.refs + (kp - kbot); in dict_find()
409 *ppvalue = pdict->values.value.refs + in dict_find()
420 dict_find_string(const ref * pdref, const char *kstr, ref ** ppvalue) in dict_find_string() argument
[all …]
H A Diutil2.c101 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password() argument
112 *ppvalue = pvalue; in dict_find_password()
H A Didict.h92 int dict_find(const ref * pdref, const ref * key, ref ** ppvalue);
98 int dict_find_string(const ref * pdref, const char *kstr, ref ** ppvalue);
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Didict.c86 int real_dict_find(const ref * pdref, const ref * key, ref ** ppvalue);
88 dict_find(const ref * pdref, const ref * pkey, ref ** ppvalue) in dict_find() argument
91 int code = real_dict_find(pdref, pkey, ppvalue); in dict_find()
278 ref ** ppvalue /* result is stored here */ ) in dict_find() argument
350 # define found *ppvalue = packed_search_value_pointer; return 1 in dict_find()
364 *ppvalue = pdict->values.value.refs + (pslot - kbot); in dict_find()
371 *ppvalue = pdict->values.value.refs + (pslot - kbot); in dict_find()
383 *ppvalue = pdict->values.value.refs + (kp - kbot); in dict_find()
409 *ppvalue = pdict->values.value.refs + in dict_find()
420 dict_find_string(const ref * pdref, const char *kstr, ref ** ppvalue) in dict_find_string() argument
[all …]
H A Diutil2.c101 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password() argument
112 *ppvalue = pvalue; in dict_find_password()
H A Didict.h92 int dict_find(const ref * pdref, const ref * key, ref ** ppvalue);
98 int dict_find_string(const ref * pdref, const char *kstr, ref ** ppvalue);
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Didict.c82 int real_dict_find(const ref * pdref, const ref * key, ref ** ppvalue);
84 dict_find(const ref * pdref, const ref * pkey, ref ** ppvalue) in dict_find() argument
87 int code = real_dict_find(pdref, pkey, ppvalue); in dict_find()
274 ref ** ppvalue /* result is stored here */ ) in dict_find() argument
346 # define found *ppvalue = packed_search_value_pointer; return 1 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()
405 *ppvalue = pdict->values.value.refs + in dict_find()
[all …]
H A Diutil2.c99 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password() argument
110 *ppvalue = pvalue; in dict_find_password()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Didict.c86 int real_dict_find(const ref * pdref, const ref * key, ref ** ppvalue);
88 dict_find(const ref * pdref, const ref * pkey, ref ** ppvalue) in dict_find() argument
91 int code = real_dict_find(pdref, pkey, ppvalue); in dict_find()
278 ref ** ppvalue /* result is stored here */ ) in dict_find() argument
350 # define found *ppvalue = packed_search_value_pointer; return 1 in dict_find()
364 *ppvalue = pdict->values.value.refs + (pslot - kbot); in dict_find()
371 *ppvalue = pdict->values.value.refs + (pslot - kbot); in dict_find()
383 *ppvalue = pdict->values.value.refs + (kp - kbot); in dict_find()
409 *ppvalue = pdict->values.value.refs + in dict_find()
420 dict_find_string(const ref * pdref, const char *kstr, ref ** ppvalue) in dict_find_string() argument
[all …]
H A Diutil2.c101 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password() argument
112 *ppvalue = pvalue; in dict_find_password()
H A Didict.h89 int dict_find(const ref * pdref, const ref * key, ref ** ppvalue);
95 int dict_find_string(const ref * pdref, const char *kstr, ref ** ppvalue);
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Didict.c86 int real_dict_find(const ref * pdref, const ref * key, ref ** ppvalue);
88 dict_find(const ref * pdref, const ref * pkey, ref ** ppvalue) in dict_find() argument
91 int code = real_dict_find(pdref, pkey, ppvalue); in dict_find()
278 ref ** ppvalue /* result is stored here */ ) in dict_find() argument
350 # define found *ppvalue = packed_search_value_pointer; return 1 in dict_find()
364 *ppvalue = pdict->values.value.refs + (pslot - kbot); in dict_find()
371 *ppvalue = pdict->values.value.refs + (pslot - kbot); in dict_find()
383 *ppvalue = pdict->values.value.refs + (kp - kbot); in dict_find()
409 *ppvalue = pdict->values.value.refs + in dict_find()
420 dict_find_string(const ref * pdref, const char *kstr, ref ** ppvalue) in dict_find_string() argument
[all …]
H A Diutil2.c101 dict_find_password(ref ** ppvalue, const ref * pdref, const char *kstr) in dict_find_password() argument
112 *ppvalue = pvalue; in dict_find_password()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dthreads.h45 #define IRCJoinThread(thread,ppvalue) TDebug(JoinThread); pthread_join(thread, (void **)ppvalue) argument

123