Home
last modified time | relevance | path

Searched refs:lo_bundle_start_handler (Results 1 – 6 of 6) sorted by relevance

/dports/audio/liblo/liblo-0.31/src/
H A Dlo_types_internal.h126 typedef int (*lo_bundle_start_handler) (lo_timetag time, void *user_data); typedef
175 lo_bundle_start_handler bundle_start_handler;
H A Dserver.c2262 lo_bundle_start_handler sh,
/dports/audio/liblo/liblo-0.31/lo/
H A Dlo_types.h155 typedef int (*lo_bundle_start_handler)(lo_timetag time, void *user_data); typedef
H A Dlo_lowlevel.h870 lo_bundle_start_handler sh,
H A Dlo_cpp.h641 int add_bundle_handlers(lo_bundle_start_handler sh, in add_bundle_handlers()
/dports/audio/py-pyliblo/pyliblo-0.10.0/src/
H A Dliblo.pxd48 ctypedef int(*lo_bundle_start_handler)(lo_timetag time, void *user_data)
63 …int lo_server_add_bundle_handlers(lo_server s, lo_bundle_start_handler sh, lo_bundle_end_handler e…