Lines Matching refs:d
24 d xmlParserMaxDepth...
25 d s 10u 0 import('xmlParserMaxDepth')
34 d XML_MAX_TEXT_LENGTH...
35 d c 10000000
46 d XML_MAX_NAME_LENGTH...
47 d c 50000
56 d XML_MAX_DICTIONARY_LIMIT...
57 d c 10000000
66 d XML_MAX_LOOKUP_LIMIT...
67 d c 10000000
74 d XML_MAX_NAMELEN...
75 d c 100
82 d INPUT_CHUNK c 250
86 d xmlStringText s 4 import('xmlStringText') \0 in 5th byte
88 d xmlStringTextNoenc...
89 d s 9 import('xmlStringTextNoenc') \0 in 10th byte
91 d xmlStringComment...
92 d s 7 import('xmlStringComment') \0 in 8th byte
96 d xmlIsLetter pr 10i 0 extproc('xmlIsLetter')
97 d c 10i 0 value
101 d xmlCreateFileParserCtxt...
102 d pr extproc('xmlCreateFileParserCtxt')
103 d like(xmlParserCtxtPtr)
104 d filename * value options(*string) const char *
106 d xmlCreateURLParserCtxt...
107 d pr extproc('xmlCreateURLParserCtxt')
108 d like(xmlParserCtxtPtr)
109 d filename * value options(*string) const char *
110 d options 10i 0 value
112 d xmlCreateMemoryParserCtxt...
113 d pr extproc('xmlCreateMemoryParserCtxt')
114 d like(xmlParserCtxtPtr)
115 d buffer * value options(*string) const char *
116 d size 10i 0 value
118 d xmlCreateEntityParserCtxt...
119 d pr extproc('xmlCreateEntityParserCtxt')
120 d like(xmlParserCtxtPtr)
121 d URL * value options(*string) const xmlChar *
122 d ID * value options(*string) const xmlChar *
123 d base * value options(*string) const xmlChar *
125 d xmlSwitchEncoding...
126 d pr 10i 0 extproc('xmlSwitchEncoding')
127 d ctxt value like(xmlParserCtxtPtr)
128 d enc value like(xmlCharEncoding)
130 d xmlSwitchToEncoding...
131 d pr 10i 0 extproc('xmlSwitchToEncoding')
132 d ctxt value like(xmlParserCtxtPtr)
133 d handler value like(xmlCharEncodingHandlerPtr)
135 d xmlSwitchInputEncoding...
136 d pr 10i 0 extproc('xmlSwitchInputEncoding')
137 d ctxt value like(xmlParserCtxtPtr)
138 d input value like(xmlParserInputPtr)
139 d handler value like(xmlCharEncodingHandlerPtr)
143 d xmlNewStringInputStream...
144 d pr extproc('xmlNewStringInputStream')
145 d like(xmlParserInputPtr)
146 d ctxt value like(xmlParserCtxtPtr)
147 d buffer * value options(*string) const xmlChar *
149 d xmlNewEntityInputStream...
150 d pr extproc('xmlNewEntityInputStream')
151 d like(xmlParserInputPtr)
152 d ctxt value like(xmlParserCtxtPtr)
153 d entity value like(xmlEntityPtr)
155 d xmlPushInput pr 10i 0 extproc('xmlPushInput')
156 d ctxt value like(xmlParserCtxtPtr)
157 d input value like(xmlParserInputPtr)
159 d xmlPopInput pr extproc('xmlPopInput')
160 d like(xmlChar)
161 d ctxt value like(xmlParserCtxtPtr)
163 d xmlFreeInputStream...
164 d pr extproc('xmlFreeInputStream')
165 d input value like(xmlParserInputPtr)
167 d xmlNewInputFromFile...
168 d pr extproc('xmlNewInputFromFile')
169 d like(xmlParserInputPtr)
170 d ctxt value like(xmlParserCtxtPtr)
171 d filename * value options(*string) const char *
173 d xmlNewInputStream...
174 d pr extproc('xmlNewInputStream')
175 d like(xmlParserInputPtr)
176 d ctxt value like(xmlParserCtxtPtr)
180 d xmlSplitQName pr * extproc('xmlSplitQName') xmlChar *
181 d ctxt value like(xmlParserCtxtPtr)
182 d name * value options(*string) const xmlChar *
183 d prefix * xmlChar *(*)
187 d xmlParseName pr * extproc('xmlParseName') const xmlChar *
188 d ctxt value like(xmlParserCtxtPtr)
190 d xmlParseNmtoken...
191 d pr * extproc('xmlParseNmtoken') xmlChar *
192 d ctxt value like(xmlParserCtxtPtr)
194 d xmlParseEntityValue...
195 d pr * extproc('xmlParseEntityValue') xmlChar *
196 d ctxt value like(xmlParserCtxtPtr)
197 d orig * xmlChar *(*)
199 d xmlParseAttValue...
200 d pr * extproc('xmlParseAttValue') xmlChar *
201 d ctxt value like(xmlParserCtxtPtr)
203 d xmlParseSystemLiteral...
204 d pr * extproc('xmlParseSystemLiteral') xmlChar *
205 d ctxt value like(xmlParserCtxtPtr)
207 d xmlParsePubidLiteral...
208 d pr * extproc('xmlParsePubidLiteral') xmlChar *
209 d ctxt value like(xmlParserCtxtPtr)
211 d xmlParseCharData...
212 d pr extproc('xmlParseCharData')
213 d ctxt value like(xmlParserCtxtPtr)
214 d cdata 10i 0 value
216 d xmlParseExternalID...
217 d pr * extproc('xmlParseExternalID') xmlChar *
218 d ctxt value like(xmlParserCtxtPtr)
219 d publicID * xmlChar *(*)
220 d strict 10i 0 value
222 d xmlParseComment...
223 d pr extproc('xmlParseComment')
224 d ctxt value like(xmlParserCtxtPtr)
226 d xmlParsePITarget...
227 d pr * extproc('xmlParsePITarget') const xmlChar *
228 d ctxt value like(xmlParserCtxtPtr)
230 d xmlParsePI pr extproc('xmlParsePI')
231 d ctxt value like(xmlParserCtxtPtr)
233 d xmlParseNotationDecl...
234 d pr extproc('xmlParseNotationDecl')
235 d ctxt value like(xmlParserCtxtPtr)
237 d xmlParseEntityDecl...
238 d pr extproc('xmlParseEntityDecl')
239 d ctxt value like(xmlParserCtxtPtr)
241 d xmlParseDefaultDecl...
242 d pr 10i 0 extproc('xmlParseDefaultDecl')
243 d ctxt value like(xmlParserCtxtPtr)
244 d value * xmlChar *(*)
246 d xmlParseNotationType...
247 d pr extproc('xmlParseNotationType')
248 d like(xmlEnumerationPtr)
249 d ctxt value like(xmlParserCtxtPtr)
251 d xmlParseEnumerationType...
252 d pr extproc('xmlParseEnumerationType')
253 d like(xmlEnumerationPtr)
254 d ctxt value like(xmlParserCtxtPtr)
256 d xmlParseEnumeratedType...
257 d pr 10i 0 extproc('xmlParseEnumeratedType')
258 d ctxt value like(xmlParserCtxtPtr)
259 d tree * value xmlEnumerationPtr *
261 d xmlParseAttributeType...
262 d pr 10i 0 extproc('xmlParseAttributeType')
263 d ctxt value like(xmlParserCtxtPtr)
264 d tree * value xmlEnumerationPtr *
266 d xmlParseAttributeListDecl...
267 d pr extproc('xmlParseAttributeListDecl')
268 d ctxt value like(xmlParserCtxtPtr)
270 d xmlParseElementMixedContentDecl...
271 d pr extproc(
272 d 'xmlParseElementMixedContentDecl')
273 d like(xmlElementContentPtr)
274 d ctxt value like(xmlParserCtxtPtr)
275 d inputchk 10i 0 value
277 d xmlParseElementChildrenContentDecl...
278 d pr extproc(
279 d 'xmlParseElementChildrenContentDecl')
280 d like(xmlElementContentPtr)
281 d ctxt value like(xmlParserCtxtPtr)
282 d inputchk 10i 0 value
284 d xmlParseElementContentDecl...
285 d pr 10i 0 extproc('xmlParseElementContentDecl')
286 d ctxt value like(xmlParserCtxtPtr)
287 d name * value options(*string) const xmlChar *
288 d result * value xmlElementContentPtr
289 d *
291 d xmlParseElementDecl...
292 d pr 10i 0 extproc('xmlParseElementDecl')
293 d ctxt value like(xmlParserCtxtPtr)
295 d xmlParseMarkupDecl...
296 d pr extproc('xmlParseMarkupDecl')
297 d ctxt value like(xmlParserCtxtPtr)
299 d xmlParseCharRef...
300 d pr 10i 0 extproc('xmlParseCharRef')
301 d ctxt value like(xmlParserCtxtPtr)
303 d xmlParseEntityRef...
304 d pr extproc('xmlParseEntityRef')
305 d like(xmlEntityPtr)
306 d ctxt value like(xmlParserCtxtPtr)
308 d xmlParseReference...
309 d pr extproc('xmlParseReference')
310 d ctxt value like(xmlParserCtxtPtr)
312 d xmlParsePEReference...
313 d pr extproc('xmlParsePEReference')
314 d ctxt value like(xmlParserCtxtPtr)
316 d xmlParseDocTypeDecl...
317 d pr extproc('xmlParseDocTypeDecl')
318 d ctxt value like(xmlParserCtxtPtr)
321 d xmlParseAttribute...
322 d pr * extproc('xmlParseAttribute') const xmlChar *
323 d ctxt value like(xmlParserCtxtPtr)
324 d value * xmlChar *(*)
326 d xmlParseStartTag...
327 d pr * extproc('xmlParseStartTag') const xmlChar *
328 d ctxt value like(xmlParserCtxtPtr)
330 d xmlParseEndTag pr extproc('xmlParseEndTag')
331 d ctxt value like(xmlParserCtxtPtr)
334 d xmlParseCDSect pr extproc('xmlParseCDSect')
335 d ctxt value like(xmlParserCtxtPtr)
337 d xmlParseContent...
338 d pr extproc('xmlParseContent')
339 d ctxt value like(xmlParserCtxtPtr)
341 d xmlParseElement...
342 d pr extproc('xmlParseElement')
343 d ctxt value like(xmlParserCtxtPtr)
345 d xmlParseVersionNum...
346 d pr * extproc('xmlParseVersionNum') xmlChar *
347 d ctxt value like(xmlParserCtxtPtr)
349 d xmlParseVersionInfo...
350 d pr * extproc('xmlParseVersionInfo') xmlChar *
351 d ctxt value like(xmlParserCtxtPtr)
353 d xmlParseEncName...
354 d pr * extproc('xmlParseEncName') xmlChar *
355 d ctxt value like(xmlParserCtxtPtr)
357 d xmlParseEncodingDecl...
358 d pr * extproc('xmlParseEncodingDecl') const xmlChar *
359 d ctxt value like(xmlParserCtxtPtr)
361 d xmlParseSDDecl pr 10i 0 extproc('xmlParseSDDecl')
362 d ctxt value like(xmlParserCtxtPtr)
364 d xmlParseXMLDecl...
365 d pr extproc('xmlParseXMLDecl')
366 d ctxt value like(xmlParserCtxtPtr)
368 d xmlParseTextDecl...
369 d pr extproc('xmlParseTextDecl')
370 d ctxt value like(xmlParserCtxtPtr)
372 d xmlParseMisc pr extproc('xmlParseMisc')
373 d ctxt value like(xmlParserCtxtPtr)
375 d xmlParseExternalSubset...
376 d pr extproc('xmlParseExternalSubset')
377 d ctxt value like(xmlParserCtxtPtr)
378 d ExternalID * value options(*string) const xmlChar *
379 d SystemID * value options(*string) const xmlChar *
385 d XML_SUBSTITUTE_NONE...
386 d c 0
392 d XML_SUBSTITUTE_REF...
393 d c 1
399 d XML_SUBSTITUTE_PEREF...
400 d c 2
406 d XML_SUBSTITUTE_BOTH...
407 d c 3
409 d xmlStringDecodeEntities...
410 d pr * extproc('xmlStringDecodeEntities') xmlChar *
411 d ctxt value like(xmlParserCtxtPtr)
412 d str * value options(*string) const xmlChar *
413 d what 10i 0 value
414 d end value like(xmlChar)
415 d end2 value like(xmlChar)
416 d end3 value like(xmlChar)
418 d xmlStringLenDecodeEntities...
419 d pr * extproc('xmlStringLenDecodeEntities')xmlChar *
420 d ctxt value like(xmlParserCtxtPtr)
421 d str * value options(*string) const xmlChar *
422 d len 10i 0 value
423 d what 10i 0 value
424 d end value like(xmlChar)
425 d end2 value like(xmlChar)
426 d end3 value like(xmlChar)
430 d nodePush pr 10i 0 extproc('nodePush')
431 d ctxt value like(xmlParserCtxtPtr)
432 d value value like(xmlNodePtr)
434 d nodePop pr extproc('nodePop')
435 d like(xmlNodePtr)
436 d ctxt value like(xmlParserCtxtPtr)
438 d inputPush pr 10i 0 extproc('inputPush')
439 d ctxt value like(xmlParserCtxtPtr)
440 d value value like(xmlParserInputPtr)
442 d inputPop pr extproc('inputPop')
443 d like(xmlParserInputPtr)
444 d ctxt value like(xmlParserCtxtPtr)
446 d namePop pr * extproc('namePop') const xmlChar *
447 d ctxt value like(xmlParserCtxtPtr)
449 d namePush pr 10i 0 extproc('namePush')
450 d ctxt value like(xmlParserCtxtPtr)
451 d value * value options(*string) const xmlChar *
455 d xmlSkipBlankChars...
456 d pr 10i 0 extproc('xmlSkipBlankChars')
457 d ctxt value like(xmlParserCtxtPtr)
459 d xmlStringCurrentChar...
460 d pr 10i 0 extproc('xmlStringCurrentChar')
461 d ctxt value like(xmlParserCtxtPtr)
462 d cur * value options(*string) const xmlChar *
463 d len * value int *
465 d xmlParserHandlePEReference...
466 d pr extproc('xmlParserHandlePEReference')
467 d ctxt value like(xmlParserCtxtPtr)
469 d xmlCheckLanguageID...
470 d pr 10i 0 extproc('xmlCheckLanguageID')
471 d lang * value options(*string) const xmlChar *
475 d xmlCurrentChar pr 10i 0 extproc('xmlCurrentChar')
476 d ctxt value like(xmlParserCtxtPtr)
477 d len * value int *
479 d xmlCopyCharMultiByte...
480 d pr 10i 0 extproc('xmlCopyCharMultiByte')
481 d out * value options(*string) xmlChar *
482 d val 10i 0 value
484 d xmlCopyChar pr 10i 0 extproc('xmlCopyChar')
485 d len 10i 0 value
486 d out * value options(*string) xmlChar *
487 d val 10i 0 value
489 d xmlNextChar pr extproc('xmlNextChar')
490 d ctxt value like(xmlParserCtxtPtr)
492 d xmlParserInputShrink...
493 d pr extproc('xmlParserInputShrink')
494 d in value like(xmlParserInputPtr)
500 d htmlInitAutoClose...
501 d pr extproc('htmlInitAutoClose')
503 d htmlCreateFileParserCtxt...
504 d pr extproc('htmlCreateFileParserCtxt')
505 d like(htmlParserCtxtPtr)
506 d filename * value options(*string) const char *
507 d encoding * value options(*string) const char *
522 d xmlEntityReferenceFunc...
523 d s * based(######typedef######)
524 d procptr
526 d xmlSetEntityReferenceFunc...
527 d pr extproc('xmlSetEntityReferenceFunc')
528 d func value like(xmlEntityReferenceFunc)
530 d xmlParseQuotedString...
531 d pr * extproc('xmlParseQuotedString') xmlChar *
532 d ctxt value like(xmlParserCtxtPtr)
534 d xmlParseNamespace...
535 d pr extproc('xmlParseNamespace')
536 d ctxt value like(xmlParserCtxtPtr)
538 d xmlNamespaceParseNSDef...
539 d pr * extproc('xmlNamespaceParseNSDef') xmlChar *
540 d ctxt value like(xmlParserCtxtPtr)
542 d xmlScanName pr * extproc('xmlScanName') xmlChar *
543 d ctxt value like(xmlParserCtxtPtr)
545 d xmlNamespaceParseNCName...
546 d pr * extproc('xmlNamespaceParseNCName') xmlChar *
547 d ctxt value like(xmlParserCtxtPtr)
549 d xmlParserHandleReference...
550 d pr extproc('xmlParserHandleReference')
551 d ctxt value like(xmlParserCtxtPtr)
553 d xmlNamespaceParseQName...
554 d pr * extproc('xmlNamespaceParseQName') xmlChar *
555 d ctxt value like(xmlParserCtxtPtr)
556 d prefix * xmlChar *(*)
560 d xmlDecodeEntities...
561 d pr * extproc('xmlDecodeEntities') xmlChar *
562 d ctxt value like(xmlParserCtxtPtr)
563 d len 10i 0 value
564 d what 10i 0 value
565 d end value like(xmlChar)
566 d end2 value like(xmlChar)
567 d end3 value like(xmlChar)
569 d xmlHandleEntity...
570 d pr extproc('xmlHandleEntity')
571 d ctxt value like(xmlParserCtxtPtr)
572 d entity value like(xmlEntityPtr)