ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

xmlstring.c File Reference
#include "libxml.h"
#include <stdlib.h>
#include <string.h>
#include <libxml/xmlmemory.h>
#include <libxml/parserInternals.h>
#include <libxml/xmlstring.h>
#include "elfgcchack.h"

Go to the source code of this file.

Defines

#define IN_LIBXML

Functions

xmlCharxmlStrndup (const xmlChar *cur, int len)
xmlCharxmlStrdup (const xmlChar *cur)
xmlCharxmlCharStrndup (const char *cur, int len)
xmlCharxmlCharStrdup (const char *cur)
int xmlStrcmp (const xmlChar *str1, const xmlChar *str2)
int xmlStrEqual (const xmlChar *str1, const xmlChar *str2)

: the localname of the QName

xmlStrQEqual: : the prefix of the QName

: the second xmlChar *

Check if a QName is Equal to a given string

Returns 1 if they are equal, 0 if they are different

#define bottom_xmlstring
static const xmlChar casemap [256]
int xmlStrQEqual (const xmlChar *pref, const xmlChar *name, const xmlChar *str)
int xmlStrncmp (const xmlChar *str1, const xmlChar *str2, int len)
int xmlStrcasecmp (const xmlChar *str1, const xmlChar *str2)
int xmlStrncasecmp (const xmlChar *str1, const xmlChar *str2, int len)
const xmlCharxmlStrchr (const xmlChar *str, xmlChar val)
const xmlCharxmlStrstr (const xmlChar *str, const xmlChar *val)
const xmlCharxmlStrcasestr (const xmlChar *str, const xmlChar *val)
xmlCharxmlStrsub (const xmlChar *str, int start, int len)
int xmlStrlen (const xmlChar *str)
xmlCharxmlStrncat (xmlChar *cur, const xmlChar *add, int len)
xmlCharxmlStrncatNew (const xmlChar *str1, const xmlChar *str2, int len)
xmlCharxmlStrcat (xmlChar *cur, const xmlChar *add)
int XMLCDECL xmlStrPrintf (xmlChar *buf, int len, const xmlChar *msg,...)
int xmlStrVPrintf (xmlChar *buf, int len, const xmlChar *msg, va_list ap)
int xmlUTF8Size (const xmlChar *utf)
int xmlUTF8Charcmp (const xmlChar *utf1, const xmlChar *utf2)
int xmlUTF8Strlen (const xmlChar *utf)
int xmlGetUTF8Char (const unsigned char *utf, int *len)
int xmlCheckUTF8 (const unsigned char *utf)
int xmlUTF8Strsize (const xmlChar *utf, int len)
xmlCharxmlUTF8Strndup (const xmlChar *utf, int len)
const xmlCharxmlUTF8Strpos (const xmlChar *utf, int pos)
int xmlUTF8Strloc (const xmlChar *utf, const xmlChar *utfchar)
xmlCharxmlUTF8Strsub (const xmlChar *utf, int start, int len)

Generated on Sun May 27 2012 06:02:46 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.