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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c7873 * @flagRestriction: the specific flag for "restriction"
7889 int flagRestriction,
7909 if (flagRestriction != -1)
7910 *flags |= flagRestriction;
7938 if (flagRestriction != -1) {
7939 if ((*flags & flagRestriction) == 0)
7940 *flags |= flagRestriction;
7885 xmlSchemaPValAttrBlockFinal(const xmlChar *value, int *flags, int flagAll, int flagExtension, int flagRestriction, int flagSubstitution, int flagList, int flagUnion) argument

Completed in 117 milliseconds