Searched refs:module (Results 1 - 25 of 150) sorted by relevance

123456

/httpd/os/win32/
H A Dmodules.c18 * Only insert an entry for a module if it must be compiled into
25 extern module core_module;
26 extern module win32_module;
27 extern module mpm_winnt_module;
28 extern module http_module;
29 extern module so_module;
31 AP_DECLARE_DATA module *ap_prelinked_modules[] = {
49 AP_DECLARE_DATA module *ap_preloaded_modules[] = {
/httpd/os/netware/
H A Dmodules.c18 * Only insert an entry for a module if it must be compiled into
26 extern module core_module;
27 extern module mpm_netware_module;
28 extern module http_module;
29 extern module so_module;
30 extern module mime_module;
31 extern module authn_core_module;
32 extern module authz_core_module;
33 extern module authz_host_module;
34 extern module negotiation_modul
[all...]
/httpd/modules/core/
H A Dmod_so.h33 APR_DECLARE_OPTIONAL_FN(module *, ap_find_loaded_module_symbol,
H A Dmod_so.c18 * This module is used to load Apache modules at runtime. This means that the
23 * To use, you'll first need to build your module as a shared library, then
25 * module at start-up.
27 * The easiest way to build a module as a shared library is to use the
30 * example, to build the status module as a shared library edit Configuration
41 * To use the shared module, move the .so file(s) into an appropriate
49 * The first argument is the module's structure name (look at the end of the
50 * module source to find this). The second option is the path to the module
55 * error_log to confirm that the module(
[all...]
/httpd/include/
H A Dapreq_module.h37 * An apreq handle associated with a module. The structure
38 * may have variable size, because the module may append its own data
42 /** the apreq module which implements this handle */
43 const struct apreq_module_t *module; member in struct:apreq_handle_t
52 * @brief Vtable describing the necessary module functions.
57 /** name of this apreq module */
59 /** magic number identifying the module and version */
102 * Defines the module-specific status codes which
132 * @return APR_SUCCESS or a module-specific error status code.
137 return req->module
[all...]
H A Dmod_request.h42 extern module AP_MODULE_DECLARE_DATA request_module;
H A Dhttp_config.h339 typedef struct module_struct module; typedef in typeref:struct:module_struct
341 /** API version, *not* module version; check that module is
346 * during module init */
351 /** The name of the module's C file */
356 /** A pointer to the next module in the list
361 /** Magic Cookie to identify a module structure; It's mainly
402 /** A command_rec table that describes all of the directives this module
416 * The APLOG_USE_MODULE macro is used choose which module a file belongs to.
417 * This is necessary to allow per-module logleve
[all...]
/httpd/docs/manual/style/css/
H A Dmanual-loose-100pc.css37 div#quickview code.module a:hover,
38 div#quickview code.module a:active {
102 #module-index div#quickview ul#toc,
112 #module-index div#quickview ul#toc li,
H A Dmanual.css104 /* code.module [links] */
106 code.module,
107 code.module a:link {
112 code.module a:visited {
117 code.module a:hover,
118 code.module a:active {
124 tr.odd code.module a:hover,
125 tr.odd code.module a:active,
126 tr.header code.module a:hover,
127 tr.header code.module
[all...]
H A Dmanual-print.css91 /* code.module [links] */
93 code.module,
94 code.module a:link,
95 code.module a:visited,
96 code.module a:hover,
97 code.module a:active {
296 table.module th,
355 * <code class="module">
485 #module-index div#quickview ul#toc,
492 #module
[all...]
/httpd/docs/log-message-tags/
H A Dmacros.h23 #define AP_DECLARE_MODULE(foo) module foo##_module
/httpd/modules/lua/test/
H A Dhelpers.lua0 module("helpers", package.seeall)
/httpd/modules/apreq/
H A Dapreq_private_apache2.h1 extern module AP_MODULE_DECLARE_DATA apreq_module;
/httpd/modules/dav/fs/
H A Dmod_dav_fs.c31 extern module AP_MODULE_DECLARE_DATA dav_fs_module;
/httpd/modules/dav/lock/
H A Dmod_dav_lock.c32 extern module AP_MODULE_DECLARE_DATA dav_lock_module;
/httpd/server/mpm/winnt/
H A Dmpm_winnt.h71 extern module AP_MODULE_DECLARE_DATA mpm_winnt_module;
/httpd/server/
H A Dutil_debug.c101 const module *m);
105 const module *m)
196 * Generic accessors for other modules to set at their own module-specific
200 * @param m The module to set the data for.
201 * @param val The module-specific data to set
202 * @fn void ap_set_module_config(ap_conf_vector_t *cv, const module *m, void *val)
206 AP_DECLARE(void) ap_set_module_config(ap_conf_vector_t *cv, const module *m,
210 AP_DECLARE(void) ap_set_module_config(ap_conf_vector_t *cv, const module *m,
H A Dconfig.c228 AP_DECLARE_DATA module *ap_top_module = NULL;
229 AP_DECLARE_DATA module **ap_loaded_modules=NULL;
233 /* a list of the module symbol names with the trailing "_module"removed */
243 * the module->next linked list because of better memory locality (resulting
256 * module in question... the core doesn't (and can't) know. However, there
273 module *modp;
314 module *modp;
333 module *modp;
444 /* If a module is deliberately returning something else
470 * added by a module an
[all...]
/httpd/modules/generators/
H A Dmod_info.c27 * GET /server-info?module_name - Returns configuration for a single module
71 const char *name; /* matching module name */
80 module AP_MODULE_DECLARE_DATA info_module;
358 static int module_find_hook(module * modp, hook_get_t hook_get)
380 module * modp,
392 static void module_request_hook_participate(request_rec * r, module * modp)
752 const module * const *a = a_;
753 const module * const *b = b_;
759 apr_array_header_t *arr = apr_array_make(p, 64, sizeof(module *));
760 module *mod
[all...]
H A Dmod_suexec.c27 module AP_MODULE_DECLARE_DATA suexec_module;
30 * Create a configuration specific to this module for a server or directory
112 * Define the directives specific to this module. This structure is referenced
113 * later by the 'module' structure.
/httpd/modules/lua/test/htdocs/
H A Dother.lua16 module("other")
/httpd/modules/lua/test/lib/
H A Dkangaroo.lua15 module("kangaroo")
/httpd/support/
H A Ddbmmanage.in18 #for more functionality see the HTTPD::UserAdmin module:
19 # http://www.perl.com/CPAN/modules/by-module/HTTPD/HTTPD-Tools-x.xx.tar.gz
54 dbmmanage SHA1 passwords require the interface or the module Digest::SHA1
57 http://www.cpan.org/modules/by-module/Digest/Digest-MD5-2.12.tar.gz
69 dbmmanage MD5 passwords require the module Crypt::PasswdMD5 available from CPAN
71 http://www.cpan.org/modules/by-module/Crypt/Crypt-PasswdMD5-1.1.tar.gz
/httpd/modules/aaa/
H A Dmod_authz_user.c46 module AP_MODULE_DECLARE_DATA authz_user_module;
/httpd/modules/proxy/examples/
H A Dmod_lbmethod_rr.c17 /* Round Robin lbmethod EXAMPLE module for Apache proxy */
34 module AP_MODULE_DECLARE_DATA proxy_balancer_rr_module;

Completed in 45 milliseconds

123456