Searched refs:library (Results 1 - 4 of 4) sorted by relevance
/httpd/build/win32/ |
H A D | fixBaseAddrs.pl | 67 if ($l =~ /Creating library (.*)\.lib/) {
|
/httpd/modules/session/ |
H A D | mod_session_crypto.c | 55 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 D | ltlib.mk | 22 include $(top_srcdir)/build/library.mk
|
/httpd/server/mpm/netware/ |
H A D | mpm_netware.c | 86 #include <library.h>
|
Completed in 15 milliseconds