Apache HTTPD
Classes | Functions | Variables
testuri.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "testutil.h"
#include "apr_general.h"
#include "apr_strings.h"
#include "apr_uri.h"

Go to the source code of this file.

Classes

struct  aup_test
 
struct  uph_test
 

Functions

static void test_aup (abts_case *tc, void *data)
 
static void test_uph (abts_case *tc, void *data)
 
abts_suitetesturi (abts_suite *suite)
 

Variables

struct aup_test aup_tests []
 
struct uph_test uph_tests []
 

Function Documentation

◆ test_aup()

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

Definition at line 254 of file testuri.c.

◆ test_uph()

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

Definition at line 302 of file testuri.c.

◆ testuri()

abts_suite * testuri ( abts_suite suite)

Definition at line 322 of file testuri.c.

Variable Documentation

◆ aup_tests

struct aup_test aup_tests[]

Definition at line 40 of file testuri.c.

◆ uph_tests

struct uph_test uph_tests[]
Initial value:
=
{
{
"www.ibm.com:443",
0, "www.ibm.com", "443", 443
},
{
"[fe80::1]:443",
0, "fe80::1", "443", 443
},
{
"127.0.0.1:443",
0, "127.0.0.1", "443", 443
},
{
"127.0.0.1",
( 20000 + 14) , NULL, NULL, 0
},
{
"[fe80:80",
( 20000 + 14) , NULL, NULL, 0
},
{
"fe80::80]:443",
( 20000 + 14) , NULL, NULL, 0
}
}
return NULL
Definition mod_so.c:359

Definition at line 196 of file testuri.c.