Home
last modified time | relevance | path

Searched refs:nv_t (Results 1 - 4 of 4) sorted by relevance

/third_party/node/src/
H A Dnode_http_common-inl.h30 buf_.AllocateSufficientStorage((alignof(nv_t) - 1) + in NgHeaders()
31 count_ * sizeof(nv_t) + in NgHeaders()
34 char* start = AlignUp(buf_.out(), alignof(nv_t)); in NgHeaders()
35 char* header_contents = start + (count_ * sizeof(nv_t)); in NgHeaders()
36 nv_t* const nva = reinterpret_cast<nv_t*>(start); in NgHeaders()
H A Dnode_http_common.h253 typedef typename T::nv_t nv_t; typedef in node::NgHeaders
257 const nv_t* operator*() const { in operator *()
258 return reinterpret_cast<const nv_t*>(*buf_); in operator *()
261 const nv_t* data() const { in data()
262 return reinterpret_cast<const nv_t*>(*buf_); in data()
H A Dnode_http2.h119 typedef nghttp2_nv nv_t; typedef
/third_party/node/deps/cares/src/tools/
H A Dadig.c84 } nv_t; typedef
86 static const nv_t configflags[] = {
96 static int lookup_flag(const nv_t *nv, size_t num_nv, const char *name) in lookup_flag()

Completed in 5 milliseconds