Searched refs:ownsConstructor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c597 int ownsConstructor; /* TODO: Move this to parser *flags*. */ member in struct:_xmlSchemaParserCtxt
12511 if (ctxt->ownsConstructor && (ctxt->constructor != NULL)) {
12514 ctxt->ownsConstructor = 0;
21297 ctxt->ownsConstructor = 1;
21352 ctxt->ownsConstructor = 0;
21369 ctxt->ownsConstructor = 0;
27992 pctxt->ownsConstructor = 1;
/external/libxml2/
H A Dxmlschemas.c597 int ownsConstructor; /* TODO: Move this to parser *flags*. */ member in struct:_xmlSchemaParserCtxt
12530 if (ctxt->ownsConstructor && (ctxt->constructor != NULL)) {
12533 ctxt->ownsConstructor = 0;
21326 ctxt->ownsConstructor = 1;
21381 ctxt->ownsConstructor = 0;
21398 ctxt->ownsConstructor = 0;
28073 pctxt->ownsConstructor = 1;

Completed in 350 milliseconds