Searched defs:error (Results 176 - 199 of 199) sorted by relevance

12345678

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c62 * Some factorized error routines *
71 * Handle a redefinition of attribute error
98 * @error: the error number
99 * @msg: the error message
103 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
106 htmlParseErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, argument
113 ctxt->errNo = error;
114 __xmlRaiseError(NULL, NULL, NULL, ctxt, NULL, XML_FROM_HTML, error,
126 * @error
133 htmlParseErrInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, int val) argument
[all...]
H A Dparser.c85 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info);
237 * Some factorized error routines *
247 * Handle a redefinition of attribute error
279 * @error: the error number
282 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
285 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info) argument
292 switch (error) {
303 errmsg = "internal error";
406 errmsg = "Content error i
492 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg) argument
520 xmlWarningMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1, const xmlChar *str2) argument
534 ctxt, NULL, XML_FROM_PARSER, error, local
550 xmlValidityError(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1) argument
584 xmlFatalErrMsgInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, int val) argument
614 xmlFatalErrMsgStrIntStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1, int val, const xmlChar *str2) argument
644 xmlFatalErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar * val) argument
673 xmlErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar * val) argument
698 xmlNsErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar * info1, const xmlChar * info2, const xmlChar * info3) argument
[all...]
H A Dxmlregexp.c48 ctxt->error = XML_REGEXP_COMPILE_ERROR; \
240 int error; member in struct:_xmlAutomata
303 int status; /* execution status != 0 indicate an error */
336 * error handling
338 int errStateNo; /* the error state number */
339 xmlRegStatePtr errState; /* the error state */
340 xmlChar *errString; /* the string raising the error */
341 int *errCounts; /* counters at the error state */
358 * Regexp memory error handler *
373 ctxt->error
[all...]
H A Drelaxng.c205 xmlRelaxNGValidityErrorFunc error; /* the callback in case of errors */ member in struct:_xmlRelaxNGParserCtxt
329 * A RelaxNGs validation error
334 xmlRelaxNGValidErr err; /* the error number */
350 xmlRelaxNGValidityErrorFunc error; /* the callback in case of errors */ member in struct:_xmlRelaxNGValidCtxt
360 int errNo; /* the first error found */
366 xmlRelaxNGValidErrorPtr err; /* Last error */
367 int errNr; /* Depth of the error stack */
368 int errMax; /* Max depth of the error stack */
389 int perr; /* signal error in content model
422 * Some factorized error routine
508 xmlRngPErr(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node, int error, const char *msg, const xmlChar * str1, const xmlChar * str2) argument
542 xmlRngVErr(xmlRelaxNGValidCtxtPtr ctxt, xmlNodePtr node, int error, const char *msg, const xmlChar * str1, const xmlChar * str2) argument
[all...]
H A Dtrio.c121 * Encode the error code and the position. This is decoded
712 * The last output error that was detected.
714 int error; member in struct:_trio_class_t
1250 /* Bail out completely to make the error more obvious */
1590 /* Bail out completely to make the error more obvious */
1850 /* Bail out completely to make the error more obvious */
3394 if (reference->data->error != 0)
3396 status = reference->data->error;
3425 data.error = 0;
3439 if (data.error !
[all...]
H A Dxpath.c221 * @X: the error code
223 * Macro to raise an XPath error and return NULL.
247 "Memory allocation error\n",
248 "Syntax error\n",
249 "Resource error\n",
250 "Sub resource error\n",
252 "Encoding error\n",
256 "?? Unknown error ??\n" /* Must be last in the list! */
265 * Handle a redefinition of attribute error
284 if (ctxt->error !
328 xmlXPathErr(xmlXPathParserContextPtr ctxt, int error) argument
[all...]
H A Dxmlschemas.c589 void *errCtxt; /* user specific error context */
590 xmlSchemaValidityErrorFunc error; /* the callback in case of errors */ member in struct:_xmlSchemaParserCtxt
627 int stop; /* If the parser should stop; i.e. a critical error. */
967 xmlSchemaValidityErrorFunc error; /* the callback in case of errors */ member in struct:_xmlSchemaValidCtxt
1549 * for error reports.
1880 * @error: the error code
1881 * @msg: the error message
1885 * Handle a parser error
1888 xmlSchemaPErr(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int error, argument
1921 xmlSchemaPErr2(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, xmlNodePtr child, int error, const char *msg, const xmlChar * str1, const xmlChar * str2) argument
1950 xmlSchemaPErrExt(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int error, const xmlChar * strData1, const xmlChar * strData2, const xmlChar * strData3, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3, const xmlChar * str4, const xmlChar * str5) argument
2023 xmlSchemaErr4Line(xmlSchemaAbstractCtxtPtr ctxt, xmlErrorLevel errorLevel, int error, xmlNodePtr node, int line, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3, const xmlChar *str4) argument
2122 xmlSchemaErr3(xmlSchemaAbstractCtxtPtr actxt, int error, xmlNodePtr node, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3) argument
2131 xmlSchemaErr4(xmlSchemaAbstractCtxtPtr actxt, int error, xmlNodePtr node, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3, const xmlChar *str4) argument
2141 xmlSchemaErr(xmlSchemaAbstractCtxtPtr actxt, int error, xmlNodePtr node, const char *msg, const xmlChar *str1, const xmlChar *str2) argument
2294 xmlSchemaCustomErr4(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, xmlSchemaBasicItemPtr item, const char *message, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3, const xmlChar *str4) argument
2319 xmlSchemaCustomErr(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, xmlSchemaBasicItemPtr item, const char *message, const xmlChar *str1, const xmlChar *str2) argument
2334 xmlSchemaCustomWarning(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, xmlSchemaTypePtr type ATTRIBUTE_UNUSED, const char *message, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3) argument
2359 xmlSchemaKeyrefErr(xmlSchemaValidCtxtPtr vctxt, xmlParserErrors error, xmlSchemaPSVIIDCNodePtr idcNode, xmlSchemaTypePtr type ATTRIBUTE_UNUSED, const char *message, const xmlChar *str1, const xmlChar *str2) argument
2423 xmlSchemaSimpleTypeErr(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, const xmlChar *value, xmlSchemaTypePtr type, int displayValue) argument
2491 xmlSchemaIllegalAttrErr(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlSchemaAttrInfoPtr ni, xmlNodePtr node) argument
2508 xmlSchemaComplexTypeErr(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, xmlSchemaTypePtr type ATTRIBUTE_UNUSED, const char *message, int nbval, int nbneg, xmlChar **values) argument
2608 xmlSchemaFacetErr(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, const xmlChar *value, unsigned long length, xmlSchemaTypePtr type, xmlSchemaFacetPtr facet, const char *message, const xmlChar *str1, const xmlChar *str2) argument
2754 xmlSchemaPMissingAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, const char *message) argument
2791 xmlSchemaPResCompAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, const xmlChar *refName, const xmlChar *refURI, xmlSchemaTypeType refType, const char *refTypeStr) argument
2827 xmlSchemaPCustomAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlChar **ownerDes, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const char *msg) argument
2868 xmlSchemaPIllegalAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerComp ATTRIBUTE_UNUSED, xmlAttrPtr attr) argument
2899 xmlSchemaPCustomErrExt(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr item, xmlNodePtr itemElem, const char *message, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3) argument
2935 xmlSchemaPCustomErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr item, xmlNodePtr itemElem, const char *message, const xmlChar *str1) argument
2960 xmlSchemaPAttrUseErr4(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlNodePtr node, xmlSchemaBasicItemPtr ownerItem, const xmlSchemaAttributeUsePtr attruse, const char *message, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3,const xmlChar *str4) argument
2996 xmlSchemaPIllegalFacetAtomicErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, xmlSchemaFacetPtr facet) argument
3026 xmlSchemaPIllegalFacetListUnionErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaFacetPtr facet) argument
3052 xmlSchemaPMutualExclAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const char *name1, const char *name2) argument
3082 xmlSchemaPSimpleTypeErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem ATTRIBUTE_UNUSED, xmlNodePtr node, xmlSchemaTypePtr type, const char *expected, const xmlChar *value, const char *message, const xmlChar *str1, const xmlChar *str2) argument
3172 xmlSchemaPContentErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, xmlNodePtr child, const char *message, const char *content) argument
24057 int ret, error = 0; local
[all...]
H A Dtestapi.c45 xmlErrorPtr error ATTRIBUTE_UNUSED) {
1219 * Returns the number of error found
17325 xmlRelaxNGValidityErrorFunc * err; /* the error callback result */
17390 xmlRelaxNGValidityErrorFunc * err; /* the error function result */
29064 xmlErrorPtr from; /* a source error */
29066 xmlErrorPtr to; /* a target error */
29252 xmlErrorPtr err; /* pointer to the error. */
32950 xmlRegExecCtxtPtr exec; /* a regexp execution context generating an error */
32952 xmlChar ** string; /* return value for the error string */
33664 xmlSchemaValidityErrorFunc * err; /* the error callbac
46954 int error; /* the error code */ local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXproto.h1299 xError error;
1296 xError error; member in union:__anon9761
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp173 Utf8Str vdError; /*< Error remembered by the VD error callback. */
928 /* Initialize the callbacks of the VD error interface */
1189 * newly opened media so convert this into an error */
3728 /* Save the error information now, the implicit restore when this goes
4003 // no change was necessary, signal error which the caller needs to interpret
4264 * @param fFailIfInaccessible If true, this fails with an error if a medium is inaccessible. If false,
4322 // otherwise report an error
4323 Bstr error;
4324 rc = pMedium->COMGETTER(LastAccessError)(error.asOutParam());
4329 Assert(!error
6948 Utf8Str error; local
[all...]
H A DVirtualBoxImpl.cpp525 /* we assume that error info is set by the thrower */
1633 // returns VBOX_E_OBJECT_NOT_FOUND if not found and sets error
1639 // returns VBOX_E_OBJECT_NOT_FOUND if not found and sets error
2000 Bstr error; local
2002 if (!i_onExtraDataCanChange(Guid::Empty, Bstr(aKey).raw(), Bstr(aValue).raw(), error))
2004 const char *sep = error.isEmpty() ? "" : ": ";
2005 CBSTR err = error.raw();
2401 * The \a aVrc parameter of the user function may be used to return an error
2403 * the SVCHlpClient members when they fail). In this case, the correct error
2547 /* hide excessive details in case of a frequent error
[all...]
H A DMachineImpl.cpp475 /* we assume that error info is set by the thrower */
583 - * the more interesting error information we already have,
735 /* we assume that error info is set by the thrower */
764 /* fetch the current error info */
2608 * extended error info to indicate that USB is simply not available
2632 * extended error info to indicate that USB is simply not available
3274 // the failure may occur w/o any error info (from RPC), so provide one
3286 // the failure may occur w/o any error info (from RPC), so provide one
3333 // error as we can't decide here if waiting a little would help
3334 // (only for shared locks this would avoid an error)
4947 Bstr error; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DXproto.h1271 xError error;
1268 xError error; member in union:__anon2204
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c354 * error hash may be examined with the ::dtrace_errhash MDB dcmd.
640 * Atomically increment a specified error counter from probe context.
647 * However, there are some error conditions that are sufficiently
799 * if not, it sets the appropriate error flags and loads 'addr' into the
1736 * assertion and not an error condition -- but that requires that the
2204 * This is an error condition; we indicate as much,
2303 * in the INACTIVE state, 0 is returned. In this case, no error counter is
5821 * abort processing -- this needn't be a fatal error -- but we
6460 * error on the error prob
16175 int error; local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dmimepull.jar ... java.io.InputStream read () private boolean unconsumed () AssertionError error public java.io.InputStream readOnce () java.io ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Dstreambuffer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/stream/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c6721 int error; local
6723 if (!PyArg_ParseTuple(args, (char *)"Oi:xmlXPathErr", &pyobj_ctxt, &error))
6727 xmlXPathErr(ctxt, error);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h42 unsigned int error; member in struct:reply_header
124 int error; member in struct:__anon14150::__anon14158
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h51 unsigned int error; member in struct:reply_header
133 int error; member in struct:__anon1488::__anon1496

Completed in 890 milliseconds

12345678