Home | History | Annotate | Download | only in spdy

Lines Matching refs:buffer_handle

117 // in the buffer pointed to by |buffer_handle|.
118 // Updates the |*buffer_handle| pointer by |len|
122 unsigned char** buffer_handle,
127 DCHECK(NULL != buffer_handle) << "NULL buffer handle";
128 DCHECK(NULL != *buffer_handle) << "NULL pointer";
135 *(*buffer_handle)++ = val_chunk;