Searched refs:VALUELEN (Results 1 – 2 of 2) sorted by relevance
/third_party/nghttp2/examples/ |
D | libevent-client.c | 402 #define MAKE_NV(NAME, VALUE, VALUELEN) \ argument 404 (uint8_t *)NAME, (uint8_t *)VALUE, sizeof(NAME) - 1, VALUELEN, \
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_qlog.c | 125 #define write_pair_hex(DEST, NAME, VALUE, VALUELEN) \ argument 127 (VALUE), (VALUELEN))
|