ReactOS Fundraising Campaign 2012
 
€ 3,303 / € 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

static int xmlC14NStrEqual ( const xmlChar str1,
const xmlChar str2 
) [static]

Definition at line 391 of file c14n.c.

Referenced by xmlC14NVisibleNsStackFind(), and xmlExcC14NVisibleNsStackFind().

00391                                                           {
00392     if (str1 == str2) return(1);
00393     if (str1 == NULL) return((*str2) == '\0');
00394     if (str2 == NULL) return((*str1) == '\0');
00395     do {
00396     if (*str1++ != *str2) return(0);
00397     } while (*str2++);
00398     return(1);
00399 }


Generated on Tue May 15 06:08:32 2012 for ReactOS by doxygen 1.6.3

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