Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/apps/http/
H A Dhttp_client.c713 const char* local_file_name; member
725 httpc_fs_init(httpc_filestate_t **filestate_out, const char* local_file_name, in httpc_fs_init() argument
732 file_len = strlen(local_file_name); in httpc_fs_init()
740 filestate->local_file_name = (const char *)(filestate + 1); in httpc_fs_init()
741 memcpy((char *)(filestate + 1), local_file_name, file_len + 1); in httpc_fs_init()
749 f = fopen(local_file_name, "wb"); in httpc_fs_init()
821 void* callback_arg, const char* local_file_name, httpc_state_t **connection) in httpc_get_file_to_disk() argument
827 …LWIP_ERROR("invalid parameters", (server_addr != NULL) && (uri != NULL) && (local_file_name != NUL… in httpc_get_file_to_disk()
829 err = httpc_fs_init(&filestate, local_file_name, settings, callback_arg); in httpc_get_file_to_disk()
873 … void* callback_arg, const char* local_file_name, httpc_state_t **connection) in httpc_get_file_dns_to_disk() argument
[all …]
/reactos/drivers/network/tcpip/lwip/src/include/lwip/apps/
H A Dhttp_client.h149 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);
/reactos/dll/win32/wininet/
H A Durlcache.c2860 char *local_file_name = 0; in urlcache_entry_commit() local
2932 local_file_name = file_name_no_container; in urlcache_entry_commit()
2936 if(!strncmp(header->directory_data[dir_id].name, local_file_name, DIR_LENGTH)) { in urlcache_entry_commit()
2950 local_file_name += DIR_LENGTH + 1; in urlcache_entry_commit()
2957 size = DWORD_ALIGN(size + strlen(local_file_name) + 1); in urlcache_entry_commit()
3025 strcpy((LPSTR)((LPBYTE)url_entry + file_name_off), local_file_name); in urlcache_entry_commit()