Home
last modified time | relevance | path

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

/reactos/dll/win32/wininet/
H A Dftp.c3435 WININET_Release(&lpwfn->lpFtpSession->hdr); in FTPFINDNEXT_Destroy()
3437 for (i = 0; i < lpwfn->size; i++) in FTPFINDNEXT_Destroy()
3439 heap_free(lpwfn->lpafp[i].lpszName); in FTPFINDNEXT_Destroy()
3441 heap_free(lpwfn->lpafp); in FTPFINDNEXT_Destroy()
3550 LPWININETFTPFINDNEXTW lpwfn = NULL; in FTP_ReceiveFileList() local
3560 if (lpwfn) in FTP_ReceiveFileList()
3563 lpwfn->hdr.dwContext = dwContext; in FTP_ReceiveFileList()
3565 lpwfn->size = dwSize; in FTP_ReceiveFileList()
3566 lpwfn->lpafp = lpafp; in FTP_ReceiveFileList()
3569 lpwfn->lpFtpSession = lpwfs; in FTP_ReceiveFileList()
[all …]