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

  /external/chromium_org/net/quic/
quic_spdy_compressor.cc 55 char len_str[sizeof(serialized_len)]; local
56 memcpy(&len_str, &serialized_len, sizeof(serialized_len));
60 priority_len + arraysize(id_str) + arraysize(len_str) + serialized_len);
65 compressed.append(len_str, arraysize(len_str));
  /system/core/libdiskconfig/
diskconfig.c 41 int len_str; local
46 len_str = strlen(tmp);
47 if (!len_str) {
52 switch(tmp[len_str - 1]) {
59 tmp[len_str - 1] = '\0';
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 952 int len_str; local
955 len_str = strlen(str);
962 if( len > len_str)
    [all...]

Completed in 1219 milliseconds