Searched defs:int1 (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Derror.c402 (err->int1 < 100) &&
403 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) {
408 for (i=0;i < err->int1;i++)
431 * @int1: extra int info
445 const char *str2, const char *str3, int int1, int col,
585 to->int1 = int1;
972 to->int1 = from->int1;
441 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument
/external/libxml2/include/libxml/
H A Dxmlerror.h86 int int1; /* extra number information */ member in struct:_xmlError
930 int int1,

Completed in 25 milliseconds