|
Apache HTTPD
|
Go to the source code of this file.
Functions | |
| static request_rec * | ap_lua_check_request_rec (lua_State *L, int index) |
| static lua_db_handle * | lua_get_db_handle (lua_State *L) |
| static lua_db_result_set * | lua_get_result_set (lua_State *L) |
| int | lua_db_close (lua_State *L) |
| int | lua_db_gc (lua_State *L) |
| int | lua_db_active (lua_State *L) |
| int | lua_db_query (lua_State *L) |
| int | lua_db_escape (lua_State *L) |
| int | lua_db_get_row (lua_State *L) |
| int | lua_db_select (lua_State *L) |
| int | lua_db_prepared_select (lua_State *L) |
| int | lua_db_prepared_query (lua_State *L) |
| int | lua_db_prepare (lua_State *L) |
| int | lua_db_prepared (lua_State *L) |
| static lua_db_handle * | lua_push_db_handle (lua_State *L, request_rec *r, int type, apr_pool_t *pool) |
| int | lua_db_acquire (lua_State *L) |
Variables | |
| static int *const | aplog_module_index = &( lua_module.module_index) |
| static apr_OFN_ap_dbd_close_t * | lua_ap_dbd_close = NULL |
| static apr_OFN_ap_dbd_open_t * | lua_ap_dbd_open = NULL |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |