Apache HTTPD
Classes | Macros | Typedefs | Functions
mod_authz_dbd.h File Reference
#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_tauthz_dbd_hook_get_client_login (void)
 

Macro Definition Documentation

◆ AUTHZ_DBD_DECLARE

#define AUTHZ_DBD_DECLARE (   type)    type

Definition at line 25 of file mod_authz_dbd.h.

◆ AUTHZ_DBD_DECLARE_DATA

#define AUTHZ_DBD_DECLARE_DATA

Definition at line 27 of file mod_authz_dbd.h.

◆ AUTHZ_DBD_DECLARE_NONSTD

#define AUTHZ_DBD_DECLARE_NONSTD (   type)    type

Definition at line 26 of file mod_authz_dbd.h.

Typedef Documentation

◆ authz_dbd_HOOK_client_login_t

typedef int authz_dbd_HOOK_client_login_t(request_rec *r, int code, const char *action)

Definition at line 43 of file mod_authz_dbd.h.

◆ authz_dbd_LINK_client_login_t

Function Documentation

◆ authz_dbd_hook_client_login()

void authz_dbd_hook_client_login ( authz_dbd_HOOK_client_login_t pf,
const char *const aszPre,
const char *const aszSucc,
int  nOrder 
)

◆ authz_dbd_hook_get_client_login()

apr_array_header_t * authz_dbd_hook_get_client_login ( void  )

◆ authz_dbd_run_client_login()

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.