Home
last modified time | relevance | path

Searched refs:time_len (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/quic/crypto/
Dsource_address_token.cc50 size_t time_len = plaintext[1 + ip_len]; in ParseFromArray() local
51 if (plaintext_length != 1 + ip_len + 1 + time_len) { in ParseFromArray()
55 string time_str(&plaintext[1 + ip_len + 1], time_len); in ParseFromArray()
/external/libcap-ng/libcap-ng-0.7/utils/
Dnetcap.c253 unsigned long rxq, txq, time_len, retr, inode; in read_tcp() local
274 &state, &txq, &rxq, &timer_run, &time_len, &retr, in read_tcp()
287 unsigned long rxq, txq, time_len, retr, inode; in read_udp() local
308 &state, &txq, &rxq, &timer_run, &time_len, &retr, in read_udp()
321 unsigned long rxq, txq, time_len, retr, inode; in read_raw() local
342 &state, &txq, &rxq, &timer_run, &time_len, &retr, in read_raw()
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
Dcall_main.cc124 size_t time_len = strlen(time_string); in DebugPrint() local
125 if (time_len > 0) { in DebugPrint()
126 time_string[time_len-1] = 0; // trim off terminating \n in DebugPrint()
/external/chromium_org/components/crash/app/
Dbreakpad_linux.cc1115 const unsigned time_len = my_uint64_len(time); in HandleCrashReportId() local
1116 my_uint64tos(time_str, time, time_len); in HandleCrashReportId()
1121 sys_write(log_fd, time_str, time_len); in HandleCrashReportId()
1375 const unsigned time_len = my_uint64_len(time); in HandleCrashDump() local
1376 my_uint64tos(time_str, time, time_len); in HandleCrashDump()
1380 time_str, time_len); in HandleCrashDump()