HomeSort by relevance Sort by last modified time
    Searched defs:xmlStrncat (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
xmlstring.c 434 * xmlStrncat:
448 xmlStrncat(xmlChar *cur, const xmlChar *add, int len) {
478 * same as xmlStrncat, but creates a new string. The original
534 return(xmlStrncat(cur, add, p - add));
elfgcchack.h     [all...]

Completed in 54 milliseconds