Searched refs:async_handler (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
H A Dserial.c222 scb->async_handler = NULL;
270 scb->async_handler = NULL;
307 if (scb->async_handler != NULL)
488 return (scb->ops->async != NULL) && (scb->async_handler != NULL);
497 if ((scb->async_handler == NULL)
500 scb->async_handler = handler;
H A Dserial.h202 serial_event_ftype *async_handler;/* Async event handler */ member in struct:serial
H A Dser-unix.c1285 scb->async_handler (scb, scb->async_context);
1299 scb->async_handler (scb, scb->async_context);
/freebsd-12-stable/contrib/serf/
H A Dserf_private.h240 serf_response_handler_t async_handler; member in struct:serf_connection_t
H A Doutgoing.c968 status = (*conn->async_handler)(NULL, conn->current_async_response,
1520 conn->async_handler = handler;

Completed in 114 milliseconds