Apache HTTPD
Functions | Variables
testud.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "apr_file_io.h"
#include "apr_errno.h"
#include "apr_general.h"
#include "apr_lib.h"
#include "apr_strings.h"
#include "testutil.h"

Go to the source code of this file.

Functions

static apr_status_t string_cleanup (void *data)
 
static void set_userdata (abts_case *tc, void *data)
 
static void get_userdata (abts_case *tc, void *data)
 
static void get_nonexistkey (abts_case *tc, void *data)
 
static void post_pool_clear (abts_case *tc, void *data)
 
abts_suitetestud (abts_suite *suite)
 

Variables

static apr_pool_tpool
 
static chartestdata
 
static int cleanup_called = 0
 

Function Documentation

◆ get_nonexistkey()

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

Definition at line 54 of file testud.c.

◆ get_userdata()

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

Definition at line 44 of file testud.c.

◆ post_pool_clear()

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

Definition at line 64 of file testud.c.

◆ set_userdata()

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

Definition at line 36 of file testud.c.

◆ string_cleanup()

static apr_status_t string_cleanup ( void *  data)
static

Definition at line 30 of file testud.c.

◆ testud()

abts_suite * testud ( abts_suite suite)

Definition at line 74 of file testud.c.

Variable Documentation

◆ cleanup_called

int cleanup_called = 0
static

Definition at line 28 of file testud.c.

◆ pool

apr_pool_t* pool
static

Definition at line 26 of file testud.c.

◆ testdata

char* testdata
static

Definition at line 27 of file testud.c.