#include "general.h"
#include <type.h>
#include <string.h>
#include <apr_strings.h>
Include dependency graph for general.c:
Go to the source code of this file.
static apr_thread_mutex_t * | mux |
apr_pool_t * | pool |
bs_status | init_bsmod_stat_mux (void) |
void | lock_bsmod_stat_mux (void) |
void | unlock_bsmod_stat_mux (void) |
bs_service_response * | create_error_response (const bs_service_request *request, bs_status code, const char *description, apr_pool_t *mp) |
bs_service_response * | create_void_message (const bs_service_request *request, apr_pool_t *mp) |