Searched refs:tt (Results 1 – 7 of 7) sorted by relevance
176 struct tm *mbedtls_platform_gmtime_r(const mbedtls_time_t *tt, in mbedtls_platform_gmtime_r() argument181 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()
1053 int mbedtls_x509_time_gmtime(mbedtls_time_t tt, mbedtls_x509_time *now) in mbedtls_x509_time_gmtime() argument1057 if (mbedtls_platform_gmtime_r(&tt, &tm) == NULL) { in mbedtls_x509_time_gmtime()
256 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()
397 UInt32 *tt; member459 s->tPos = s->tt[s->tPos]; \
561 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()
189 struct tm *mbedtls_platform_gmtime_r(const mbedtls_time_t *tt,
397 int mbedtls_x509_time_gmtime(mbedtls_time_t tt, mbedtls_x509_time *now);
Completed in 28 milliseconds