HomeSort by relevance Sort by last modified time
    Searched refs:schannel (Results 1 - 12 of 12) 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 432 * @schannel: the structured callback channel
455 __xmlRaiseError(xmlStructuredErrorFunc schannel,
477 if ((schannel == NULL) && (ctxt != NULL) && (ctxt->sax != NULL) &&
480 schannel = ctxt->sax->serror;
487 if (schannel == NULL) {
488 schannel = xmlStructuredError;
492 if (schannel != NULL)
603 if (schannel != NULL) {
604 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 597 xmlStructuredErrorFunc schannel = NULL; local
604 schannel = ctxt->sax->serror;
606 __xmlRaiseError(schannel,
614 __xmlRaiseError(schannel, NULL, NULL,
635 xmlStructuredErrorFunc schannel = NULL; local
643 schannel = ctxt->sax->serror;
646 __xmlRaiseError(schannel,
654 __xmlRaiseError(schannel, NULL, NULL,
    [all...]
xmlschemas.c 1897 xmlStructuredErrorFunc schannel = NULL; local
1963 xmlStructuredErrorFunc schannel = NULL; local
2037 xmlStructuredErrorFunc schannel = NULL; local
    [all...]
  /external/libxml2/include/libxml/
xmlerror.h     [all...]
  /external/curl/lib/
urldata.h 142 #include <schannel.h>
239 /* Structs to store Schannel handles */
    [all...]

Completed in 666 milliseconds