Home | History | Annotate | Download | only in flip_server

Lines Matching refs:input

27   //   This is how the BalsaFrame passes you the raw input which it knows to
32 // input - contains the bytes available for read.
33 // size - contains the number of bytes it is safe to read from input.
34 virtual void ProcessBodyInput(const char *input, size_t size) = 0;
43 // input - contains the bytes available for read.
44 // size - contains the number of bytes it is safe to read from input.
45 virtual void ProcessBodyData(const char *input, size_t size) = 0;
51 // input - contains the bytes available for read.
52 // size - contains the number of bytes it is safe to read from input.
53 virtual void ProcessHeaderInput(const char *input, size_t size) = 0;
61 // input - contains the bytes available for read.
62 // size - contains the number of bytes it is safe to read from input.
63 virtual void ProcessTrailerInput(const char *input, size_t size) = 0;
138 // input - contains the bytes available for read.
139 // size - contains the number of bytes it is safe to read from input.
140 virtual void ProcessChunkExtensions(const char* input, size_t size) = 0;