Searched refs:long_format (Results 1 - 8 of 8) sorted by relevance
/external/webrtc/webrtc/base/ |
H A D | opensslidentity.cc | 380 bool long_format; local 383 long_format = false; 385 long_format = true; 390 return ASN1TimeToSec(expire_time->data, expire_time->length, long_format);
|
H A D | sslidentity.cc | 193 int64_t ASN1TimeToSec(const unsigned char* s, size_t length, bool long_format) { argument 211 if (long_format) {
|
H A D | sslidentity_unittest.cc | 314 bool long_format; member in struct:SSLIdentityExpirationTest::asn_example 374 int64_t res = rtc::ASN1TimeToSec(buf, length, entry.long_format); 383 int64_t res = rtc::ASN1TimeToSec(buf, length - 1, entry.long_format);
|
H A D | sslidentity.h | 228 int64_t ASN1TimeToSec(const unsigned char* s, size_t length, bool long_format);
|
/external/ipsec-tools/src/racoon/ |
H A D | racoonctl.c | 195 int long_format = 0; variable 281 long_format++; 1129 switch (long_format) { 1150 if (long_format >= 2) { 1152 switch (long_format) { 1168 switch (long_format) { 1183 if (long_format >= 1) { 1201 if (long_format >= 1) 1238 printf("%s\n", long_format ? long_h1 : short_h1); 1245 printf("%s ", long_format [all...] |
/external/libdrm/tests/ |
H A D | dristat.c | 202 printf(prev.data[j].long_format, prev.data[j].long_name);
|
/external/libdrm/ |
H A D | xf86drm.h | 146 const char *long_format; /**< Suggested format for long_name */ member in struct:_drmStats::__anon9447
|
H A D | xf86drm.c | 2348 stats->data[i].long_format = "%-20.20s"; \ 2354 stats->data[i].long_format = "%-20.20s"; \ 2362 stats->data[i].long_format = "%-20.20s"; \
|
Completed in 521 milliseconds