Home | History | Annotate | Download | only in bwindow

Lines Matching refs:dll_handle

635 		if (_this->gl_config.dll_handle == NULL) {
641 _this->gl_config.dll_handle = (void*)cookie;
653 if (_this->gl_config.dll_handle == NULL) {
658 /*if (_this->gl_config.dll_handle != NULL) {*/
661 if (get_image_info((image_id)_this->gl_config.dll_handle, &info) == B_OK) {
663 unload_add_on((image_id)_this->gl_config.dll_handle);
669 if ((_this->gl_config.dll_handle = (void*)load_add_on(path)) != (void*)B_ERROR) {
675 if (_this->gl_config.dll_handle != NULL) {
678 _this->gl_config.dll_handle = NULL;
687 if (_this->gl_config.dll_handle != NULL) {
690 if ((err = get_image_symbol((image_id)_this->gl_config.dll_handle, proc, B_SYMBOL_TYPE_ANY, &location)) == B_OK) {
822 if (_this->gl_config.dll_handle != NULL)
823 unload_add_on((image_id)_this->gl_config.dll_handle);