libname           141 Zend/zend_portability.h #  define DL_LOAD(libname)			dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_GROUP | RTLD_WORLD | RTLD_PARENT)
libname           143 Zend/zend_portability.h #  define DL_LOAD(libname)			dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_DEEPBIND)
libname           145 Zend/zend_portability.h #  define DL_LOAD(libname)			dlopen(libname, RTLD_LAZY | RTLD_GLOBAL)
libname           157 Zend/zend_portability.h # define DL_LOAD(libname)			LoadLibrary(libname)
libname            98 ext/com_dotnet/com_typeinfo.c 			char *libname;
libname           107 ext/com_dotnet/com_typeinfo.c 				libname = emalloc(strlen(search_string) + 1);
libname           120 ext/com_dotnet/com_typeinfo.c 								if (ERROR_SUCCESS == RegQueryValue(hsubkey, version, libname, &libnamelen)) {
libname           121 ext/com_dotnet/com_typeinfo.c 									if (0 == stricmp(libname, search_string)) {
libname           145 ext/com_dotnet/com_typeinfo.c 				efree(libname);