Searched defs:long_format (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/base/
H A Dopensslidentity.cc380 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 Dsslidentity.cc193 int64_t ASN1TimeToSec(const unsigned char* s, size_t length, bool long_format) { argument
211 if (long_format) {
H A Dsslidentity_unittest.cc314 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);
/external/ipsec-tools/src/racoon/
H A Dracoonctl.c195 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/python/cpython2/Objects/stringlib/
H A Dformatter.h1406 /* Need to define long_format as a function that will convert a long
1410 #define long_format _PyLong_Format macro
1413 long_format(PyObject* value, int base) function
1429 long_format);
/external/libdrm/
H A Dxf86drm.h146 const char *long_format; /**< Suggested format for long_name */ member in struct:_drmStats::__anon11350

Completed in 318 milliseconds