Home | History | Annotate | Download | only in TftpServer

Lines Matching defs:BytesRead

35   size_t BytesRead;

64 BytesRead = fread ( pContext->pFill,
68 if ( -1 == BytesRead ) {
76 pContext->BytesRemaining -= BytesRead;
77 pContext->ValidBytes += BytesRead;
81 BytesRead,
87 pContext->pFill += BytesRead;