Home
last modified time | relevance | path

Searched refs:ngx_dlsym (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_dlopen.h19 #define ngx_dlsym(handle, symbol) dlsym(handle, symbol) macro
/f-stack/app/nginx-1.16.1/src/core/
H A Dnginx.c1562 modules = ngx_dlsym(handle, "ngx_modules"); in ngx_load_module()
1570 names = ngx_dlsym(handle, "ngx_module_names"); in ngx_load_module()
1578 order = ngx_dlsym(handle, "ngx_module_order"); in ngx_load_module()