Home
last modified time | relevance | path

Searched refs:fixed_prop (Results 1 – 10 of 10) sorted by relevance

/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dcapabilities.c501 GHashTable *fixed_prop; in supports_call_full() local
509 &fixed_prop, in supports_call_full()
512 chan_type = tp_asv_get_string (fixed_prop, TP_PROP_CHANNEL_CHANNEL_TYPE); in supports_call_full()
516 handle_type = tp_asv_get_uint32 (fixed_prop, in supports_call_full()
524 if (tp_asv_get_boolean (fixed_prop, in supports_call_full()
539 if (tp_asv_get_boolean (fixed_prop, in supports_call_full()
552 if (g_hash_table_size (fixed_prop) == nb_fixed_props) in supports_call_full()
/dports/devel/allegro/allegro-4.4.3.1/tools/
H A Ddatedit.c211 static int save_binary(DATAFILE *dat, AL_CONST int *fixed_prop, int pack, int pack_kids, int strip,… in save_binary() argument
376 static int should_save_prop(int type, AL_CONST int *fixed_prop, int strip) in should_save_prop() argument
381 if (fixed_prop) { in should_save_prop()
382 while (*fixed_prop) { in should_save_prop()
383 if (type == *fixed_prop++) in should_save_prop()
408 static int save_object(DATAFILE *dat, AL_CONST int *fixed_prop, int pack, int pack_kids, in save_object() argument
422 if (should_save_prop(prop->type, fixed_prop, strip)) { in save_object()
460 …ret = save((DATAFILE *)dat->dat, fixed_prop, pack, pack_kids, strip, sort, verbose, FALSE, fchunk); in save_object()
466 ret = save(dat, fixed_prop, (pack || pack_kids), FALSE, strip, sort, verbose, FALSE, fchunk); in save_object()
508 if (!save_object(dat+c, fixed_prop, pack, pack_kids, strip, sort, verbose, f)) in save_datafile()
[all …]
H A Ddatedit.h55 …int (*save)(DATAFILE *dat, AL_CONST int *fixed_prop, int pack, int pack_kids, int strip, int sort,…
149 int datedit_save_datafile(DATAFILE *dat, AL_CONST char *name, AL_CONST int *fixed_prop, AL_CONST DA…
/dports/devel/allegro/allegro-4.4.3.1/tools/plugins/
H A Ddatmidi.c112 static int save_midi(DATAFILE *dat, AL_CONST int *fixed_prop, int pack, int pack_kids, int strip, i… in save_midi() argument
H A Ddatsamp.c119 static int save_sample_in_datafile(DATAFILE *dat, AL_CONST int *fixed_prop, int pack, int pack_kids… in save_sample_in_datafile() argument
H A Ddatimage.c354 static int save_datafile_bitmap(DATAFILE *dat, AL_CONST int *fixed_prop, int pack, int pack_kids, i… in save_datafile_bitmap() argument
569 static int save_rle_sprite(DATAFILE *dat, AL_CONST int *fixed_prop, int pack, int pack_kids, int st… in save_rle_sprite() argument
H A Ddatfont.c682 static int save_font(DATAFILE *dat, AL_CONST int *fixed_prop, int pack, int pack_kids, int strip, i… in save_font() argument
/dports/devel/allegro/allegro-4.4.3.1/addons/jpgalleg/plugin/
H A Ddatjpeg.c413 static int save_datafile_jpeg(DATAFILE *dat, AL_CONST int *fixed_prop, int packed, int packkids, in… argument
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmapdef.h221 : key(_key), fix(_fix), fixed_prop(FPROP_NONE), fprops(flist) in fprop_spec()
230 feature_property_type fixed_prop; variable
H A Dmapdef.cc5796 if (fixed_prop != FPROP_NONE) in get_property()
5797 return fixed_prop; in get_property()
5805 fixed_prop = chosen; in get_property()