Apache HTTPD
Public Attributes | List of all members
tag Struct Reference

Public Attributes

struct tag * parent
 
const char * rawName
 
int rawNameLength
 
TAG_NAME name
 
char * buf
 
char * bufEnd
 
BINDING * bindings
 

Detailed Description

Definition at line 308 of file xmlparse.c.

Member Data Documentation

◆ bindings

BINDING* tag::bindings

Definition at line 315 of file xmlparse.c.

◆ buf

char* tag::buf

Definition at line 313 of file xmlparse.c.

◆ bufEnd

char* tag::bufEnd

Definition at line 314 of file xmlparse.c.

◆ name

TAG_NAME tag::name

Definition at line 312 of file xmlparse.c.

◆ parent

struct tag* tag::parent

Definition at line 309 of file xmlparse.c.

◆ rawName

const char* tag::rawName

Definition at line 310 of file xmlparse.c.

◆ rawNameLength

int tag::rawNameLength

Definition at line 311 of file xmlparse.c.


The documentation for this struct was generated from the following file: