Home
last modified time | relevance | path

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

/AliOS-Things-master/components/http/src/
A Dhttp_formdata.c32 && (formdata_info[i].is_used == 1)) { in found_formdata_info()
48 if(formdata_info[i].is_used == 0) { in found_empty_formdata_info()
86 if(data_info->is_used == 0) { in httpclient_formdata_addtext()
87 data_info->is_used = 1; in httpclient_formdata_addtext()
91 data_info->is_used = 0; in httpclient_formdata_addtext()
208 if(data_info->is_used == 0) { in httpclient_formdata_addfile()
209 data_info->is_used = 1; in httpclient_formdata_addfile()
213 data_info->is_used = 0; in httpclient_formdata_addfile()
278 if ((NULL == data_info) || (0 == data_info->is_used)) { in httpclient_formdata_len()
321 if ((NULL == data_info) || (0 == data_info->is_used)) { in httpclient_send_formdata()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/norflash_api/
A Dnorflash_api.h126 bool is_used; member
132 bool is_used; member
/AliOS-Things-master/components/http/internal/
A Dhttp_form_data.h23 int is_used; member
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Daf_packet.c80 if (!psockets[s].is_used) { in tryget_pkt_socket()
103 if (!sock->is_used) { in get_pkt_socket()
124 (int) psockets[i].ifindex, psockets[i].is_used, in get_pkt_socket_by_netif()
126 if (psockets[i].is_used) in get_pkt_socket_by_netif()
150 if(psockets[i].is_used == 1) in alloc_pkt_socket()
167 psockets[i].is_used = 1; in alloc_pkt_socket()
191 sock->is_used = 0; in free_pkt_socket()
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Daf_packet.h47 int is_used; /* is used flag */ member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/bluetooth/gap/
A Dgap_storage_le.h127 bool is_used; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dhistogram_enc.c300 uint8_t* const is_used) { in PopulationCost() argument
309 *is_used = (stats.streaks[1][0] != 0 || stats.streaks[1][1] != 0); in PopulationCost()

Completed in 18 milliseconds