Searched refs:library (Results 1 - 4 of 4) sorted by relevance

/httpd/build/win32/
H A DfixBaseAddrs.pl67 if ($l =~ /Creating library (.*)\.lib/) {
/httpd/modules/session/
H A Dmod_session_crypto.c55 const char *library; member in struct:__anon312
410 if (conf->library) {
422 rv = apr_crypto_get_driver(&driver, conf->library, conf->params, &err, p);
426 "using existing configuration", conf->library);
431 "The crypto library '%s' could not be loaded: %s (%s: %d)", conf->library, err->msg, err->reason, err->rc);
436 "The crypto library '%s' could not be found",
437 conf->library);
442 "The crypto library '%s' could not be loaded",
443 conf->library);
[all...]
/httpd/build/
H A Dltlib.mk22 include $(top_srcdir)/build/library.mk
/httpd/server/mpm/netware/
H A Dmpm_netware.c86 #include <library.h>

Completed in 557 milliseconds