HomeSort by relevance Sort by last modified time
    Searched refs:schannel (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
schnlsp.h 9 #include <schannel.h>
winineti.h 24 #include <schannel.h>
  /external/libxml2/
error.c 430 * @schannel: the structured callback channel
453 __xmlRaiseError(xmlStructuredErrorFunc schannel,
475 if ((schannel == NULL) && (ctxt != NULL) && (ctxt->sax != NULL) &&
478 schannel = ctxt->sax->serror;
485 if (schannel == NULL) {
486 schannel = xmlStructuredError;
490 if (schannel != NULL)
601 if (schannel != NULL) {
602 schannel(data, to);
schematron.c 253 xmlStructuredErrorFunc schannel = NULL; local
260 schannel = ctxt->serror;
262 __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP,
1411 xmlStructuredErrorFunc schannel = NULL; local
    [all...]
SAX2.c 60 xmlStructuredErrorFunc schannel = NULL; local
66 schannel = ctxt->sax->serror;
67 __xmlRaiseError(schannel,
77 __xmlRaiseError(schannel,
100 xmlStructuredErrorFunc schannel = NULL; local
108 schannel = ctxt->sax->serror;
109 __xmlRaiseError(schannel,
117 __xmlRaiseError(schannel,
    [all...]
relaxng.c 439 xmlStructuredErrorFunc schannel = NULL; local
445 schannel = ctxt->serror;
452 __xmlRaiseError(schannel, channel, data,
458 __xmlRaiseError(schannel, channel, data,
474 xmlStructuredErrorFunc schannel = NULL; local
480 schannel = ctxt->serror;
487 __xmlRaiseError(schannel, channel, data,
493 __xmlRaiseError(schannel, channel, data,
514 xmlStructuredErrorFunc schannel = NULL; local
520 schannel = ctxt->serror
548 xmlStructuredErrorFunc schannel = NULL; local
    [all...]
xmlIO.c 462 xmlStructuredErrorFunc schannel = NULL; local
479 schannel = ctxt->sax->serror;
482 __xmlRaiseError(schannel, channel, data, ctxt, NULL, XML_FROM_IO,
    [all...]
valid.c 146 xmlStructuredErrorFunc schannel = NULL; local
163 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
189 xmlStructuredErrorFunc schannel = NULL; local
206 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
230 xmlStructuredErrorFunc schannel = NULL; local
247 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
    [all...]
parser.c 588 xmlStructuredErrorFunc schannel = NULL; local
595 schannel = ctxt->sax->serror;
597 __xmlRaiseError(schannel,
605 __xmlRaiseError(schannel, NULL, NULL,
626 xmlStructuredErrorFunc schannel = NULL; local
634 schannel = ctxt->sax->serror;
637 __xmlRaiseError(schannel,
645 __xmlRaiseError(schannel, NULL, NULL,
    [all...]
xmlschemas.c 1897 xmlStructuredErrorFunc schannel = NULL; local
1963 xmlStructuredErrorFunc schannel = NULL; local
2034 xmlStructuredErrorFunc schannel = NULL; local
    [all...]
  /external/libxml2/include/libxml/
xmlerror.h     [all...]

Completed in 393 milliseconds