Searched defs:flagRestriction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c7871 * @flagRestriction: the specific flag for "restriction"
7887 int flagRestriction,
7907 if (flagRestriction != -1)
7908 *flags |= flagRestriction;
7936 if (flagRestriction != -1) {
7937 if ((*flags & flagRestriction) == 0)
7938 *flags |= flagRestriction;
7883 xmlSchemaPValAttrBlockFinal(const xmlChar *value, int *flags, int flagAll, int flagExtension, int flagRestriction, int flagSubstitution, int flagList, int flagUnion) argument
/external/libxml2/
H A Dxmlschemas.c7890 * @flagRestriction: the specific flag for "restriction"
7906 int flagRestriction,
7926 if (flagRestriction != -1)
7927 *flags |= flagRestriction;
7955 if (flagRestriction != -1) {
7956 if ((*flags & flagRestriction) == 0)
7957 *flags |= flagRestriction;
7902 xmlSchemaPValAttrBlockFinal(const xmlChar *value, int *flags, int flagAll, int flagExtension, int flagRestriction, int flagSubstitution, int flagList, int flagUnion) argument

Completed in 146 milliseconds