HomeSort by relevance Sort by last modified time
    Searched refs:ctxt (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/libxml2/
xmlregexp.c 48 ctxt->error = XML_REGEXP_COMPILE_ERROR; \
49 xmlRegexpErrCompile(ctxt, str);
50 #define NEXT ctxt->cur++
51 #define CUR (*(ctxt->cur))
52 #define NXT(index) (ctxt->cur[index])
55 #define NEXTL(l) ctxt->cur += l;
59 * when it's guaranteed that cur is not at the beginning of ctxt->string!
61 #define PREV (ctxt->cur[-1])
348 static void xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top);
368 xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt, const char *extra
5389 xmlRegParserCtxtPtr ctxt; local
5535 xmlAutomataPtr ctxt; local
    [all...]
pattern.c 319 * @ctxt: an XSLT parser context
321 * Free up the memory allocated by @ctxt
324 xmlFreePatParserContext(xmlPatParserContextPtr ctxt) {
325 if (ctxt == NULL)
327 memset(ctxt, -1, sizeof(xmlPatParserContext));
328 xmlFree(ctxt);
343 xmlPatternAdd(xmlPatParserContextPtr ctxt ATTRIBUTE_UNUSED,
352 ERROR(ctxt, NULL, NULL,
423 ERROR(ctxt, NULL, NULL,
712 #define CUR (*ctxt->cur
2357 xmlPatParserContextPtr ctxt = NULL; local
    [all...]
xpointer.c 83 * @ctxt: an XPTR evaluation context
89 xmlXPtrErr(xmlXPathParserContextPtr ctxt, int error,
92 if (ctxt != NULL)
93 ctxt->error = error;
94 if ((ctxt == NULL) || (ctxt->context == NULL)) {
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)
1364 xmlXPathParserContextPtr ctxt; local
    [all...]
error.c 243 xmlReportError(xmlErrorPtr err, xmlParserCtxtPtr ctxt, const char *str,
279 if (ctxt != NULL) {
280 input = ctxt->input;
282 (ctxt->inputNr > 1)) {
284 input = ctxt->inputTab[ctxt->inputNr - 2];
391 if (ctxt != NULL) {
448 xmlParserCtxtPtr ctxt = NULL; local
460 ctxt = (xmlParserCtxtPtr) ctx;
461 if ((schannel == NULL) && (ctxt != NULL) && (ctxt->sax != NULL) &
672 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; local
715 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; local
764 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; local
808 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; local
907 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; local
926 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; local
    [all...]
xmlreader.c 122 xmlParserCtxtPtr ctxt; /* the parser context */ member in struct:_xmlTextReader
282 dict = reader->ctxt->dict;
299 if ((reader != NULL) && (reader->ctxt != NULL) &&
300 (reader->ctxt->freeAttrsNr < 100)) {
301 cur->next = reader->ctxt->freeAttrs;
302 reader->ctxt->freeAttrs = cur;
303 reader->ctxt->freeAttrsNr++;
340 dict = reader->ctxt->dict;
392 (reader != NULL) && (reader->ctxt != NULL) &&
393 (reader->ctxt->freeElemsNr < 100))
645 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; local
671 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; local
708 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; local
742 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; local
765 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; local
787 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; local
1059 xmlParserCtxtPtr ctxt = reader->ctxt; local
3741 xmlParserCtxtPtr ctxt; local
3798 xmlParserCtxtPtr ctxt; local
4212 xmlRelaxNGParserCtxtPtr ctxt; local
    [all...]
xmlschemas.c 1051 static int xmlSchemaParseInclude(xmlSchemaParserCtxtPtr ctxt,
1054 static int xmlSchemaParseRedefine(xmlSchemaParserCtxtPtr ctxt,
1059 xmlSchemaAbstractCtxtPtr ctxt);
1063 xmlSchemaParseImport(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
1067 xmlSchemaParserCtxtPtr ctxt);
1073 xmlSchemaParseModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
28047 xmlSchemaValidCtxtPtr ctxt; member in struct:_xmlSchemaSplitSAXData
28064 xmlSchemaValidCtxtPtr ctxt; member in struct:_xmlSchemaSAXPlug
28072 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28082 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28092 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28102 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28113 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28123 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28134 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28144 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28156 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28168 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28182 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28192 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28204 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28214 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28223 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28232 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28242 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28251 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28263 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28271 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28279 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28293 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28305 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28318 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28331 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28347 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28366 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
    [all...]
DOCBparser.c 55 * @ctxt: an SGML parser context
65 docbParseDocument(docbParserCtxtPtr ctxt ATTRIBUTE_UNUSED)
74 return (xmlParseDocument(ctxt));
79 * @ctxt: an SGML parser context
82 * document in ctxt->myDoc is not freed.
86 docbFreeParserCtxt(docbParserCtxtPtr ctxt ATTRIBUTE_UNUSED)
95 xmlFreeParserCtxt(ctxt);
100 * @ctxt: an XML parser context
110 docbParseChunk(docbParserCtxtPtr ctxt ATTRIBUTE_UNUSED,
123 return (xmlParseChunk(ctxt, chunk, size, terminate))
    [all...]
xmllint.c 252 xmlParserCtxtPtr ctxt) {
269 if ((ctxt != NULL) && (ctxt->sax != NULL)) {
270 warning = ctxt->sax->warning;
271 err = ctxt->sax->error;
272 ctxt->sax->warning = NULL;
273 ctxt->sax->error = NULL;
277 ret = defaultEntityLoader(URL, ID, ctxt);
280 ctxt->sax->warning = warning;
282 ctxt->sax->error = err
629 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; local
666 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; local
704 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; local
741 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; local
1629 xmlParserCtxtPtr ctxt = NULL; local
2083 htmlParserCtxtPtr ctxt; local
2148 xmlParserCtxtPtr ctxt; local
2196 xmlParserCtxtPtr ctxt; local
2240 xmlParserCtxtPtr ctxt = NULL; local
2525 xmlSaveCtxtPtr ctxt; local
2657 xmlSchematronValidCtxtPtr ctxt; local
2697 xmlRelaxNGValidCtxtPtr ctxt; local
2725 xmlSchemaValidCtxtPtr ctxt; local
3330 xmlSchematronParserCtxtPtr ctxt; local
3364 xmlRelaxNGParserCtxtPtr ctxt; local
3393 xmlSchemaParserCtxtPtr ctxt; local
3491 xmlParserCtxtPtr ctxt = NULL; local
    [all...]
  /external/libxml2/include/libxml/
relaxng.h 132 xmlRelaxParserSetFlag (xmlRelaxNGParserCtxtPtr ctxt,
136 xmlRelaxNGFreeParserCtxt (xmlRelaxNGParserCtxtPtr ctxt);
138 xmlRelaxNGSetParserErrors(xmlRelaxNGParserCtxtPtr ctxt,
143 xmlRelaxNGGetParserErrors(xmlRelaxNGParserCtxtPtr ctxt,
149 xmlRelaxNGParserCtxtPtr ctxt,
153 xmlRelaxNGParse (xmlRelaxNGParserCtxtPtr ctxt);
168 xmlRelaxNGSetValidErrors(xmlRelaxNGValidCtxtPtr ctxt,
173 xmlRelaxNGGetValidErrors(xmlRelaxNGValidCtxtPtr ctxt,
178 xmlRelaxNGSetValidStructuredErrors(xmlRelaxNGValidCtxtPtr ctxt,
183 xmlRelaxNGFreeValidCtxt (xmlRelaxNGValidCtxtPtr ctxt);
    [all...]
xmlregexp.h 120 xmlExpFreeCtxt (xmlExpCtxtPtr ctxt);
126 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt);
128 xmlExpCtxtNbCons(xmlExpCtxtPtr ctxt);
154 xmlExpFree (xmlExpCtxtPtr ctxt,
163 xmlExpParse (xmlExpCtxtPtr ctxt,
166 xmlExpNewAtom (xmlExpCtxtPtr ctxt,
170 xmlExpNewOr (xmlExpCtxtPtr ctxt,
174 xmlExpNewSeq (xmlExpCtxtPtr ctxt,
178 xmlExpNewRange (xmlExpCtxtPtr ctxt,
190 xmlExpGetLanguage(xmlExpCtxtPtr ctxt,
    [all...]
schematron.h 80 xmlSchematronFreeParserCtxt (xmlSchematronParserCtxtPtr ctxt);
83 xmlSchematronSetParserErrors(xmlSchematronParserCtxtPtr ctxt,
88 xmlSchematronGetParserErrors(xmlSchematronParserCtxtPtr ctxt,
93 xmlSchematronIsValid (xmlSchematronValidCtxtPtr ctxt);
96 xmlSchematronParse (xmlSchematronParserCtxtPtr ctxt);
104 xmlSchematronValidCtxtPtr ctxt,
109 xmlSchematronSetValidErrors (xmlSchematronValidCtxtPtr ctxt,
114 xmlSchematronGetValidErrors (xmlSchematronValidCtxtPtr ctxt,
119 xmlSchematronSetValidOptions(xmlSchematronValidCtxtPtr ctxt,
122 xmlSchematronValidCtxtGetOptions(xmlSchematronValidCtxtPtr ctxt);
    [all...]
debugXML.h 125 * @ctxt: a shell context
134 typedef int (* xmlShellCmd) (xmlShellCtxtPtr ctxt,
145 xmlShellList (xmlShellCtxtPtr ctxt,
150 xmlShellBase (xmlShellCtxtPtr ctxt,
155 xmlShellDir (xmlShellCtxtPtr ctxt,
160 xmlShellLoad (xmlShellCtxtPtr ctxt,
168 xmlShellCat (xmlShellCtxtPtr ctxt,
173 xmlShellWrite (xmlShellCtxtPtr ctxt,
178 xmlShellSave (xmlShellCtxtPtr ctxt,
185 xmlShellValidate (xmlShellCtxtPtr ctxt,
    [all...]
HTMLparser.h 101 htmlParseEntityRef(htmlParserCtxtPtr ctxt,
104 htmlParseCharRef(htmlParserCtxtPtr ctxt);
106 htmlParseElement(htmlParserCtxtPtr ctxt);
116 htmlParseDocument(htmlParserCtxtPtr ctxt);
160 htmlParseChunk (htmlParserCtxtPtr ctxt,
167 htmlFreeParserCtxt (htmlParserCtxtPtr ctxt);
189 htmlCtxtReset (htmlParserCtxtPtr ctxt);
191 htmlCtxtUseOptions (htmlParserCtxtPtr ctxt,
221 htmlCtxtReadDoc (xmlParserCtxtPtr ctxt,
227 htmlCtxtReadFile (xmlParserCtxtPtr ctxt,
    [all...]
valid.h 34 * but comes from ctxt->userData (which normally contains such
35 * a pointer); ctxt->userData can be changed by the user.
49 * but comes from ctxt->userData (which normally contains such
50 * a pointer); ctxt->userData can be changed by the user.
154 xmlAddNotationDecl (xmlValidCtxtPtr ctxt,
210 xmlAddElementDecl (xmlValidCtxtPtr ctxt,
242 xmlAddAttributeDecl (xmlValidCtxtPtr ctxt,
268 xmlAddID (xmlValidCtxtPtr ctxt,
287 xmlAddRef (xmlValidCtxtPtr ctxt,
315 xmlValidateRoot (xmlValidCtxtPtr ctxt,
    [all...]
DOCBparser.h 71 docbFreeParserCtxt (docbParserCtxtPtr ctxt);
80 docbParseChunk (docbParserCtxtPtr ctxt,
88 docbParseDocument (docbParserCtxtPtr ctxt);
xinclude.h 112 xmlXIncludeSetFlags (xmlXIncludeCtxtPtr ctxt,
115 xmlXIncludeFreeContext (xmlXIncludeCtxtPtr ctxt);
117 xmlXIncludeProcessNode (xmlXIncludeCtxtPtr ctxt,
xpath.h 160 * @ctxt: an XPath parser context
166 typedef void (*xmlXPathEvalFunc)(xmlXPathParserContextPtr ctxt,
182 * @ctxt: the XPath interpreter context
192 typedef xmlXPathObjectPtr (*xmlXPathAxisFunc) (xmlXPathParserContextPtr ctxt,
208 * @ctxt: the XPath interprestation context
216 typedef void (*xmlXPathFunction) (xmlXPathParserContextPtr ctxt, int nargs);
224 * @ctxt: an XPath context
233 typedef xmlXPathObjectPtr (*xmlXPathVariableLookupFunc) (void *ctxt,
239 * @ctxt: an XPath context
248 typedef xmlXPathFunction (*xmlXPathFuncLookupFunc) (void *ctxt,
    [all...]
parser.h 843 xmlStopParser (xmlParserCtxtPtr ctxt);
866 xmlParseDocument (xmlParserCtxtPtr ctxt);
868 xmlParseExtParsedEnt (xmlParserCtxtPtr ctxt);
968 xmlInitParserCtxt (xmlParserCtxtPtr ctxt);
970 xmlClearParserCtxt (xmlParserCtxtPtr ctxt);
972 xmlFreeParserCtxt (xmlParserCtxtPtr ctxt);
975 xmlSetupParserForBuffer (xmlParserCtxtPtr ctxt,
990 xmlGetFeature (xmlParserCtxtPtr ctxt,
994 xmlSetFeature (xmlParserCtxtPtr ctxt,
1010 xmlParseChunk (xmlParserCtxtPtr ctxt,
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
ImageQt.cpp 96 void Image::drawPattern(GraphicsContext* ctxt, const FloatRect& tileRect, const AffineTransform& patternTransform,
110 ctxt->save();
111 ctxt->setCompositeOperation(op);
112 QPainter* p = ctxt->platformContext();
117 ctxt->restore();
164 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dst,
174 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op);
180 ctxt->save();
183 ctxt->setCompositeOperation(op);
185 QPainter* painter(ctxt->platformContext())
    [all...]
  /external/webkit/WebCore/platform/graphics/wx/
ImageWx.cpp 89 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
95 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op);
100 wxGCDC* context = (wxGCDC*)ctxt->platformContext();
104 wxWindowDC* context = ctxt->platformContext();
117 ctxt->save();
120 ctxt->setCompositeOperation(op);
173 ctxt->restore();
179 void Image::drawPattern(GraphicsContext* ctxt, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace, CompositeOperator, const FloatRect& dstRect)
184 wxGCDC* context = (wxGCDC*)ctxt->platformContext();
187 wxWindowDC* context = ctxt->platformContext()
    [all...]
  /external/webkit/WebCore/platform/graphics/
Image.cpp 78 void Image::fillWithSolidColor(GraphicsContext* ctxt, const FloatRect& dstRect, const Color& color, ColorSpace styleColorSpace, CompositeOperator op)
83 ctxt->save();
84 ctxt->setCompositeOperation(!color.hasAlpha() && op == CompositeSourceOver ? CompositeCopy : op);
85 ctxt->fillRect(dstRect, color, styleColorSpace);
86 ctxt->restore();
107 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& destRect, const FloatPoint& srcPoint, const FloatSize& scaledTileSize, ColorSpace styleColorSpace, CompositeOperator op)
110 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, op);
135 draw(ctxt, destRect, visibleSrcRect, styleColorSpace, op);
141 drawPattern(ctxt, tileRect, patternTransform, oneTileRect.location(), styleColorSpace, op, destRect);
147 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect, TileRule hRule, TileRule vRule, ColorSpace st (…)
    [all...]
  /external/chromium/net/http/
des.cc 94 PK11Context* ctxt = NULL; local
119 ctxt = PK11_CreateContextBySymKey(cipher_mech, CKA_ENCRYPT,
121 if (!ctxt)
124 rv = PK11_CipherOp(ctxt, hash, reinterpret_cast<int*>(&n), 8,
130 rv = PK11_DigestFinal(ctxt, hash+8, &n, 0);
135 if (ctxt)
136 PK11_DestroyContext(ctxt, PR_TRUE);
  /external/webkit/WebCore/platform/graphics/haiku/
ImageHaiku.cpp 88 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
103 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op);
107 ctxt->save();
108 ctxt->setCompositeOperation(op);
115 ctxt->platformContext()->SetDrawingMode(B_OP_ALPHA);
116 ctxt->platformContext()->DrawBitmapAsync(image, srcRect, dstRect);
117 ctxt->restore();
  /external/webkit/WebCore/xml/
XSLTUnicodeSort.cpp 46 SOFT_LINK(libxslt, xsltComputeSortResult, xmlXPathObjectPtr*, (xsltTransformContextPtr ctxt, xmlNodePtr sort), (ctxt, sort))
47 SOFT_LINK(libxslt, xsltEvalAttrValueTemplate, xmlChar*, (xsltTransformContextPtr ctxt, xmlNodePtr node, const xmlChar *name, const xmlChar *ns), (ctxt, node, name, ns))
73 void xsltUnicodeSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr *sorts, int nbsorts)
92 if ((ctxt == NULL) || (sorts == NULL) || (nbsorts <= 0) ||
101 list = ctxt->nodeList;
110 xsltEvalAttrValueTemplate(ctxt, sorts[j],
120 xsltTransformError(ctxt, NULL, sorts[j],
129 comp->order = xsltEvalAttrValueTemplate(ctxt, sorts[j]
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
ImageCG.cpp 157 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& destRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator compositeOp)
166 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, compositeOp);
174 CGContextRef context = ctxt->platformContext();
175 ctxt->save();
223 ctxt->setCompositeOperation(compositeOp);
235 ctxt->restore();
247 void Image::drawPattern(GraphicsContext* ctxt, const FloatRect& tileRect, const AffineTransform& patternTransform,
258 CGContextRef context = ctxt->platformContext();
259 ctxt->save();
261 ctxt->setCompositeOperation(op)
    [all...]

Completed in 210 milliseconds

12 3 4