Home
last modified time | relevance | path

Searched refs:last_state (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel.c321 int last_state; member
339 stack->last_state, stack->deadline, in wait_for_watch_state_op_complete_without_gvl()
372 VALUE last_state, in grpc_rb_channel_watch_connectivity_state() argument
386 if (!FIXNUM_P(last_state)) { in grpc_rb_channel_watch_connectivity_state()
395 stack.last_state = NUM2LONG(last_state); in grpc_rb_channel_watch_connectivity_state()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.h97 const struct lp_rast_state *last_state; /* most recent state set in bin */ member
340 if (state != bin->last_state) { in lp_scene_bin_cmd_with_state()
341 bin->last_state = state; in lp_scene_bin_cmd_with_state()
Dlp_scene.c140 bin->last_state = NULL; in lp_scene_bin_reset()
243 bin->last_state = NULL; in lp_scene_end_rasterization()
/external/grpc-grpc/src/php/ext/grpc/
Dchannel.c505 php_grpc_long last_state; in PHP_METHOD() local
510 &last_state, &deadline_obj, in PHP_METHOD()
522 (grpc_connectivity_state)last_state, in PHP_METHOD()
711 ZEND_ARG_INFO(0, last_state)