Searched refs:dlhandle_data_type (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/dl/
H A Dhandle.c49 static const rb_data_type_t dlhandle_data_type = { variable
65 TypedData_Get_Struct(self, struct dl_handle, &dlhandle_data_type, dlhandle);
91 obj = TypedData_Make_Struct(rb_cDLHandle, struct dl_handle, &dlhandle_data_type, dlhandle);
177 TypedData_Get_Struct(self, struct dl_handle, &dlhandle_data_type, dlhandle);
202 TypedData_Get_Struct(self, struct dl_handle, &dlhandle_data_type, dlhandle);
217 TypedData_Get_Struct(self, struct dl_handle, &dlhandle_data_type, dlhandle);
233 TypedData_Get_Struct(self, struct dl_handle, &dlhandle_data_type, dlhandle);
249 TypedData_Get_Struct(self, struct dl_handle, &dlhandle_data_type, dlhandle);
268 TypedData_Get_Struct(self, struct dl_handle, &dlhandle_data_type, dlhandle);

Completed in 114 milliseconds