Lines Matching refs:handle
246 struct fs_file *handle; member
480 if (hs->handle) { in http_state_eof()
485 … ms_needed, hs->handle->len, ((((u32_t)hs->handle->len) * 10) / needed))); in http_state_eof()
487 fs_close(hs->handle); in http_state_eof()
488 hs->handle = NULL; in http_state_eof()
803 , (hs->handle ? hs->handle->state : NULL)
959 if ((hs->handle != NULL) && (hs->handle->flags & FS_FILE_FLAGS_HEADER_PERSISTENT)) {
966 hs->handle->len);
1104 if (hs->handle == NULL) {
1109 bytes_left = fs_bytes_left(hs->handle);
1154 count = fs_read_async(hs->handle, hs->buf, count, http_continue, hs);
1156 count = fs_read(hs->handle, hs->buf, count);
1580 if (!fs_is_file_ready(hs->handle, http_continue, hs)) {
1614 if ((hs->left == 0) && (fs_bytes_left(hs->handle) <= 0)) {
1928 if (hs && (hs->pcb) && (hs->handle)) {
1969 if ((hs->handle != NULL) || (hs->file != NULL)) {
2333 hs->handle = file;
2372 (hs->handle->flags & FS_FILE_FLAGS_HEADER_INCLUDED) != 0);
2375 if (is_09 && ((hs->handle->flags & FS_FILE_FLAGS_HEADER_INCLUDED) != 0)) {
2387 hs->handle = NULL;
2395 if ((hs->handle == NULL) || ((hs->handle->flags & FS_FILE_FLAGS_HEADER_INCLUDED) == 0)) {
2409 if ((hs->handle != NULL) &&
2410 …((hs->handle->flags & (FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT)) == FS_FIL…
2498 if (hs->handle) {
2562 if (hs->handle == NULL) {