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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c7093 int nberrors, hasForm = 0, defValueType = 0; local
7187 defValueType = WXS_ATTR_DEF_VAL_DEFAULT;
7201 defValueType = WXS_ATTR_DEF_VAL_FIXED;
7219 if ((defValueType == WXS_ATTR_DEF_VAL_DEFAULT) &&
7299 if (defValueType == WXS_ATTR_DEF_VAL_FIXED)
7333 if (defValueType == WXS_ATTR_DEF_VAL_FIXED)
/external/libxml2/
H A Dxmlschemas.c7112 int nberrors, hasForm = 0, defValueType = 0; local
7206 defValueType = WXS_ATTR_DEF_VAL_DEFAULT;
7220 defValueType = WXS_ATTR_DEF_VAL_FIXED;
7238 if ((defValueType == WXS_ATTR_DEF_VAL_DEFAULT) &&
7318 if (defValueType == WXS_ATTR_DEF_VAL_FIXED)
7352 if (defValueType == WXS_ATTR_DEF_VAL_FIXED)

Completed in 147 milliseconds