Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/apps/http/
A Dhttp_client.c734 if (filestate == NULL) { in httpc_fs_init()
738 filestate->local_file_name = (const char *)(filestate + 1); in httpc_fs_init()
740 filestate->file = NULL; in httpc_fs_init()
750 mem_free(filestate); in httpc_fs_init()
753 filestate->file = f; in httpc_fs_init()
754 *filestate_out = filestate; in httpc_fs_init()
762 if (filestate != NULL) { in httpc_fs_free()
765 filestate->file = NULL; in httpc_fs_free()
767 mem_free(filestate); in httpc_fs_free()
777 if (filestate != NULL) { in httpc_fs_result()
[all …]

Completed in 4 milliseconds