Apache HTTPD
Functions
testfmt.c File Reference
#include "testutil.h"
#include "apr.h"
#include "apr_portable.h"
#include "apr_strings.h"

Go to the source code of this file.

Functions

static void ssize_t_fmt (abts_case *tc, void *data)
 
static void size_t_fmt (abts_case *tc, void *data)
 
static void time_t_fmt (abts_case *tc, void *data)
 
static void off_t_fmt (abts_case *tc, void *data)
 
static void pid_t_fmt (abts_case *tc, void *data)
 
static void int64_t_fmt (abts_case *tc, void *data)
 
static void uint64_t_fmt (abts_case *tc, void *data)
 
static void uint64_t_hex_fmt (abts_case *tc, void *data)
 
static void more_int64_fmts (abts_case *tc, void *data)
 
static void error_fmt (abts_case *tc, void *data)
 
abts_suitetestfmt (abts_suite *suite)
 

Function Documentation

◆ error_fmt()

static void error_fmt ( abts_case tc,
void *  data 
)
static

Definition at line 131 of file testfmt.c.

◆ int64_t_fmt()

static void int64_t_fmt ( abts_case tc,
void *  data 
)
static

Definition at line 77 of file testfmt.c.

◆ more_int64_fmts()

static void more_int64_fmts ( abts_case tc,
void *  data 
)
static

Definition at line 110 of file testfmt.c.

◆ off_t_fmt()

static void off_t_fmt ( abts_case tc,
void *  data 
)
static

Definition at line 55 of file testfmt.c.

◆ pid_t_fmt()

static void pid_t_fmt ( abts_case tc,
void *  data 
)
static

Definition at line 66 of file testfmt.c.

◆ size_t_fmt()

static void size_t_fmt ( abts_case tc,
void *  data 
)
static

Definition at line 33 of file testfmt.c.

◆ ssize_t_fmt()

static void ssize_t_fmt ( abts_case tc,
void *  data 
)
static

Definition at line 22 of file testfmt.c.

◆ testfmt()

abts_suite * testfmt ( abts_suite suite)

Definition at line 149 of file testfmt.c.

◆ time_t_fmt()

static void time_t_fmt ( abts_case tc,
void *  data 
)
static

Definition at line 44 of file testfmt.c.

◆ uint64_t_fmt()

static void uint64_t_fmt ( abts_case tc,
void *  data 
)
static

Definition at line 88 of file testfmt.c.

◆ uint64_t_hex_fmt()

static void uint64_t_hex_fmt ( abts_case tc,
void *  data 
)
static

Definition at line 99 of file testfmt.c.