Home
last modified time | relevance | path

Searched refs:trg_type (Results 1 – 18 of 18) sorted by relevance

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dcastwidget.cpp61 PgSqlType src_type, trg_type; in setAttributes() local
69 trg_type=cast->getDataType(Cast::DstType); in setAttributes()
79 trg_datatype->setAttributes(trg_type,model); in setAttributes()
/dports/science/hdf5-18/hdf5-1.8.21/tools/lib/
H A Dh5tools_utils.c661 link_info->trg_type = H5O_TYPE_UNKNOWN; in H5tools_get_symlink_info()
665 link_info->trg_type = H5O_TYPE_GROUP; in H5tools_get_symlink_info()
747 link_info->trg_type = trg_oinfo.type; in H5tools_get_symlink_info()
752 link_info->trg_type = H5O_TYPE_UNKNOWN; in H5tools_get_symlink_info()
H A Dh5tools_utils.h159 H5O_type_t trg_type; /* OUT: target type */ member
H A Dh5diff.c769 obj1type = (h5trav_type_t)trg_linfo1.trg_type; in h5diff()
775 info1_lp->paths[idx].type = (h5trav_type_t)trg_linfo1.trg_type; in h5diff()
810 obj2type = (h5trav_type_t)trg_linfo2.trg_type; in h5diff()
815 info2_lp->paths[idx].type = (h5trav_type_t)trg_linfo2.trg_type; in h5diff()
1454 argdata->type[0] = (h5trav_type_t)linkinfo1.trg_type; in diff()
1457 argdata->type[1] = (h5trav_type_t)linkinfo2.trg_type; in diff()
/dports/net/libyang/libyang-1.0.240/src/
H A Dresolve.h86 uint8_t *trg_type; member
194 int resolve_unique(struct lys_node *parent, const char *uniq_str_path, uint8_t *trg_type);
H A Dresolve.c3731 resolve_unique(struct lys_node *parent, const char *uniq_str_path, uint8_t *trg_type) in resolve_unique() argument
3767 if (*trg_type) { in resolve_unique()
3768 …if (((*trg_type == 1) && (leaf->flags & LYS_CONFIG_R)) || ((*trg_type == 2) && (leaf->flags & LYS_… in resolve_unique()
3772 … uniq_str_path, *trg_type == 1 ? "false" : "true", *trg_type == 1 ? "true" : "false"); in resolve_unique()
3778 *trg_type = 1; in resolve_unique()
3780 *trg_type = 2; in resolve_unique()
7184 rc = resolve_unique(unique_info->list, unique_info->expr, unique_info->trg_type); in resolve_unres_schema_item()
H A Dtree_schema.h2023 …uint8_t trg_type; /**< config of the targets: 0 - not specified; 1 - config true; 2… member
H A Dparser_yang.c557 unique_info->trg_type = &unique->trg_type; in yang_fill_unique()
562 if (resolve_unique((struct lys_node *)list, unique->expr[i], &unique->trg_type)) { in yang_fill_unique()
H A Dtree_schema.c3445 unique_info->trg_type = &list->unique[i].trg_type; in lys_node_dup_recursion()
H A Dparser_yin.c1988 unique_info->trg_type = &unique->trg_type; in fill_yin_unique()
1993 if (resolve_unique(parent, unique->expr[i], &unique->trg_type)) { in fill_yin_unique()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimd.c101 unsigned int trg_type; member
437 u32 trg_type = ctx->driver_data->trg_type; in fimd_setup_trigger() local
442 if (trg_type == I80_HW_TRG) { in fimd_setup_trigger()
975 u32 trg_type = ctx->driver_data->trg_type; in fimd_te_handler() local
981 if (trg_type == I80_HW_TRG) in fimd_te_handler()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimd.c101 unsigned int trg_type; member
437 u32 trg_type = ctx->driver_data->trg_type; in fimd_setup_trigger() local
442 if (trg_type == I80_HW_TRG) { in fimd_setup_trigger()
975 u32 trg_type = ctx->driver_data->trg_type; in fimd_te_handler() local
981 if (trg_type == I80_HW_TRG) in fimd_te_handler()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimd.c101 unsigned int trg_type; member
437 u32 trg_type = ctx->driver_data->trg_type; in fimd_setup_trigger() local
442 if (trg_type == I80_HW_TRG) { in fimd_setup_trigger()
975 u32 trg_type = ctx->driver_data->trg_type; in fimd_te_handler() local
981 if (trg_type == I80_HW_TRG) in fimd_te_handler()
/dports/science/hdf5/hdf5-1.10.6/tools/lib/
H A Dh5tools_utils.c901 link_info->trg_type = H5O_TYPE_UNKNOWN; in H5tools_get_symlink_info()
905 link_info->trg_type = H5O_TYPE_GROUP; in H5tools_get_symlink_info()
987 link_info->trg_type = trg_oinfo.type; in H5tools_get_symlink_info()
992 link_info->trg_type = H5O_TYPE_UNKNOWN; in H5tools_get_symlink_info()
H A Dh5tools_utils.h164 H5O_type_t trg_type; /* OUT: target type */ member
H A Dh5diff.c773 obj1type = (h5trav_type_t)trg_linfo1.trg_type; in h5diff()
779 info1_lp->paths[idx].type = (h5trav_type_t)trg_linfo1.trg_type; in h5diff()
814 obj2type = (h5trav_type_t)trg_linfo2.trg_type; in h5diff()
819 info2_lp->paths[idx].type = (h5trav_type_t)trg_linfo2.trg_type; in h5diff()
1457 argdata->type[0] = (h5trav_type_t)linkinfo1.trg_type; in diff()
1460 argdata->type[1] = (h5trav_type_t)linkinfo2.trg_type; in diff()
/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DTree_Schema.hpp1354 uint8_t trg_type() {return unique->trg_type;}; in trg_type() function in libyang::Unique
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump4968 'name' => 'trg_type',