Home
last modified time | relevance | path

Searched refs:tlen (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/iptcutil/
A Diptcutil.c351 tlen; in super_fgets() local
353 tlen=(long)q-(long)b; in super_fgets()
358 q=b+tlen; in super_fgets()
366 tlen; in super_fgets() local
368 tlen=(long)q - (long)b; in super_fgets()
369 if (tlen == 0) in super_fgets()
371 b[tlen] = '\0'; in super_fgets()
372 *blen=++tlen; in super_fgets()
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/
A Dawss_packet.c164 const char *awss_build_topic(const char *topic_fmt, char *topic, uint32_t tlen) in awss_build_topic() argument
168 if (topic == NULL || topic_fmt == NULL || tlen == 0) { in awss_build_topic()
175 HAL_Snprintf(topic, tlen - 1, topic_fmt, pk, dev_name); in awss_build_topic()
A Dawss_packet.h73 const char *awss_build_topic(const char *topic_fmt, char *topic, uint32_t tlen);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dgzlog.c301 ulong tlen; /* length (modulo 2^32) of total data */ member
425 log->tlen = PULL4(buf + HEAD + 28); in log_head()
447 PUT4(ext + 28, log->tlen); in log_mark()
525 log->tlen += put; in log_append()
551 PUT4(buf + 4, log->tlen); in log_append()
691 log->clen = log->tlen; in log_compress()
696 log->tlen = log->clen; in log_compress()
703 PUT4(buf + 4, log->tlen); in log_compress()
/AliOS-Things-master/components/linkkit/wifi_provision/mcast_smartconfig/
A Dmcast_smartconfig.c31 while (iter < mcast_smartconfig_data.tlen) { in mcast_receive_done()
61 mcast_smartconfig_data.tlen - 1); in verify_checksum()
133 awss_debug("mcast: tlen is %d\n", mcast_smartconfig_data.tlen); in parse_result()
447 mcast_smartconfig_data.tlen = mcast_smartconfig_data.data[0]; in awss_recv_callback_mcast_smartconfig()
/AliOS-Things-master/components/mbedtls/library/
A Dssl_ticket.c285 size_t *tlen, in mbedtls_ssl_ticket_write() argument
298 *tlen = 0; in mbedtls_ssl_ticket_write()
349 *tlen = 4 + 12 + 2 + 16 + ciph_len; in mbedtls_ssl_ticket_write()
A Dssl_cli.c578 size_t tlen = ssl->session_negotiate->ticket_len; in ssl_write_session_ticket_ext() local
589 if( end < p || (size_t)( end - p ) < 4 + tlen ) in ssl_write_session_ticket_ext()
598 *p++ = (unsigned char)( ( tlen >> 8 ) & 0xFF ); in ssl_write_session_ticket_ext()
599 *p++ = (unsigned char)( ( tlen ) & 0xFF ); in ssl_write_session_ticket_ext()
603 if( ssl->session_negotiate->ticket == NULL || tlen == 0 ) in ssl_write_session_ticket_ext()
608 MBEDTLS_SSL_DEBUG_MSG( 3, ( "sending session ticket of length %d", tlen ) ); in ssl_write_session_ticket_ext()
610 memcpy( p, ssl->session_negotiate->ticket, tlen ); in ssl_write_session_ticket_ext()
612 *olen += tlen; in ssl_write_session_ticket_ext()
A Dssl_srv.c4192 size_t tlen; in ssl_write_new_session_ticket() local
4215 &tlen, &lifetime ) ) != 0 ) in ssl_write_new_session_ticket()
4218 tlen = 0; in ssl_write_new_session_ticket()
4226 ssl->out_msg[8] = (unsigned char)( ( tlen >> 8 ) & 0xFF ); in ssl_write_new_session_ticket()
4227 ssl->out_msg[9] = (unsigned char)( ( tlen ) & 0xFF ); in ssl_write_new_session_ticket()
4229 ssl->out_msglen = 10 + tlen; in ssl_write_new_session_ticket()
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/
A Dzconfig_protocol.h198 uint8_t tlen; member
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dssl.h1515 size_t *tlen,
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.c4119 DWORD cl, pcl, ncl, tcl, dsc, tlen, ulen, *tbl; local
4135 tlen = *tbl++; ulen = 2; /* Given table size and required table size */
4147 if (ulen <= tlen) { /* Store the length and top of the fragment */
4153 if (ulen <= tlen) {
/AliOS-Things-master/components/fatfs/src/
A Dff.c4055 DWORD cl, pcl, ncl, tcl, dsc, tlen, ulen, *tbl; local
4071 tlen = *tbl++; ulen = 2; /* Given table size and required table size */
4083 if (ulen <= tlen) { /* Store the length and top of the fragment */
4089 if (ulen <= tlen) {

Completed in 50 milliseconds