arrow
dlsymdlopen0.9.0
1 / 1133 files match, 1 filtered matches.
cpp/src/arrow/io/hdfs-internal.cc
254 | static inline void* GetLibrarySymbol(void* handle, const char* symbol) {
255 | if (handle == NULL) return NULL;
256 | #ifndef _WIN32
257 | return dlsym(handle, symbol);
258 | #else
259 |