Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
Dhttp_client.c716 } httpc_filestate_t; typedef
723 httpc_fs_init(httpc_filestate_t **filestate_out, const char* local_file_name, in httpc_fs_init()
726 httpc_filestate_t *filestate; in httpc_fs_init()
731 alloc_len = sizeof(httpc_filestate_t) + file_len + 1; in httpc_fs_init()
733 filestate = (httpc_filestate_t *)mem_malloc((mem_size_t)alloc_len); in httpc_fs_init()
737 memset(filestate, 0, sizeof(httpc_filestate_t)); in httpc_fs_init()
760 httpc_fs_free(httpc_filestate_t *filestate) in httpc_fs_free()
776 httpc_filestate_t *filestate = (httpc_filestate_t *)arg; in httpc_fs_result()
790 httpc_filestate_t *filestate = (httpc_filestate_t*)arg; in httpc_fs_tcp_recv()
823 httpc_filestate_t *filestate; in httpc_get_file_to_disk()
[all …]