Searched refs:int1 (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
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
H A Druntest.c516 (err->int1 < 100) &&
517 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) {
522 for (i=0;i < err->int1;i++)
H A Dxpointer.c106 ctxt->context->lastError.int1 = ctxt->cur - ctxt->base;
H A Dxpath.c361 ctxt->context->lastError.int1 = ctxt->cur - ctxt->base;
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlerror.h85 int int1; /* extra number information */ member in struct:_xmlError
922 int int1,
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp143 msgLen, msg, aErr->file, aErr->line, aErr->int1, aErr->int2);

Completed in 147 milliseconds