HomeSort by relevance Sort by last modified time
    Searched refs:textbuf (Results 1 - 3 of 3) sorted by null

  /external/libpng/contrib/gregbook/
wpng.c 165 char *bgstr, *textbuf = NULL; local
441 (textbuf = (char *)malloc((5 + 9)*75)) != NULL)
452 p = textbuf + TEXT_TITLE_OFFSET;
482 p = textbuf + TEXT_AUTHOR_OFFSET;
512 p = textbuf + TEXT_DESC_OFFSET;
522 if ((len = p - (textbuf + TEXT_DESC_OFFSET)) > 1) {
527 wpng_info.desc = textbuf + TEXT_DESC_OFFSET;
529 p = textbuf + TEXT_DESC_OFFSET;
552 p = textbuf + TEXT_COPY_OFFSET;
582 p = textbuf + TEXT_EMAIL_OFFSET
    [all...]
  /external/stlport/src/details/
fstream_win32io.cpp 493 char textbuf[_TEXTBUF_SIZE + 1]; // extra 1 in case LF at end local
494 char * nextblock = buf, * ptrtextbuf = textbuf;
495 char * endtextbuf = textbuf + _TEXTBUF_SIZE;
519 char * writetextbuf = textbuf;
520 for (size_t NumberOfBytesToWrite = (size_t)(ptrtextbuf - textbuf);
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 493 char textbuf[_TEXTBUF_SIZE + 1]; // extra 1 in case LF at end local
494 char * nextblock = buf, * ptrtextbuf = textbuf;
495 char * endtextbuf = textbuf + _TEXTBUF_SIZE;
519 char * writetextbuf = textbuf;
520 for (size_t NumberOfBytesToWrite = (size_t)(ptrtextbuf - textbuf);

Completed in 102 milliseconds