HomeSort by relevance Sort by last modified time
    Searched defs:text_length (Results 1 - 10 of 10) sorted by null

  /external/tcpdump/
print-rpki-rtr.c 254 u_int encapsulated_pdu_length, text_length, tlen, error_code; local
286 text_length = 0;
288 text_length = EXTRACT_32BITS(tptr);
292 ND_TCHECK2(*tptr, text_length);
293 if (text_length && (text_length <= tlen )) {
295 if (fn_printn(ndo, tptr, text_length, ndo->ndo_snapend))
  /external/libpng/
pngset.c 775 size_t text_length, key_len; local
825 text_length = 0;
837 text_length = strlen(text_ptr[i].text);
842 key_len + text_length + lang_len + lang_key_len + 4));
854 (key_len + lang_len + lang_key_len + text_length + 4),
878 if (text_length != 0)
879 memcpy(textp->text, text_ptr[i].text, text_length);
881 *(textp->text + text_length) = '\0';
886 textp->text_length = 0;
887 textp->itxt_length = text_length;
    [all...]
png.h 608 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/pdfium/third_party/libpng16/
pngset.c 787 size_t text_length, key_len; local
837 text_length = 0;
849 text_length = strlen(text_ptr[i].text);
854 key_len + text_length + lang_len + lang_key_len + 4));
866 (key_len + lang_len + lang_key_len + text_length + 4),
890 if (text_length != 0)
891 memcpy(textp->text, text_ptr[i].text, text_length);
893 *(textp->text + text_length) = '\0';
898 textp->text_length = 0;
899 textp->itxt_length = text_length;
    [all...]
png.h 608 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/skia/third_party/libpng/
pngset.c 775 size_t text_length, key_len; local
825 text_length = 0;
837 text_length = strlen(text_ptr[i].text);
842 key_len + text_length + lang_len + lang_key_len + 4));
854 (key_len + lang_len + lang_key_len + text_length + 4),
878 if (text_length != 0)
879 memcpy(textp->text, text_ptr[i].text, text_length);
881 *(textp->text + text_length) = '\0';
886 textp->text_length = 0;
887 textp->itxt_length = text_length;
    [all...]
png.h 608 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/syslinux/com32/lib/libpng/
pngset.c 706 png_size_t text_length, key_len; local
744 text_length = 0;
755 text_length = png_strlen(text_ptr[i].text);
761 (key_len + text_length + lang_len + lang_key_len + 4));
766 (key_len + lang_len + lang_key_len + text_length + 4),
791 if (text_length)
793 (png_size_t)(text_length));
794 *(textp->text + text_length) = '\0';
799 textp->text_length = 0;
800 textp->itxt_length = text_length;
    [all...]
  /external/syslinux/com32/include/
png.h 704 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 3522 int text_length = local
3997 int text_length = GreedyLoopTextLengthForAlternative(&alternatives_->at(0)); local
    [all...]

Completed in 268 milliseconds