Home | History | Annotate | Download | only in libxml2

Lines Matching refs:tptr

37 static xmlIntFunc *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname);
938 * @tptr: pointer to the name table
946 *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname) {
950 if ((tptr == NULL) || (tname == NULL)) return(NULL);
953 high = tptr->numentries - 1;
954 sptr = tptr->table;