Apache HTTPD
Functions
nsalloc_tests.c File Reference
#include <string.h>
#include <assert.h>
#include "expat.h"
#include "common.h"
#include "minicheck.h"
#include "dummy.h"
#include "handlers.h"
#include "nsalloc_tests.h"

Go to the source code of this file.

Functions

static void nsalloc_setup (void)
 
static void nsalloc_teardown (void)
 
static void test_nsalloc_xmlns (void)
 
static void test_nsalloc_parse_buffer (void)
 
static void test_nsalloc_long_prefix (void)
 
static void test_nsalloc_long_uri (void)
 
static void test_nsalloc_long_attr (void)
 
static void test_nsalloc_long_attr_prefix (void)
 
static void test_nsalloc_realloc_attributes (void)
 
static void test_nsalloc_long_element (void)
 
static void test_nsalloc_realloc_binding_uri (void)
 
static void test_nsalloc_realloc_long_prefix (void)
 
static void test_nsalloc_realloc_longer_prefix (void)
 
static void test_nsalloc_long_namespace (void)
 
static void test_nsalloc_less_long_namespace (void)
 
static void test_nsalloc_long_context (void)
 
static void context_realloc_test (const char *text)
 
static void test_nsalloc_realloc_long_context (void)
 
static void test_nsalloc_realloc_long_context_2 (void)
 
static void test_nsalloc_realloc_long_context_3 (void)
 
static void test_nsalloc_realloc_long_context_4 (void)
 
static void test_nsalloc_realloc_long_context_5 (void)
 
static void test_nsalloc_realloc_long_context_6 (void)
 
static void test_nsalloc_realloc_long_context_7 (void)
 
static void test_nsalloc_realloc_long_ge_name (void)
 
static void test_nsalloc_realloc_long_context_in_dtd (void)
 
static void test_nsalloc_long_default_in_ext (void)
 
static void test_nsalloc_long_systemid_in_ext (void)
 
static void test_nsalloc_prefixed_element (void)
 
void make_nsalloc_test_case (Suite *s)
 

Function Documentation

◆ context_realloc_test()

static void context_realloc_test ( const char text)
static

Definition at line 933 of file nsalloc_tests.c.

◆ make_nsalloc_test_case()

void make_nsalloc_test_case ( Suite s)

Definition at line 1504 of file nsalloc_tests.c.

◆ nsalloc_setup()

static void nsalloc_setup ( void  )
static

Definition at line 58 of file nsalloc_tests.c.

◆ nsalloc_teardown()

static void nsalloc_teardown ( void  )
static

Definition at line 71 of file nsalloc_tests.c.

◆ test_nsalloc_less_long_namespace()

static void test_nsalloc_less_long_namespace ( void  )
static

Definition at line 807 of file nsalloc_tests.c.

◆ test_nsalloc_long_attr()

static void test_nsalloc_long_attr ( void  )
static

Definition at line 312 of file nsalloc_tests.c.

◆ test_nsalloc_long_attr_prefix()

static void test_nsalloc_long_attr_prefix ( void  )
static

Definition at line 355 of file nsalloc_tests.c.

◆ test_nsalloc_long_context()

static void test_nsalloc_long_context ( void  )
static

Definition at line 877 of file nsalloc_tests.c.

◆ test_nsalloc_long_default_in_ext()

static void test_nsalloc_long_default_in_ext ( void  )
static

Definition at line 1349 of file nsalloc_tests.c.

◆ test_nsalloc_long_element()

static void test_nsalloc_long_element ( void  )
static

Definition at line 465 of file nsalloc_tests.c.

◆ test_nsalloc_long_namespace()

static void test_nsalloc_long_namespace ( void  )
static

Definition at line 690 of file nsalloc_tests.c.

◆ test_nsalloc_long_prefix()

static void test_nsalloc_long_prefix ( void  )
static

Definition at line 176 of file nsalloc_tests.c.

◆ test_nsalloc_long_systemid_in_ext()

static void test_nsalloc_long_systemid_in_ext ( void  )
static

Definition at line 1398 of file nsalloc_tests.c.

◆ test_nsalloc_long_uri()

static void test_nsalloc_long_uri ( void  )
static

Definition at line 252 of file nsalloc_tests.c.

◆ test_nsalloc_parse_buffer()

static void test_nsalloc_parse_buffer ( void  )
static

Definition at line 108 of file nsalloc_tests.c.

◆ test_nsalloc_prefixed_element()

static void test_nsalloc_prefixed_element ( void  )
static

Definition at line 1470 of file nsalloc_tests.c.

◆ test_nsalloc_realloc_attributes()

static void test_nsalloc_realloc_attributes ( void  )
static

Definition at line 441 of file nsalloc_tests.c.

◆ test_nsalloc_realloc_binding_uri()

static void test_nsalloc_realloc_binding_uri ( void  )
static

Definition at line 507 of file nsalloc_tests.c.

◆ test_nsalloc_realloc_long_context()

static void test_nsalloc_realloc_long_context ( void  )
static

Definition at line 957 of file nsalloc_tests.c.

◆ test_nsalloc_realloc_long_context_2()

static void test_nsalloc_realloc_long_context_2 ( void  )
static

Definition at line 988 of file nsalloc_tests.c.

◆ test_nsalloc_realloc_long_context_3()

static void test_nsalloc_realloc_long_context_3 ( void  )
static

Definition at line 1019 of file nsalloc_tests.c.

◆ test_nsalloc_realloc_long_context_4()

static void test_nsalloc_realloc_long_context_4 ( void  )
static

Definition at line 1050 of file nsalloc_tests.c.

◆ test_nsalloc_realloc_long_context_5()

static void test_nsalloc_realloc_long_context_5 ( void  )
static

Definition at line 1081 of file nsalloc_tests.c.

◆ test_nsalloc_realloc_long_context_6()

static void test_nsalloc_realloc_long_context_6 ( void  )
static

Definition at line 1112 of file nsalloc_tests.c.

◆ test_nsalloc_realloc_long_context_7()

static void test_nsalloc_realloc_long_context_7 ( void  )
static

Definition at line 1142 of file nsalloc_tests.c.

◆ test_nsalloc_realloc_long_context_in_dtd()

static void test_nsalloc_realloc_long_context_in_dtd ( void  )
static

Definition at line 1246 of file nsalloc_tests.c.

◆ test_nsalloc_realloc_long_ge_name()

static void test_nsalloc_realloc_long_ge_name ( void  )
static

Definition at line 1173 of file nsalloc_tests.c.

◆ test_nsalloc_realloc_long_prefix()

static void test_nsalloc_realloc_long_prefix ( void  )
static

Definition at line 539 of file nsalloc_tests.c.

◆ test_nsalloc_realloc_longer_prefix()

static void test_nsalloc_realloc_longer_prefix ( void  )
static

Definition at line 615 of file nsalloc_tests.c.

◆ test_nsalloc_xmlns()

static void test_nsalloc_xmlns ( void  )
static

Definition at line 78 of file nsalloc_tests.c.