Lines Matching defs:version
43 int version;
261 * issues with a module using a different version of a system
325 /* Check the version of the API is the same */
326 cd->version = cd->dlz_version(&cd->flags);
327 if (cd->version < (DLZ_DLOPEN_VERSION - DLZ_DLOPEN_AGE) ||
328 cd->version > DLZ_DLOPEN_VERSION)
331 "dlz_dlopen: %s: incorrect driver API version %d, "
333 cd->dl_path, cd->version, DLZ_DLOPEN_VERSION);
340 * extended version of dlz create, with the addition of
508 void *driverarg, void *dbdata, void *version)
519 result = cd->dlz_addrdataset(name, rdatastr, cd->dbdata, version);
530 void *driverarg, void *dbdata, void *version)
541 result = cd->dlz_subrdataset(name, rdatastr, cd->dbdata, version);
552 void *driverarg, void *dbdata, void *version)
563 result = cd->dlz_delrdataset(name, type, cd->dbdata, version);