|
Apache HTTPD
|
#include "httpd.h"Go to the source code of this file.
Classes | |
| struct | authz_dbd_LINK_client_login_t |
Macros | |
| #define | AUTHZ_DBD_DECLARE(type) type |
| #define | AUTHZ_DBD_DECLARE_NONSTD(type) type |
| #define | AUTHZ_DBD_DECLARE_DATA |
Typedefs | |
| typedef int | authz_dbd_HOOK_client_login_t(request_rec *r, int code, const char *action) |
| typedef struct authz_dbd_LINK_client_login_t | authz_dbd_LINK_client_login_t |
Functions | |
| void | authz_dbd_hook_client_login (authz_dbd_HOOK_client_login_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| int | authz_dbd_run_client_login (request_rec *r, int code, const char *action) |
| apr_array_header_t * | authz_dbd_hook_get_client_login (void) |
Definition at line 25 of file mod_authz_dbd.h.
| #define AUTHZ_DBD_DECLARE_DATA |
Definition at line 27 of file mod_authz_dbd.h.
Definition at line 26 of file mod_authz_dbd.h.
Definition at line 43 of file mod_authz_dbd.h.
| void authz_dbd_hook_client_login | ( | authz_dbd_HOOK_client_login_t * | pf, |
| const char *const * | aszPre, | ||
| const char *const * | aszSucc, | ||
| int | nOrder | ||
| ) |
| apr_array_header_t * authz_dbd_hook_get_client_login | ( | void | ) |
| int authz_dbd_run_client_login | ( | request_rec * | r, |
| int | code, | ||
| const char * | action | ||
| ) |
< Module has handled this stage.
< Module has handled this stage.
< Module declines to handle
< Module has handled this stage.
Definition at line 44 of file mod_authz_dbd.c.