Home | History | Annotate | Download | only in libxml2

Lines Matching defs:hex

129 	xmlSchemaValHex		hex;
1056 if (value->value.hex.str != NULL)
1057 xmlFree(value->value.hex.str);
3009 v->value.hex.str = (xmlChar *) cur;
3010 v->value.hex.total = total;
3732 if (val->value.hex.str != NULL)
3733 cur->value.hex.str = xmlStrdup(BAD_CAST val->value.hex.str);
4884 if (x->value.hex.total == y->value.hex.total) {
4885 int ret = xmlStrcmp(x->value.hex.str, y->value.hex.str);
4891 else if (x->value.hex.total > y->value.hex.total)
5171 len = val->value.hex.total;
5430 len = val->value.hex.total;
6047 *retValue = BAD_CAST xmlStrdup(BAD_CAST val->value.hex.str);