Lines Matching defs:context
82 vt->inc(vt->context, value_ptr(n, i));
327 info->value_type.dec(info->value_type.context,
830 info->value_type.context,
833 info->value_type.dec(info->value_type.context,
953 int (*fn)(void *context, uint64_t *keys, void *leaf),
954 void *context)
971 r = walk_node(info, value64(n, i), fn, context);
976 r = fn(context, &keys, value_ptr(n, i));
988 int (*fn)(void *context, uint64_t *keys, void *leaf),
989 void *context)
992 return walk_node(info, root, fn, context);