Lines Matching refs:start
385 // Make sure the start address is aligned appropriately for an nghttp2_nv*.
386 char* start = AlignUp(static_cast<char*>(bs_->Data()),
388 char* origin_contents = start + (count_ * sizeof(nghttp2_origin_entry));
390 reinterpret_cast<nghttp2_origin_entry*>(start);
642 double start = statistics_.start_time / 1e6;
643 double duration = (PERFORMANCE_NOW() / 1e6) - start;
648 start - (node::performance::timeOrigin / 1e6),
662 double start = statistics_.start_time / 1e6;
663 double duration = (PERFORMANCE_NOW() / 1e6) - start;
668 start - (node::performance::timeOrigin / 1e6),
884 // Called by nghttp2 at the start of receiving a HEADERS frame. We use this
2142 // Wait until the start of the next loop to delete because there