Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_portability.h145 # define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_GROUP | RTLD_WORLD | RT… argument
147 # define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_DEEPBIND) argument
149 # define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL) argument
161 # define DL_LOAD(libname) LoadLibrary(libname) argument
/PHP-7.3/ext/com_dotnet/
H A Dcom_typeinfo.c96 char *libname; in php_com_load_typelib() local

Completed in 12 milliseconds