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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c7874 * @flagSubstitution: the specific flag for "substitution"
7890 int flagSubstitution,
7911 if (flagSubstitution != -1)
7912 *flags |= flagSubstitution;
7944 if (flagSubstitution != -1) {
7945 if ((*flags & flagSubstitution) == 0)
7946 *flags |= flagSubstitution;
7885 xmlSchemaPValAttrBlockFinal(const xmlChar *value, int *flags, int flagAll, int flagExtension, int flagRestriction, int flagSubstitution, int flagList, int flagUnion) argument

Completed in 93 milliseconds