Home
last modified time | relevance | path

Searched refs:type_conf (Results 1 – 12 of 12) sorted by relevance

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/pgsqltypes/
H A Dpgsqltype.cpp467 (type_conf==UserTypeConfig::DomainType || in addUserType()
468 type_conf==UserTypeConfig::SequenceType || in addUserType()
469 type_conf==UserTypeConfig::TableType || in addUserType()
470 type_conf==UserTypeConfig::ViewType || in addUserType()
471 type_conf==UserTypeConfig::ExtensionType || in addUserType()
472 type_conf==UserTypeConfig::ForeignTableType || in addUserType()
473 type_conf==UserTypeConfig::BaseType) && in addUserType()
481 cfg.type_conf=type_conf; in addUserType()
622 ((inc_usr_types & user_types[idx].type_conf) == user_types[idx].type_conf)) in getUserTypes()
638 ((inc_usr_types & user_types[idx].type_conf) == user_types[idx].type_conf)) in getUserTypes()
[all …]
H A Dusertypeconfig.h46 unsigned type_conf; variable
71 type_conf=BaseType; in UserTypeConfig()
H A Dpgsqltype.h67 static void addUserType(const QString &type_name, void *ptype, void *pmodel, unsigned type_conf);
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/rawmidi/
H A Drawmidi.c167 snd_config_t *conf, *type_conf = NULL; in snd_rawmidi_open_conf() local
199 err = snd_config_search_definition(rawmidi_root, "rawmidi_type", str, &type_conf); in snd_rawmidi_open_conf()
201 if (snd_config_get_type(type_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_rawmidi_open_conf()
206 snd_config_for_each(i, next, type_conf) { in snd_rawmidi_open_conf()
247 if (type_conf) in snd_rawmidi_open_conf()
248 snd_config_delete(type_conf); in snd_rawmidi_open_conf()
269 if (type_conf) in snd_rawmidi_open_conf()
270 snd_config_delete(type_conf); in snd_rawmidi_open_conf()
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/timer/
H A Dtimer_query.c38 snd_config_t *conf, *type_conf = NULL; in snd_timer_query_open_conf() local
69 err = snd_config_search_definition(timer_root, "timer_query_type", str, &type_conf); in snd_timer_query_open_conf()
71 if (snd_config_get_type(type_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_timer_query_open_conf()
76 snd_config_for_each(i, next, type_conf) { in snd_timer_query_open_conf()
124 if (type_conf) in snd_timer_query_open_conf()
125 snd_config_delete(type_conf); in snd_timer_query_open_conf()
H A Dtimer.c81 snd_config_t *conf, *type_conf = NULL; in snd_timer_open_conf() local
112 err = snd_config_search_definition(timer_root, "timer_type", str, &type_conf); in snd_timer_open_conf()
114 if (snd_config_get_type(type_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_timer_open_conf()
118 snd_config_for_each(i, next, type_conf) { in snd_timer_open_conf()
166 if (type_conf) in snd_timer_open_conf()
167 snd_config_delete(type_conf); in snd_timer_open_conf()
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/hwdep/
H A Dhwdep.c46 snd_config_t *conf, *type_conf = NULL; in snd_hwdep_open_conf() local
77 err = snd_config_search_definition(hwdep_root, "hwdep_type", str, &type_conf); in snd_hwdep_open_conf()
79 if (snd_config_get_type(type_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_hwdep_open_conf()
84 snd_config_for_each(i, next, type_conf) { in snd_hwdep_open_conf()
132 if (type_conf) in snd_hwdep_open_conf()
133 snd_config_delete(type_conf); in snd_hwdep_open_conf()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dtypewidget.cpp206 unsigned type_conf, i, count; in setAttributes() local
221 type_conf=type->getConfiguration(); in setAttributes()
223 if(type_conf==Type::CompositeType) in setAttributes()
238 else if(type_conf==Type::EnumerationType) in setAttributes()
253 else if(type_conf==Type::RangeType) in setAttributes()
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/pcm/
H A Dpcm_meter.c612 snd_config_t *c, *type_conf = NULL; in snd_pcm_meter_add_scope_conf() local
639 err = snd_config_search_definition(root, "pcm_scope_type", str, &type_conf); in snd_pcm_meter_add_scope_conf()
641 snd_config_for_each(i, next, type_conf) { in snd_pcm_meter_add_scope_conf()
685 if (type_conf) in snd_pcm_meter_add_scope_conf()
686 snd_config_delete(type_conf); in snd_pcm_meter_add_scope_conf()
H A Dpcm.c2489 snd_config_t *conf, *type_conf = NULL, *tmp; in snd_pcm_open_conf() local
2524 err = snd_config_search_definition(pcm_root, "pcm_type", str, &type_conf); in snd_pcm_open_conf()
2526 if (snd_config_get_type(type_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_pcm_open_conf()
2531 snd_config_for_each(i, next, type_conf) { in snd_pcm_open_conf()
2625 if (type_conf) in snd_pcm_open_conf()
2626 snd_config_delete(type_conf); in snd_pcm_open_conf()
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/seq/
H A Dseq.c828 snd_config_t *conf, *type_conf = NULL; in snd_seq_open_conf() local
861 err = snd_config_search_definition(seq_root, "seq_type", str, &type_conf); in snd_seq_open_conf()
863 if (snd_config_get_type(type_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_seq_open_conf()
867 snd_config_for_each(i, next, type_conf) { in snd_seq_open_conf()
915 if (type_conf) in snd_seq_open_conf()
916 snd_config_delete(type_conf); in snd_seq_open_conf()
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/control/
H A Dcontrol.c1258 snd_config_t *conf, *type_conf = NULL; in snd_ctl_open_conf() local
1288 err = snd_config_search_definition(ctl_root, "ctl_type", str, &type_conf); in snd_ctl_open_conf()
1290 if (snd_config_get_type(type_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_ctl_open_conf()
1295 snd_config_for_each(i, next, type_conf) { in snd_ctl_open_conf()
1366 if (type_conf) in snd_ctl_open_conf()
1367 snd_config_delete(type_conf); in snd_ctl_open_conf()