Searched defs:dl_path (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/named/unix/
H A Ddlz_dlopen_driver.c37 char *dl_path; member in struct:dlopen_data
199 "required symbol '%s'", cd->dl_path, symbol);
238 cd->dl_path = isc_mem_strdup(cd->mctx, argv[1]);
239 if (cd->dl_path == NULL) {
271 cd->dl_handle = dlopen(cd->dl_path, dlopen_flags);
275 cd->dl_path, dlerror());
333 cd->dl_path, cd->version, DLZ_DLOPEN_VERSION);
363 if (cd->dl_path != NULL)
364 isc_mem_free(mctx, cd->dl_path);
394 if (cd->dl_path)
[all...]
/bind-9.11.3/bin/named/win32/
H A Ddlz_dlopen_driver.c38 char *dl_path; member in struct:dlopen_data
200 "required symbol '%s'", cd->dl_path, symbol);
237 cd->dl_path = isc_mem_strdup(cd->mctx, argv[1]);
238 if (cd->dl_path == NULL) {
257 cd->dl_handle = LoadLibraryA(cd->dl_path);
263 cd->dl_path, error);
319 cd->dl_path, cd->version, DLZ_DLOPEN_VERSION);
351 if (cd->dl_path)
352 isc_mem_free(mctx, cd->dl_path);
381 if (cd->dl_path)
[all...]

Completed in 9 milliseconds