Home
last modified time | relevance | path

Searched defs:ctxt (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/external/libxml2/include/libxml/
DxpathInternals.h42 #define xmlXPathSetError(ctxt, err) \ argument
52 #define xmlXPathSetArityError(ctxt) \ argument
61 #define xmlXPathSetTypeError(ctxt) \ argument
72 #define xmlXPathGetError(ctxt) ((ctxt)->error) argument
82 #define xmlXPathCheckError(ctxt) ((ctxt)->error != XPATH_EXPRESSION_OK) argument
92 #define xmlXPathGetDocument(ctxt) ((ctxt)->context->doc) argument
102 #define xmlXPathGetContextNode(ctxt) ((ctxt)->context->node) argument
122 #define xmlXPathReturnBoolean(ctxt, val) \ argument
131 #define xmlXPathReturnTrue(ctxt) xmlXPathReturnBoolean((ctxt), 1) argument
139 #define xmlXPathReturnFalse(ctxt) xmlXPathReturnBoolean((ctxt), 0) argument
[all …]
/external/cronet/third_party/libxml/src/include/libxml/
DxpathInternals.h42 #define xmlXPathSetError(ctxt, err) \ argument
52 #define xmlXPathSetArityError(ctxt) \ argument
61 #define xmlXPathSetTypeError(ctxt) \ argument
72 #define xmlXPathGetError(ctxt) ((ctxt)->error) argument
82 #define xmlXPathCheckError(ctxt) ((ctxt)->error != XPATH_EXPRESSION_OK) argument
92 #define xmlXPathGetDocument(ctxt) ((ctxt)->context->doc) argument
102 #define xmlXPathGetContextNode(ctxt) ((ctxt)->context->node) argument
122 #define xmlXPathReturnBoolean(ctxt, val) \ argument
131 #define xmlXPathReturnTrue(ctxt) xmlXPathReturnBoolean((ctxt), 1) argument
139 #define xmlXPathReturnFalse(ctxt) xmlXPathReturnBoolean((ctxt), 0) argument
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DStdDeserializer.java131 public JavaType getValueType(DeserializationContext ctxt) { in getValueType()
170 public Object deserializeWithType(JsonParser p, DeserializationContext ctxt, in deserializeWithType()
198 protected T _deserializeFromArray(JsonParser p, DeserializationContext ctxt) throws IOException in _deserializeFromArray()
235 protected T _deserializeFromEmpty(JsonParser p, DeserializationContext ctxt) in _deserializeFromEmpty()
257 protected T _deserializeFromString(JsonParser p, DeserializationContext ctxt) in _deserializeFromString()
317 protected Object _deserializeFromEmptyString(JsonParser p, DeserializationContext ctxt, in _deserializeFromEmptyString()
347 … protected T _deserializeWrappedValue(JsonParser p, DeserializationContext ctxt) throws IOException in _deserializeWrappedValue()
372 protected final boolean _parseBooleanPrimitive(DeserializationContext ctxt, in _parseBooleanPrimitive()
385 protected final boolean _parseBooleanPrimitive(JsonParser p, DeserializationContext ctxt) in _parseBooleanPrimitive()
495 protected final Boolean _parseBoolean(JsonParser p, DeserializationContext ctxt, in _parseBoolean()
[all …]
DJsonNodeDeserializer.java55 public JsonNode getNullValue(DeserializationContext ctxt) { in getNullValue()
65 public JsonNode deserialize(JsonParser p, DeserializationContext ctxt) throws IOException in deserialize()
95 public ObjectNode deserialize(JsonParser p, DeserializationContext ctxt) throws IOException in deserialize()
117 public ObjectNode deserialize(JsonParser p, DeserializationContext ctxt, in deserialize()
139 public ArrayNode deserialize(JsonParser p, DeserializationContext ctxt) throws IOException in deserialize()
153 public ArrayNode deserialize(JsonParser p, DeserializationContext ctxt, in deserialize()
180 public Object deserializeWithType(JsonParser p, DeserializationContext ctxt, in deserializeWithType()
223 protected void _handleDuplicateField(JsonParser p, DeserializationContext ctxt, in _handleDuplicateField()
264 protected final ObjectNode deserializeObject(JsonParser p, DeserializationContext ctxt, in deserializeObject()
318 protected final ObjectNode deserializeObjectAtName(JsonParser p, DeserializationContext ctxt, in deserializeObjectAtName()
[all …]
DNumberDeserializers.java171 public final T getNullValue(DeserializationContext ctxt) throws JsonMappingException { in getNullValue()
183 public Object getEmptyValue(DeserializationContext ctxt) throws JsonMappingException { in getEmptyValue()
214 public Boolean deserialize(JsonParser p, DeserializationContext ctxt) throws IOException in deserialize()
232 public Boolean deserializeWithType(JsonParser p, DeserializationContext ctxt, in deserializeWithType()
265 public Byte deserialize(JsonParser p, DeserializationContext ctxt) throws IOException in deserialize()
276 protected Byte _parseByte(JsonParser p, DeserializationContext ctxt) in _parseByte()
353 public Short deserialize(JsonParser p, DeserializationContext ctxt) in deserialize()
365 protected Short _parseShort(JsonParser p, DeserializationContext ctxt) in _parseShort()
441 public Character deserialize(JsonParser p, DeserializationContext ctxt) in deserialize()
522 public Integer deserialize(JsonParser p, DeserializationContext ctxt) throws IOException { in deserialize()
[all …]
DFromStringDeserializer.java141 public T deserialize(JsonParser p, DeserializationContext ctxt) throws IOException in deserialize()
182 protected abstract T _deserialize(String value, DeserializationContext ctxt) throws IOException; in _deserialize()
185 protected Object _deserializeFromOther(JsonParser p, DeserializationContext ctxt, in _deserializeFromOther()
211 protected T _deserializeEmbedded(Object ob, DeserializationContext ctxt) throws IOException { in _deserializeEmbedded()
227 protected Object _deserializeFromEmptyString(DeserializationContext ctxt) throws IOException { in _deserializeFromEmptyString()
249 …protected Object _deserializeFromEmptyStringDefault(DeserializationContext ctxt) throws IOExceptio… in _deserializeFromEmptyStringDefault()
293 protected Object _deserialize(String value, DeserializationContext ctxt) throws IOException in _deserialize()
367 public Object getEmptyValue(DeserializationContext ctxt) in getEmptyValue()
382 …protected Object _deserializeFromEmptyStringDefault(DeserializationContext ctxt) throws IOExceptio… in _deserializeFromEmptyStringDefault()
415 public Object getEmptyValue(DeserializationContext ctxt) in getEmptyValue()
[all …]
DUUIDDeserializer.java30 public Object getEmptyValue(DeserializationContext ctxt) { in getEmptyValue()
35 protected UUID _deserialize(String id, DeserializationContext ctxt) throws IOException in _deserialize()
72 protected UUID _deserializeEmbedded(Object ob, DeserializationContext ctxt) throws IOException in _deserializeEmbedded()
80 private UUID _badFormat(String uuidStr, DeserializationContext ctxt) in _badFormat()
87 … int intFromChars(String str, int index, DeserializationContext ctxt) throws JsonMappingException { in intFromChars()
94 …int shortFromChars(String str, int index, DeserializationContext ctxt) throws JsonMappingException… in shortFromChars()
98 … int byteFromChars(String str, int index, DeserializationContext ctxt) throws JsonMappingException in byteFromChars()
115 …int _badChar(String uuidStr, int index, DeserializationContext ctxt, char c) throws JsonMappingExc… in _badChar()
124 private UUID _fromBytes(byte[] bytes, DeserializationContext ctxt) throws JsonMappingException { in _fromBytes()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DValueInstantiator.java70 public ValueInstantiator createContextual(DeserializationContext ctxt, BeanDescription beanDesc) in createContextual()
247 public Object createUsingDefault(DeserializationContext ctxt) throws IOException { in createUsingDefault()
260 …public Object createFromObjectWith(DeserializationContext ctxt, Object[] args) throws IOException { in createFromObjectWith()
284 public Object createFromObjectWith(DeserializationContext ctxt, in createFromObjectWith()
295 …public Object createUsingDelegate(DeserializationContext ctxt, Object delegate) throws IOException… in createUsingDelegate()
304 …public Object createUsingArrayDelegate(DeserializationContext ctxt, Object delegate) throws IOExce… in createUsingArrayDelegate()
315 public Object createFromString(DeserializationContext ctxt, String value) throws IOException { in createFromString()
322 public Object createFromInt(DeserializationContext ctxt, int value) throws IOException { in createFromInt()
328 public Object createFromLong(DeserializationContext ctxt, long value) throws IOException { in createFromLong()
334 …public Object createFromBigInteger(DeserializationContext ctxt, BigInteger value) throws IOExcepti… in createFromBigInteger()
[all …]
DDeserializationProblemHandler.java70 public boolean handleUnknownProperty(DeserializationContext ctxt, JsonParser p, in handleUnknownProperty()
101 public Object handleWeirdKey(DeserializationContext ctxt, in handleWeirdKey()
135 public Object handleWeirdStringValue(DeserializationContext ctxt, in handleWeirdStringValue()
169 public Object handleWeirdNumberValue(DeserializationContext ctxt, in handleWeirdNumberValue()
197 public Object handleWeirdNativeValue(DeserializationContext ctxt, in handleWeirdNativeValue()
213 public Object handleUnexpectedToken(DeserializationContext ctxt, in handleUnexpectedToken()
248 public Object handleUnexpectedToken(DeserializationContext ctxt, in handleUnexpectedToken()
284 public Object handleInstantiationProblem(DeserializationContext ctxt, in handleInstantiationProblem()
317 public Object handleMissingInstantiator(DeserializationContext ctxt, in handleMissingInstantiator()
357 public JavaType handleUnknownTypeId(DeserializationContext ctxt, in handleUnknownTypeId()
[all …]
DDeserializerFactory.java100 public abstract ValueInstantiator findValueInstantiator(DeserializationContext ctxt, in findValueInstantiator()
116 public abstract JsonDeserializer<Object> createBeanDeserializer(DeserializationContext ctxt, in createBeanDeserializer()
125 DeserializationContext ctxt, JavaType type, BeanDescription beanDesc, in createBuilderBasedDeserializer()
130 public abstract JsonDeserializer<?> createEnumDeserializer(DeserializationContext ctxt, in createEnumDeserializer()
137 public abstract JsonDeserializer<?> createReferenceDeserializer(DeserializationContext ctxt, in createReferenceDeserializer()
156 public abstract JsonDeserializer<?> createArrayDeserializer(DeserializationContext ctxt, in createArrayDeserializer()
160 public abstract JsonDeserializer<?> createCollectionDeserializer(DeserializationContext ctxt, in createCollectionDeserializer()
164 … public abstract JsonDeserializer<?> createCollectionLikeDeserializer(DeserializationContext ctxt, in createCollectionLikeDeserializer()
168 public abstract JsonDeserializer<?> createMapDeserializer(DeserializationContext ctxt, in createMapDeserializer()
172 public abstract JsonDeserializer<?> createMapLikeDeserializer(DeserializationContext ctxt, in createMapLikeDeserializer()
[all …]
DDeserializerCache.java135 public JsonDeserializer<Object> findValueDeserializer(DeserializationContext ctxt, in findValueDeserializer()
162 public KeyDeserializer findKeyDeserializer(DeserializationContext ctxt, in findKeyDeserializer()
182 public boolean hasValueDeserializerFor(DeserializationContext ctxt, in hasValueDeserializerFor()
220 protected JsonDeserializer<Object> _createAndCacheValueDeserializer(DeserializationContext ctxt, in _createAndCacheValueDeserializer()
258 protected JsonDeserializer<Object> _createAndCache2(DeserializationContext ctxt, in _createAndCache2()
314 protected JsonDeserializer<Object> _createDeserializer(DeserializationContext ctxt, in _createDeserializer()
361 protected JsonDeserializer<?> _createDeserializer2(DeserializationContext ctxt, in _createDeserializer2()
422 protected JsonDeserializer<Object> findDeserializerFromAnnotation(DeserializationContext ctxt, in findDeserializerFromAnnotation()
441 protected JsonDeserializer<Object> findConvertingDeserializer(DeserializationContext ctxt, in findConvertingDeserializer()
453 protected Converter<Object,Object> findConverter(DeserializationContext ctxt, in findConverter()
[all …]
/external/libxml2/
DdebugXML.c53 xmlCtxtDumpInitCtxt(xmlDebugCtxtPtr ctxt) in xmlCtxtDumpInitCtxt()
134 xmlCtxtDumpSpaces(xmlDebugCtxtPtr ctxt) in xmlCtxtDumpSpaces()
154 xmlDebugErr(xmlDebugCtxtPtr ctxt, int error, const char *msg) in xmlDebugErr()
160 xmlDebugErr2(xmlDebugCtxtPtr ctxt, int error, const char *msg, int extra) in xmlDebugErr2()
167 xmlDebugErr3(xmlDebugCtxtPtr ctxt, int error, const char *msg, const char *extra) in xmlDebugErr3()
183 xmlCtxtNsCheckScope(xmlDebugCtxtPtr ctxt, xmlNodePtr node, xmlNsPtr ns) in xmlCtxtNsCheckScope()
216 xmlCtxtCheckString(xmlDebugCtxtPtr ctxt, const xmlChar * str) in xmlCtxtCheckString()
236 xmlCtxtCheckName(xmlDebugCtxtPtr ctxt, const xmlChar * name) in xmlCtxtCheckName()
261 xmlCtxtGenericNodeCheck(xmlDebugCtxtPtr ctxt, xmlNodePtr node) { in xmlCtxtGenericNodeCheck()
405 xmlCtxtDumpString(xmlDebugCtxtPtr ctxt, const xmlChar * str) in xmlCtxtDumpString()
[all …]
Dparser.c219 xmlErrMemory(xmlParserCtxtPtr ctxt) { in xmlErrMemory()
232 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix, in xmlErrAttributeDup()
254 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsg()
272 xmlWarningMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlWarningMsg()
289 xmlValidityError(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlValidityError()
308 xmlFatalErrMsgInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgInt()
327 xmlFatalErrMsgStrIntStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStrIntStr()
345 xmlFatalErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStr()
362 xmlErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlErrMsgStr()
380 xmlNsErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsErr()
[all …]
DparserInternals.c40 #define CUR(ctxt) ctxt->input->cur argument
41 #define END(ctxt) ctxt->input->end argument
115 xmlCtxtSetErrorHandler(xmlParserCtxtPtr ctxt, xmlStructuredErrorFunc handler, in xmlCtxtSetErrorHandler()
133 xmlCtxtErrMemory(xmlParserCtxtPtr ctxt) in xmlCtxtErrMemory()
174 xmlCtxtErrIO(xmlParserCtxtPtr ctxt, int code, const char *uri) in xmlCtxtErrIO()
233 xmlCtxtVErr(xmlParserCtxtPtr ctxt, xmlNodePtr node, xmlErrorDomain domain, in xmlCtxtVErr()
339 xmlCtxtErr(xmlParserCtxtPtr ctxt, xmlNodePtr node, xmlErrorDomain domain, in xmlCtxtErr()
361 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors code, const char *info) in xmlFatalErr()
414 xmlHaltParser(xmlParserCtxtPtr ctxt) { in xmlHaltParser()
444 xmlParserGrow(xmlParserCtxtPtr ctxt) { in xmlParserGrow()
[all …]
DSAX2.c42 xmlSAX2ErrMemory(xmlParserCtxtPtr ctxt) { in xmlSAX2ErrMemory()
57 xmlErrValid(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlErrValid()
77 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsg()
95 xmlWarnMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlWarnMsg()
112 xmlNsWarnMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsWarnMsg()
146 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetSystemId() local
162 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetLineNumber() local
178 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetColumnNumber() local
194 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2IsStandalone() local
210 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2HasInternalSubset() local
[all …]
Dxpath.c628 xmlXPathErrMemory(xmlXPathContextPtr ctxt) in xmlXPathErrMemory()
643 xmlXPathPErrMemory(xmlXPathParserContextPtr ctxt) in xmlXPathPErrMemory()
659 xmlXPathErr(xmlXPathParserContextPtr ctxt, int code) in xmlXPathErr()
730 xmlXPatherror(xmlXPathParserContextPtr ctxt, const char *file ATTRIBUTE_UNUSED, in xmlXPatherror()
744 xmlXPathCheckOpLimit(xmlXPathParserContextPtr ctxt, unsigned long opCount) { in xmlXPathCheckOpLimit()
758 #define OP_LIMIT_EXCEEDED(ctxt, n) \ argument
971 xmlXPathCompExprAdd(xmlXPathParserContextPtr ctxt, int ch1, int ch2, in xmlXPathCompExprAdd()
1548 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, in xmlXPathContextSetCache()
1595 xmlXPathContextPtr ctxt = pctxt->context; in xmlXPathCacheWrapNodeSet() local
1632 xmlXPathContextPtr ctxt = pctxt->context; in xmlXPathCacheWrapString() local
[all …]
DHTMLparser.c61 htmlErrMemory(xmlParserCtxtPtr ctxt) in htmlErrMemory()
77 htmlParseErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in htmlParseErr()
94 htmlParseErrInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, in htmlParseErrInt()
117 htmlnamePush(htmlParserCtxtPtr ctxt, const xmlChar * value) in htmlnamePush()
149 htmlnamePop(htmlParserCtxtPtr ctxt) in htmlnamePop()
177 htmlNodeInfoPush(htmlParserCtxtPtr ctxt, htmlParserNodeInfo *value) in htmlNodeInfoPush()
206 htmlNodeInfoPop(htmlParserCtxtPtr ctxt) in htmlNodeInfoPop()
313 htmlFindEncoding(xmlParserCtxtPtr ctxt) { in htmlFindEncoding()
368 htmlCurrentChar(xmlParserCtxtPtr ctxt, int *len) { in htmlCurrentChar()
509 htmlSkipBlankChars(xmlParserCtxtPtr ctxt) { in htmlSkipBlankChars()
[all …]
/external/libxml2/python/tests/
Dsync.py48 ctxt = libxml2.createPushParser(handler, None, 0, "test.xml") variable
50 ctxt=None variable
60 ctxt = libxml2.createPushParser(handler, None, 0, "test.xml") variable
62 ctxt=None variable
72 ctxt = libxml2.createPushParser(handler, None, 0, "test.xml") variable
74 ctxt=None variable
84 ctxt = libxml2.createPushParser(handler, None, 0, "test.xml") variable
86 ctxt=None variable
97 ctxt = libxml2.createPushParser(handler, None, 0, "test.xml") variable
99 ctxt=None variable
[all …]
Dpush.py9 ctxt = libxml2.createPushParser(None, "<foo", 4, "test.xml") variable
12 ctxt=None variable
23 ctxt = libxml2.createPushParser(None, "<foo", 4, "test.xml") variable
28 ctxt=None variable
/external/cronet/third_party/libxml/src/
Dparser.c242 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix, in xmlErrAttributeDup()
278 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsg()
306 xmlWarningMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlWarningMsg()
344 xmlValidityError(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlValidityError()
384 xmlFatalErrMsgInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgInt()
414 xmlFatalErrMsgStrIntStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStrIntStr()
444 xmlFatalErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStr()
473 xmlErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlErrMsgStr()
498 xmlNsErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsErr()
527 xmlNsWarn(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsWarn()
[all …]
DparserInternals.c39 #define CUR(ctxt) ctxt->input->cur argument
40 #define END(ctxt) ctxt->input->end argument
102 xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra) in xmlErrMemory()
134 __xmlErrEncoding(xmlParserCtxtPtr ctxt, xmlParserErrors xmlerr, in __xmlErrEncoding()
162 xmlErrInternal(xmlParserCtxtPtr ctxt, const char *msg, const xmlChar * str) in xmlErrInternal()
189 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info) in xmlFatalErr()
412 xmlErrEncodingInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlErrEncodingInt()
461 xmlHaltParser(xmlParserCtxtPtr ctxt) { in xmlHaltParser()
511 xmlParserGrow(xmlParserCtxtPtr ctxt) { in xmlParserGrow()
600 xmlParserShrink(xmlParserCtxtPtr ctxt) { in xmlParserShrink()
[all …]
DSAX2.c55 xmlSAX2ErrMemory(xmlParserCtxtPtr ctxt, const char *msg) { in xmlSAX2ErrMemory()
93 xmlErrValid(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlErrValid()
133 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsg()
164 xmlWarnMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlWarnMsg()
188 xmlNsWarnMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsWarnMsg()
229 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetSystemId() local
245 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetLineNumber() local
261 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetColumnNumber() local
277 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2IsStandalone() local
293 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2HasInternalSubset() local
[all …]
Dxpath.c634 xmlXPathErrMemory(xmlXPathContextPtr ctxt, const char *extra) in xmlXPathErrMemory()
677 xmlXPathPErrMemory(xmlXPathParserContextPtr ctxt, const char *extra) in xmlXPathPErrMemory()
695 xmlXPathErr(xmlXPathParserContextPtr ctxt, int error) in xmlXPathErr()
758 xmlXPatherror(xmlXPathParserContextPtr ctxt, const char *file ATTRIBUTE_UNUSED, in xmlXPatherror()
772 xmlXPathCheckOpLimit(xmlXPathParserContextPtr ctxt, unsigned long opCount) { in xmlXPathCheckOpLimit()
786 #define OP_LIMIT_EXCEEDED(ctxt, n) \ argument
1104 xmlXPathCompExprAdd(xmlXPathParserContextPtr ctxt, int ch1, int ch2, in xmlXPathCompExprAdd()
1777 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, in xmlXPathContextSetCache()
1822 xmlXPathCacheWrapNodeSet(xmlXPathContextPtr ctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet()
1856 xmlXPathCacheWrapString(xmlXPathContextPtr ctxt, xmlChar *val) in xmlXPathCacheWrapString()
[all …]
DHTMLparser.c61 htmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra) in htmlErrMemory()
93 htmlParseErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in htmlParseErr()
120 htmlParseErrInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, in htmlParseErrInt()
151 htmlnamePush(htmlParserCtxtPtr ctxt, const xmlChar * value) in htmlnamePush()
183 htmlnamePop(htmlParserCtxtPtr ctxt) in htmlnamePop()
211 htmlNodeInfoPush(htmlParserCtxtPtr ctxt, htmlParserNodeInfo *value) in htmlNodeInfoPush()
240 htmlNodeInfoPop(htmlParserCtxtPtr ctxt) in htmlNodeInfoPop()
344 htmlFindEncoding(xmlParserCtxtPtr ctxt) { in htmlFindEncoding()
395 htmlCurrentChar(xmlParserCtxtPtr ctxt, int *len) { in htmlCurrentChar()
563 htmlSkipBlankChars(xmlParserCtxtPtr ctxt) { in htmlSkipBlankChars()
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
DTypeDeserializer.java89 …public abstract Object deserializeTypedFromObject(JsonParser p, DeserializationContext ctxt) throw… in deserializeTypedFromObject()
100 …public abstract Object deserializeTypedFromArray(JsonParser p, DeserializationContext ctxt) throws… in deserializeTypedFromArray()
112 …public abstract Object deserializeTypedFromScalar(JsonParser p, DeserializationContext ctxt) throw… in deserializeTypedFromScalar()
123 …public abstract Object deserializeTypedFromAny(JsonParser p, DeserializationContext ctxt) throws I… in deserializeTypedFromAny()
136 …public static Object deserializeIfNatural(JsonParser p, DeserializationContext ctxt, JavaType base… in deserializeIfNatural()
141 public static Object deserializeIfNatural(JsonParser p, DeserializationContext ctxt, in deserializeIfNatural()

12345678910>>...15