Home
last modified time | relevance | path

Searched refs:evbuffer_ref_cleanup_cb (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/external/libevent/include/event2/
H A Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libevent/include/event2/
Dbuffer.h479 typedef void (*evbuffer_ref_cleanup_cb)(const void *data, typedef
500 evbuffer_ref_cleanup_cb cleanupfn, void *cleanupfn_arg);
/aosp_15_r20/external/libevent/
H A Devbuffer-internal.h220 evbuffer_ref_cleanup_cb cleanupfn;
H A Dbuffer.c2923 evbuffer_ref_cleanup_cb cleanupfn, void *extra) in evbuffer_add_reference()