Searched refs:xmlUnicodeLookup (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | xmlunicode.c | 37 static xmlIntFunc *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname); 946 *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname) { in xmlUnicodeLookup() function 2646 func = xmlUnicodeLookup(&xmlUnicodeBlockTbl, block); in xmlUCSIsBlock() 3171 func = xmlUnicodeLookup(&xmlUnicodeCatTbl, cat); in xmlUCSIsCat()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 120317 -static xmlIntFunc *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname); 120318 +static xmlIntFunc *xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname); 120373 * xmlUnicodeLookup: 120378 -*xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname) { 120379 +*xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname) { 134932 -static xmlIntFunc *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname); 134933 +static xmlIntFunc *xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname); 135165 * xmlUnicodeLookup: 135170 -*xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname) { 135171 +*xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname) {
|