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

  /external/tcpdump/
print-rpki-rtr.c 258 u_int encapsulated_pdu_length, text_length, tlen, error_code; local
289 text_length = 0;
291 text_length = EXTRACT_32BITS(tptr);
295 if (text_length && (text_length <= tlen )) {
296 memcpy(buf, tptr, MIN(sizeof(buf)-1, text_length));
297 buf[text_length] = '\0';
  /external/libpng/
pngset.c 756 size_t text_length, key_len; local
806 text_length = 0;
818 text_length = strlen(text_ptr[i].text);
823 key_len + text_length + lang_len + lang_key_len + 4));
834 (key_len + lang_len + lang_key_len + text_length + 4),
858 if (text_length)
859 memcpy(textp->text, text_ptr[i].text, text_length);
861 *(textp->text + text_length) = '\0';
866 textp->text_length = 0;
867 textp->itxt_length = text_length;
    [all...]
png.h 694 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngset.c 755 size_t text_length, key_len; local
805 text_length = 0;
817 text_length = strlen(text_ptr[i].text);
822 key_len + text_length + lang_len + lang_key_len + 4));
833 (key_len + lang_len + lang_key_len + text_length + 4),
857 if (text_length)
858 memcpy(textp->text, text_ptr[i].text, text_length);
860 *(textp->text + text_length) = '\0';
865 textp->text_length = 0;
866 textp->itxt_length = text_length;
    [all...]
png.h 933 png_size_t text_length; \/* length of the text string *\/ member in struct:png_text_struct
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h 655 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/v8/src/
jsregexp.cc 3487 int text_length = local
3955 int text_length = GreedyLoopTextLengthForAlternative(&alternatives_->at(0)); local
    [all...]

Completed in 270 milliseconds