Apache HTTPD
Functions | Variables
testtable.c File Reference
#include "testutil.h"
#include "apr.h"
#include "apr_strings.h"
#include "apr_general.h"
#include "apr_pools.h"
#include "apr_tables.h"

Go to the source code of this file.

Functions

static void array_clear (abts_case *tc, void *data)
 
static void table_make (abts_case *tc, void *data)
 
static void table_get (abts_case *tc, void *data)
 
static void table_getm (abts_case *tc, void *data)
 
static void table_set (abts_case *tc, void *data)
 
static void table_getnotthere (abts_case *tc, void *data)
 
static void table_add (abts_case *tc, void *data)
 
static void table_nelts (abts_case *tc, void *data)
 
static void table_clear (abts_case *tc, void *data)
 
static void table_unset (abts_case *tc, void *data)
 
static void table_overlap (abts_case *tc, void *data)
 
static void table_overlap2 (abts_case *tc, void *data)
 
static void table_overlap3 (abts_case *tc, void *data)
 
abts_suitetesttable (abts_suite *suite)
 

Variables

static apr_array_header_ta1 = NULL
 
static apr_table_tt1 = NULL
 

Function Documentation

◆ array_clear()

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

Definition at line 36 of file testtable.c.

◆ table_add()

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

Definition at line 97 of file testtable.c.

◆ table_clear()

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

Definition at line 125 of file testtable.c.

◆ table_get()

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

Definition at line 51 of file testtable.c.

◆ table_getm()

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

Definition at line 60 of file testtable.c.

◆ table_getnotthere()

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

Definition at line 89 of file testtable.c.

◆ table_make()

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

Definition at line 45 of file testtable.c.

◆ table_nelts()

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

Definition at line 108 of file testtable.c.

◆ table_overlap()

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

Definition at line 146 of file testtable.c.

◆ table_overlap2()

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

Definition at line 181 of file testtable.c.

◆ table_overlap3()

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

Definition at line 202 of file testtable.c.

◆ table_set()

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

Definition at line 79 of file testtable.c.

◆ table_unset()

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

Definition at line 131 of file testtable.c.

◆ testtable()

abts_suite * testtable ( abts_suite suite)

Definition at line 225 of file testtable.c.

Variable Documentation

◆ a1

apr_array_header_t* a1 = NULL
static

Definition at line 33 of file testtable.c.

◆ t1

apr_table_t* t1 = NULL
static

Definition at line 34 of file testtable.c.