HomeSort by: relevance | last modified time | path
    Searched defs:dl_path (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/bin/named/
dlz_dlopen_driver.c 37 char *dl_path; member in struct:dlopen_data
196 cd->dl_path, symbol, errmsg);
232 .dl_path = isc_mem_strdup(mctx, argv[1]),
239 r = uv_dlopen(cd->dl_path, &cd->dl_handle);
247 cd->dl_path, errmsg);
301 cd->dl_path, cd->version, DLZ_DLOPEN_VERSION);
352 isc_mem_free(cd->mctx, cd->dl_path);
dlz_dlopen_driver.c 37 char *dl_path; member in struct:dlopen_data
196 cd->dl_path, symbol, errmsg);
232 .dl_path = isc_mem_strdup(mctx, argv[1]),
239 r = uv_dlopen(cd->dl_path, &cd->dl_handle);
247 cd->dl_path, errmsg);
301 cd->dl_path, cd->version, DLZ_DLOPEN_VERSION);
352 isc_mem_free(cd->mctx, cd->dl_path);

Completed in 203 milliseconds