Home
last modified time | relevance | path

Searched refs:tt (Results 1 – 7 of 7) sorted by relevance

/lib/mbedtls/external/mbedtls/library/
A Dplatform_util.c176 struct tm *mbedtls_platform_gmtime_r(const mbedtls_time_t *tt, in mbedtls_platform_gmtime_r() argument
181 return (gmtime_s(tt, tm_buf) == 0) ? NULL : tm_buf; in mbedtls_platform_gmtime_r()
184 return (gmtime_s(tm_buf, tt) == 0) ? tm_buf : NULL; in mbedtls_platform_gmtime_r()
187 return gmtime_r(tt, tm_buf); in mbedtls_platform_gmtime_r()
197 lt = gmtime(tt); in mbedtls_platform_gmtime_r()
A Dx509.c1053 int mbedtls_x509_time_gmtime(mbedtls_time_t tt, mbedtls_x509_time *now) in mbedtls_x509_time_gmtime() argument
1057 if (mbedtls_platform_gmtime_r(&tt, &tm) == NULL) { in mbedtls_x509_time_gmtime()
/lib/bzip2/
A Dbzlib_decompress.c256 s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) ); in BZ2_decompress()
257 if (s->tt == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()
446 s->tt[nblock] = (UInt32)uc; in BZ2_decompress()
517 s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]); in BZ2_decompress()
585 uc = (UChar)(s->tt[i] & 0xff); in BZ2_decompress()
586 s->tt[s->cftab[uc]] |= (i << 8); in BZ2_decompress()
590 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress()
A Dbzlib_private.h397 UInt32 *tt; member
459 s->tPos = s->tt[s->tPos]; \
A Dbzlib.c561 s->tt = NULL; in BZ_API()
627 UInt32* c_tt = s->tt; in unRLE_obuf_to_output_FAST()
700 s->tt = c_tt; in unRLE_obuf_to_output_FAST()
879 if (s->tt != NULL) BZFREE(s->tt); in BZ_API()
/lib/mbedtls/external/mbedtls/include/mbedtls/
A Dplatform_util.h189 struct tm *mbedtls_platform_gmtime_r(const mbedtls_time_t *tt,
A Dx509.h397 int mbedtls_x509_time_gmtime(mbedtls_time_t tt, mbedtls_x509_time *now);

Completed in 28 milliseconds