Home
last modified time | relevance | path

Searched defs:max_len (Results 1 – 21 of 21) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/
A Duuid.h16 static int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str()
/AliOS-Things-master/components/py_engine/modules/network/
A Dqrcode.c13 int network_qrcode_scan(void *gray, int w, int h, char *ouput, int max_len) in network_qrcode_scan()
/AliOS-Things-master/components/http/src/
A Dhttp_client.c384 static int httpclient_recv_data(httpclient_t *client, char *buf, int min_len, int max_len, int *p_r… in httpclient_recv_data()
412 int ret, max_len; in httpclient_retrieve_content() local
543 …int max_len = MIN(MIN(HTTPCLIENT_CHUNK_SIZE - 1, client_data->response_buf_len - 1 - count), readL… in httpclient_retrieve_content() local
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/repl/
A Dmodule_repl.c103 uint32_t max_len = 16; in native_repl_read() local
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/uart/
A Dmodule_uart.c266 uint32_t max_len; in native_uart_read() local
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dspi.c392 uint32_t max_len = (len + offset) <= SPI_DMA_MAX ? (len + offset) : SPI_DMA_MAX; in hal_spi_send_and_recv() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dbackward_references_enc.c307 const int max_len = MaxFindCopyLength(size - 1 - base_position); in VP8LHashChainFill() local
426 const int max_len = MaxFindCopyLength(pix_count - i); in BackwardReferencesRle() local
/AliOS-Things-master/components/ulog/src/
A Dulog_session_file.c731 size_t max_len = 0; in ulog_fs_log_file_path() local
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/uart/
A Dmodule_uart.c326 uint32_t max_len = 1024; in native_uart_read() local
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/api/
A Dgattm_task.h111 uint16_t max_len; member
/AliOS-Things-master/components/py_engine/engine/py/
A Dstream.c252 size_t max_len = (size_t)-1; in stream_write_method() local
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dqjsc.c213 size_t len, max_len; in find_unique_cname() local
A Dcutils.c251 int unicode_from_utf8(const uint8_t *p, int max_len, const uint8_t **pp) in unicode_from_utf8()
A Dquickjs.c1893 static JSString* js_alloc_string_rt(JSRuntime* rt, int max_len, int is_wide_char) in js_alloc_string_rt()
1911 static JSString* js_alloc_string(JSContext* ctx, int max_len, int is_wide_char) in js_alloc_string()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dtcp_out.c545 u16_t max_len = mss_local - optlen; in tcp_write() local
/AliOS-Things-master/components/mbedtls/library/
A Dssl_tls.c154 size_t max_len = MBEDTLS_SSL_OUT_CONTENT_LEN; in ssl_get_remaining_payload_in_datagram() local
2234 const size_t max_len = ssl->in_msglen + padlen; in ssl_decrypt_buf() local
8001 size_t max_len; in mbedtls_ssl_get_max_frag_len() local
8048 size_t max_len = MBEDTLS_SSL_OUT_CONTENT_LEN; in mbedtls_ssl_get_max_out_record_payload() local
8643 const size_t max_len = (size_t) ret; in ssl_write_real() local
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_httpc.c214 static int _http_recv(httpclient_t *client, char *buf, int max_len, in _http_recv()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Danim_util.c155 size_t max_len; in DumpFrame() local
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/
A Dmakefsdata.c652 static void fix_filename_for_c(char* qualifiedName, size_t max_len) in fix_filename_for_c()
/AliOS-Things-master/components/oss/src/utils/
A DUtils.cc229 const int max_len = (len * 3 / 4); in Base64Decode() local
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/
A Dhttpd.c517 u16_t len, max_len; in http_write() local

Completed in 173 milliseconds