Home
last modified time | relevance | path

Searched refs:DL_LOAD (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/Zend/
H A Dzend.h93 # define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_GROUP | RTLD_WORLD | RT… macro
95 # define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_DEEPBIND) macro
97 # define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL) macro
109 # define DL_LOAD(libname) LoadLibrary(libname) macro
H A Dzend_extensions.c34 handle = DL_LOAD(path); in zend_load_extension()
/PHP-5.5/ext/standard/
H A Ddl.c144 handle = DL_LOAD(libpath); in php_load_extension()

Completed in 17 milliseconds