Home
last modified time | relevance | path

Searched refs:DBGetVarType (Results 1 – 11 of 11) sorted by relevance

/dports/science/silo/silo-4.10.2-bsd/tools/silex/
H A DSiloFile.cpp256 return DBGetVarType(db, (const char*)name.toAscii()); in GetVarType()
/dports/science/silo/silo-4.10.2-bsd/tests/
H A Dlisttypes.c295 comptype = DBGetVarType(dbfile, objname); in PrintObjectComponentsType()
/dports/science/silo/silo-4.10.2-bsd/tools/silock/
H A Dsilock.c252 int dbType = DBGetVarType(siloFile, varName); in scanSiloDir()
/dports/science/silo/silo-4.10.2-bsd/src/silo/
H A Dsilo_ns.c495 if (DBGetVarType(dbfile, arrnm) == DB_CHAR) in DBMakeNamescheme()
H A Dsilo_json.c1641 int dtype = DBGetVarType(dbfile, tmp); in DBGetJsonObject()
1663 int dtype = DBGetVarType(dbfile, cat_comp_name); in DBGetJsonObject()
H A Dsilo.c2449 if (DB_CHAR != DBGetVarType(dbfile, "_filters")) { in db_filter_install()
7287 DBGetVarType(DBfile *dbfile, const char *name) in DBGetVarType() function
H A Dsilo.h.in1992 SILO_API extern int DBGetVarType(DBfile *, char const *);
/dports/science/silo/silo-4.10.2-bsd/src/netcdf/
H A Dsilo_netcdf.c731 mm->datatype = DBGetVarType(_dbfile, tmpstr); in db_cdf_GetMatspecies()
1205 if ((qv->datatype = DBGetVarType(_dbfile, tmpstr)) < 0) { in db_cdf_GetQuadvar()
/dports/science/silo/silo-4.10.2-bsd/tools/python/
H A Dpydbfile.cpp152 int type = DBGetVarType(db,str); in DBfile_DBGetVar()
/dports/science/silo/silo-4.10.2-bsd/tools/browser/
H A Dfile.c2159 datatype = DBGetVarType(dbfile, name); in browser_DBSaveVar()
2624 datatype = DBGetVarType(file, base); in file_deref()
/dports/science/silo/silo-4.10.2-bsd/src/filters/
H A Df_ale3d.c1986 if (DB_FLOAT != (type = DBGetVarType(dbfile, s_data[i])) && in f_ale3d_GetUcdvar()