Searched refs:handler_name (Results 1 – 6 of 6) sorted by relevance
/third_party/lwip/src/core/ |
D | timeouts.c | 181 sys_timeout_abs(u32_t abs_time, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_abs() argument 200 timeout->handler_name = handler_name; in sys_timeout_abs() 202 (void *)timeout, abs_time, handler_name, (void *)arg)); in sys_timeout_abs() 239 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: %s()\n", cyclic->handler_name)); in lwip_cyclic_timer() 248 … sys_timeout_abs((u32_t)(now + cyclic->interval_ms), lwip_cyclic_timer, arg, cyclic->handler_name); in lwip_cyclic_timer() 256 sys_timeout_abs(next_timeout_time, lwip_cyclic_timer, arg, cyclic->handler_name); in lwip_cyclic_timer() 287 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_debug() argument 302 sys_timeout_abs(next_timeout_time, handler, arg, handler_name); in sys_timeout_debug() 385 tmptimeout->handler_name, sys_now() - tmptimeout->time, arg)); in sys_check_timeouts()
|
/third_party/grpc/src/php/ext/grpc/ |
D | php7_wrapper.h | 140 #define PHP_GRPC_INIT_HANDLER(class_object, handler_name) \ argument 141 memcpy(&handler_name, zend_get_std_object_handlers(), \ 143 handler_name.offset = XtOffsetOf(class_object, std); \ 144 handler_name.free_obj = free_##class_object 146 #define PHP_GRPC_DECLARE_OBJECT_HANDLER(handler_name) \ argument 147 static zend_object_handlers handler_name;
|
/third_party/lwip/src/include/lwip/ |
D | timeouts.h | 74 const char* handler_name; member 99 const char* handler_name; member 106 …d sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name);
|
/third_party/ffmpeg/tests/ref/fate/ |
D | hapqa-extract-nosnappy-to-hapq-mov | 67 TAG:handler_name=Module de gestion video
|
D | hapqa-extract-nosnappy-to-hapalphaonly-mov | 67 TAG:handler_name=Module de gestion video
|
D | mov-zombie | 197 …=0|tag:creation_time=2008-05-12T20:59:27.000000Z|tag:language=eng|tag:handler_name=Apple Video Med…
|