Lines Matching defs:nodes
44 /* NGHTTP3_KSL_MAX_NBLK is the maximum number of nodes which a single
47 /* NGHTTP3_KSL_MIN_NBLK is the minimum number of nodes which a single
92 /* n is the number of nodes this object contains in nodes. */
94 /* leaf is nonzero if this block contains leaf nodes. */
98 /* nodes is a buffer to contain NGHTTP3_KSL_MAX_NBLK
103 uint8_t nodes[1];
125 * nghttp3_ksl_it is a forward iterator to iterate nodes.
230 * nghttp3_ksl_update_key replaces the key of nodes which has |old_key|
266 ((nghttp3_ksl_node *)(void *)((BLK)->nodes + (KSL)->nodelen * (N)))