Home
last modified time | relevance | path

Searched refs:handler_pop (Results 1 – 3 of 3) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dhandler.h45 handler_pop (struct handler_s *h, uint32_t *id, uintptr_t *ctx, uint32_t *p1, uint32_t *p2);
H A Dhandler.c123 handler_pop (handler_t *h, uint32_t *id, uintptr_t *ctx, uint32_t *p1, uint32_t *p2) { in handler_pop() function
H A Dstreamer.c1584 if (!handler_pop (handler, &id, &ctx, &p1, &p2)) { in streamer_thread()