Searched refs:xmlLtS (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | xmlunicode.c | 497 static const xmlChSRange xmlLtS[] = {{0x1c5, 0x1c5}, {0x1c8, 0x1c8}, variable 500 static xmlChRangeGroup xmlLtG = {10,0,xmlLtS,NULL};
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 134998 static const xmlChSRange xmlLtS[] = {{0x1c5, 0x1c5}, {0x1c8, 0x1c8}, 135001 -static xmlChRangeGroup xmlLtG = {10,0,xmlLtS,NULL}; 135002 +static const xmlChRangeGroup xmlLtG = {10,0,xmlLtS,NULL};
|