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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c898 xmlSchemaIDCMatcherPtr idcMatchers; /* the IDC matchers for the scope member in struct:_xmlSchemaNodeInfo
23161 if (vctxt->inode->idcMatchers != NULL) {
23236 vctxt->inode->idcMatchers = matcher;
23269 xmlSchemaIDCMatcherPtr matcher = ielem->idcMatchers;
23757 matcher = vctxt->inode->idcMatchers;
24013 if (ielem->idcMatchers != NULL) {
24018 xmlSchemaIDCReleaseMatcherList(vctxt, ielem->idcMatchers);
24020 xmlSchemaIDCFreeMatcherList(ielem->idcMatchers);
24022 ielem->idcMatchers = NULL;
26351 if ((inode->idcMatchers !
[all...]
/external/libxml2/
H A Dxmlschemas.c898 xmlSchemaIDCMatcherPtr idcMatchers; /* the IDC matchers for the scope member in struct:_xmlSchemaNodeInfo
23162 if (vctxt->inode->idcMatchers != NULL) {
23237 vctxt->inode->idcMatchers = matcher;
23270 xmlSchemaIDCMatcherPtr matcher = ielem->idcMatchers;
23758 matcher = vctxt->inode->idcMatchers;
24014 if (ielem->idcMatchers != NULL) {
24019 xmlSchemaIDCReleaseMatcherList(vctxt, ielem->idcMatchers);
24021 xmlSchemaIDCFreeMatcherList(ielem->idcMatchers);
24023 ielem->idcMatchers = NULL;
26352 if ((inode->idcMatchers !
[all...]

Completed in 200 milliseconds