#include "time_functions.h"
#include "general.h"
#include <list.h>
#include <type.h>
#include <str.h>
#include <biosphere.h>
#include <apr_time.h>
#include <apr_strings.h>
Include dependency graph for time_functions.c:
Go to the source code of this file.
bs_list * | timers |
apr_pool_t * | pool |
static bs_status | bsmod_stat_handle_start_timer (const bs_service_request *request, bs_service_response **response) |
static bs_status | bsmod_stat_handle_stop_timer (const bs_service_request *request, bs_service_response **response) |
static bs_status | bsmod_stat_handle_gather_times (const bs_service_request *request, bs_service_response **response) |
bs_status | bsmod_stat_handle_time_functions (const bs_service_request *request, bs_service_response **response) |