Home
last modified time | relevance | path

Searched defs:libname (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_portability.h147 # define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_GROUP | RTLD_WORLD | RT… argument
149 # define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_DEEPBIND) argument
151 # define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL) argument
163 # define DL_LOAD(libname) LoadLibrary(libname) argument
/PHP-7.2/ext/com_dotnet/
H A Dcom_typeinfo.c98 char *libname; in php_com_load_typelib() local

Completed in 9 milliseconds