Home | History | Annotate | Download | only in spdy

Lines Matching refs:num_headers

354   uint16 num_headers;
355 if (builder.ReadUInt16(&iter, &num_headers)) {
357 for (index = 0; index < num_headers; ++index) {
372 return index == num_headers &&
518 uint16 num_headers;
519 if (builder.ReadUInt16(&iter, &num_headers)) {
520 for (int index = 0; index < num_headers; ++index) {