Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/apps/http/
H A Dhttp_client.c727 size_t file_len, alloc_len; in httpc_fs_init() local
730 file_len = strlen(local_file_name); in httpc_fs_init()
731 alloc_len = sizeof(httpc_filestate_t) + file_len + 1; in httpc_fs_init()
739 memcpy((char *)(filestate + 1), local_file_name, file_len + 1); in httpc_fs_init()