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

/vbox/src/libs/libpng-1.2.8/
H A Dpngwutil.c2710 png_bytep tptr; local
2712 tptr = png_ptr->prev_row;
2714 png_ptr->row_buf = tptr;
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c37 static xmlIntFunc *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname);
938 * @tptr: pointer to the name table
946 *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname) { argument
950 if ((tptr == NULL) || (tname == NULL)) return(NULL);
953 high = tptr->numentries - 1;
954 sptr = tptr->table;

Completed in 58 milliseconds