HomeSort by relevance Sort by last modified time
    Searched refs:lastError (Results 26 - 31 of 31) sorted by null

12

  /external/libxml2/
xpointer.c 102 ctxt->context->lastError.domain = XML_FROM_XPOINTER;
103 ctxt->context->lastError.code = error;
104 ctxt->context->lastError.level = XML_ERR_ERROR;
105 ctxt->context->lastError.str1 = (char *) xmlStrdup(ctxt->base);
106 ctxt->context->lastError.int1 = ctxt->cur - ctxt->base;
107 ctxt->context->lastError.node = ctxt->context->debugNode;
110 &ctxt->context->lastError);
    [all...]
xpath.c 277 ctxt->lastError.message = (char *) xmlStrdup(buf);
279 ctxt->lastError.message = (char *)
282 ctxt->lastError.domain = XML_FROM_XPATH;
283 ctxt->lastError.code = XML_ERR_NO_MEMORY;
285 ctxt->error(ctxt->userData, &ctxt->lastError);
354 xmlResetError(&ctxt->context->lastError);
356 ctxt->context->lastError.domain = XML_FROM_XPATH;
357 ctxt->context->lastError.code = error + XML_XPATH_EXPRESSION_OK -
359 ctxt->context->lastError.level = XML_ERR_ERROR;
360 ctxt->context->lastError.str1 = (char *) xmlStrdup(ctxt->base)
    [all...]
parser.c 127 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP)
    [all...]
  /external/libxml2/include/libxml/
parser.h 301 xmlError lastError;
    [all...]
  /external/icu4c/common/
putil.cpp     [all...]
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp     [all...]

Completed in 709 milliseconds

12