Lines Matching defs:nodes
43 /* NGTCP2_KSL_MAX_NBLK is the maximum number of nodes which a single
46 /* NGTCP2_KSL_MIN_NBLK is the minimum number of nodes which a single
90 /* n is the number of nodes this object contains in nodes. */
92 /* leaf is nonzero if this block contains leaf nodes. */
96 /* nodes is a buffer to contain NGTCP2_KSL_MAX_NBLK
101 uint8_t nodes[1];
123 * ngtcp2_ksl_it is a forward iterator to iterate nodes.
228 * ngtcp2_ksl_update_key replaces the key of nodes which has |old_key|
264 ((ngtcp2_ksl_node *)(void *)((BLK)->nodes + (KSL)->nodelen * (N)))