Searched refs:local_file_name (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/apps/http/ |
D | http_client.c | 711 const char* local_file_name; member 723 httpc_fs_init(httpc_filestate_t **filestate_out, const char* local_file_name, in httpc_fs_init() argument 730 file_len = strlen(local_file_name); in httpc_fs_init() 738 filestate->local_file_name = (const char *)(filestate + 1); in httpc_fs_init() 739 memcpy((char *)(filestate + 1), local_file_name, file_len + 1); in httpc_fs_init() 747 f = fopen(local_file_name, "wb"); in httpc_fs_init() 819 void* callback_arg, const char* local_file_name, httpc_state_t **connection) in httpc_get_file_to_disk() argument 825 …LWIP_ERROR("invalid parameters", (server_addr != NULL) && (uri != NULL) && (local_file_name != NUL… in httpc_get_file_to_disk() 827 err = httpc_fs_init(&filestate, local_file_name, settings, callback_arg); in httpc_get_file_to_disk() 871 … void* callback_arg, const char* local_file_name, httpc_state_t **connection) in httpc_get_file_dns_to_disk() argument [all …]
|
/third_party/lwip/src/include/lwip/apps/ |
D | http_client.h | 149 void* callback_arg, const char* local_file_name, httpc_state_t **connection); 151 void* callback_arg, const char* local_file_name, httpc_state_t **connection);
|