Home | History | Annotate | Download | only in spdy

Lines Matching refs:input_ptr

161     const char* input_ptr = reinterpret_cast<const char*>(input);
170 size_t bytes_processed = framer_.ProcessInput(input_ptr, bytes_read);
172 input_ptr += bytes_processed;