Home | History | Annotate | Download | only in Protocol

Lines Matching refs:DataBufferSize

189   UINT64                                DataBufferSize;        

200 /// function that lead to outbound data and DataBufferSize of
204 /// DataBufferSize, again. If there is no data remained,
205 /// DataBufferSize should be set to 0.
372 is larger than Token.DataBufferSize, Token.DataCallback will be called to allow for
385 - Token. DataBufferSize is 0.
407 into Token.DataBuffer. Token.DataBufferSize is the number bytes to be transferred.
408 If the file size is larger than Token.DataBufferSize, Token.DataCallback will be called
410 Token.DataBuffer. Token.DataBufferSize is updated to reflect the actual number of bytes
411 to be transferred. Token.DataBufferSize is set to 0 by the call back to indicate the
425 - Token. DataBufferSize is 0.
449 is larger than Token.DataBufferSize, Token.DataCallback will be called to allow for processing
462 - Token. DataBufferSize is 0.