Lines Matching refs:handle
104 void *handle; in php_load_extension() local
144 handle = DL_LOAD(libpath); in php_load_extension()
145 if (!handle) { in php_load_extension()
163 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in php_load_extension()
170 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in php_load_extension()
174 …if (DL_FETCH_SYMBOL(handle, "zend_extension_entry") || DL_FETCH_SYMBOL(handle, "_zend_extension_en… in php_load_extension()
175 DL_UNLOAD(handle); in php_load_extension()
179 DL_UNLOAD(handle); in php_load_extension()
199 void *handle; in php_load_extension() member
225 DL_UNLOAD(handle); in php_load_extension()
235 DL_UNLOAD(handle); in php_load_extension()
240 module_entry->handle = handle; in php_load_extension()
243 DL_UNLOAD(handle); in php_load_extension()
248 DL_UNLOAD(handle); in php_load_extension()
255 DL_UNLOAD(handle); in php_load_extension()