Home
last modified time | relevance | path

Searched refs:BUF_SIZE (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/oss/src/external/tinyxml2/
A Dtinyxml2.cpp1446 char buf[BUF_SIZE]; in SetAttribute()
1454 char buf[BUF_SIZE]; in SetAttribute()
1462 char buf[BUF_SIZE]; in SetAttribute()
1471 char buf[BUF_SIZE]; in SetAttribute()
1478 char buf[BUF_SIZE]; in SetAttribute()
1485 char buf[BUF_SIZE]; in SetAttribute()
1596 char buf[BUF_SIZE]; in SetText()
1604 char buf[BUF_SIZE]; in SetText()
1612 char buf[BUF_SIZE]; in SetText()
1620 char buf[BUF_SIZE]; in SetText()
[all …]
A Dtinyxml2.h1228 enum { BUF_SIZE = 200 }; enumerator
1641 enum { BUF_SIZE = 200 }; enumerator
2298 BUF_SIZE = 200 enumerator
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/misc/
A Drtl8721d_ota.c549 alloc = ota_update_malloc(BUF_SIZE); in download_new_fw_from_server()
583 memset(buf, 0, BUF_SIZE); in download_new_fw_from_server()
584 read_bytes = lwip_read(socket, buf, BUF_SIZE); in download_new_fw_from_server()
690 pTempbuf = ota_update_malloc(BUF_SIZE); in verify_ota_checksum()
700 for(i=0;i<len;i+=BUF_SIZE){ in verify_ota_checksum()
701 rlen = (len-i)>BUF_SIZE?BUF_SIZE:(len-i); in verify_ota_checksum()
798 alloc = ota_update_malloc(BUF_SIZE);
1323 alloc = ota_update_malloc(BUF_SIZE);
1490 int alloc_buf_size = BUF_SIZE;
1789 alloc = ota_update_malloc(BUF_SIZE);
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_ota.h124 #define BUF_SIZE 512 /*the size of the buffer used for receiving firmware data from server… macro

Completed in 17 milliseconds