Apache HTTPD
Functions
teststrnatcmp.c File Reference
#include "apr_file_io.h"
#include "apr_errno.h"
#include "apr_strings.h"
#include "testutil.h"

Go to the source code of this file.

Functions

static void less0 (abts_case *tc, void *data)
 
static void str_equal (abts_case *tc, void *data)
 
static void more0 (abts_case *tc, void *data)
 
static void less_ignore_case (abts_case *tc, void *data)
 
static void str_equal_ignore_case (abts_case *tc, void *data)
 
static void more_ignore_case (abts_case *tc, void *data)
 
static void natcmp (abts_case *tc, void *data)
 
abts_suiteteststrnatcmp (abts_suite *suite)
 

Function Documentation

◆ less0()

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

Definition at line 22 of file teststrnatcmp.c.

◆ less_ignore_case()

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

Definition at line 40 of file teststrnatcmp.c.

◆ more0()

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

Definition at line 34 of file teststrnatcmp.c.

◆ more_ignore_case()

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

Definition at line 52 of file teststrnatcmp.c.

◆ natcmp()

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

Definition at line 58 of file teststrnatcmp.c.

◆ str_equal()

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

Definition at line 28 of file teststrnatcmp.c.

◆ str_equal_ignore_case()

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

Definition at line 46 of file teststrnatcmp.c.

◆ teststrnatcmp()

abts_suite * teststrnatcmp ( abts_suite suite)

Definition at line 64 of file teststrnatcmp.c.