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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c171 xmlChar *blockName; member in struct:_xmlRegRange
354 int neg, int start, int end, const xmlChar *blockName);
731 if (range->blockName != NULL)
732 xmlFree(range->blockName);
755 if (range->blockName != NULL) {
756 ret->blockName = xmlStrdup(range->blockName);
757 if (ret->blockName == NULL) {
1208 xmlChar *blockName) {
1243 range->blockName
1206 xmlRegAtomAddRange(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom, int neg, xmlRegAtomType type, int start, int end, xmlChar *blockName) argument
2722 xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint, int neg, int start, int end, const xmlChar *blockName) argument
4551 xmlChar *blockName = NULL; local
[all...]

Completed in 49 milliseconds