HomeSort by relevance Sort by last modified time
    Searched full:dlib (Results 1 - 1 of 1) sorted by null

  /external/clearsilver/mod_ecs/
mod_ecs.c 344 ap_os_dso_handle_t dlib; member in struct:__anon1457
349 ap_os_dso_handle_t dlib; member in struct:__anon1458
425 entry->dlib = dlhandle;
461 if (entry->dlib == dlhandle)
483 entry->dlib = dlhandle;
566 handler->dlib = my_handler.dlib;
588 slib_cleanup(handler->dlib);
590 while ((x < 100) && (dlclose(handler->dlib) != -1)) x++;

Completed in 15 milliseconds