Lines Matching defs:handle1
67 void* handle1 = dlopen_ns(&dlns1, dllName, RTLD_NOW);
68 if(!handle1)
75 if (handle1 != handle2)
78 if(dlclose(handle1))
96 void* handle1 = dlopen_ns(&dlns1, dllName, RTLD_NOW);
97 if(!handle1)
104 if (handle1 == handle2)
107 if(dlclose(handle1))
126 void* handle1 = dlopen_ns(&dlns1, dllName, RTLD_NOW);
127 if(!handle1)
134 if (handle1 != handle2)
137 if(dlclose(handle1))
188 void* handle1 = dlopen_ns(&inherit_A, dllName, RTLD_LAZY);
189 if(handle1){
191 dlclose(handle1);