Home
last modified time | relevance | path

Searched refs:cf_cb (Results 1 – 25 of 38) sorted by relevance

12

/dports/net-mgmt/collectd5/collectd-5.12.0/src/daemon/
H A Dconfigfile.c128 cf_callback_t *cf_cb; in cf_search() local
133 for (cf_cb = first_callback; cf_cb != NULL; cf_cb = cf_cb->next) in cf_search()
137 return cf_cb; in cf_search()
193 if ((cf_cb->keys[i] != NULL) && (strcasecmp(cf_cb->keys[i], key) == 0)) { in cf_dispatch_option()
201 if (i >= cf_cb->keys_num) in cf_dispatch_option()
413 if (cf_cb == NULL) { in dispatch_block_plugin()
969 cf_callback_t *cf_cb; in cf_register() local
975 if ((cf_cb = malloc(sizeof(*cf_cb))) == NULL) in cf_register()
978 cf_cb->type = type; in cf_register()
980 cf_cb->keys = keys; in cf_register()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/libuv/src/unix/
H A Dfsevents.c212 uv_async_send(handle->cf_cb); in uv__fsevents_push_event()
831 handle->cf_cb = uv__malloc(sizeof(*handle->cf_cb)); in uv__fsevents_init()
832 if (handle->cf_cb == NULL) { in uv__fsevents_init()
837 handle->cf_cb->data = handle; in uv__fsevents_init()
838 uv_async_init(handle->loop, handle->cf_cb, uv__fsevents_cb); in uv__fsevents_init()
839 handle->cf_cb->flags |= UV__HANDLE_INTERNAL; in uv__fsevents_init()
840 uv_unref((uv_handle_t*) handle->cf_cb); in uv__fsevents_init()
866 uv__free(handle->cf_cb); in uv__fsevents_init()
867 handle->cf_cb = NULL; in uv__fsevents_init()
883 if (handle->cf_cb == NULL) in uv__fsevents_close()
[all …]
/dports/sysutils/R-cran-fs/fs/src/libuv-1.38.1/src/unix/
H A Dfsevents.c212 uv_async_send(handle->cf_cb); in uv__fsevents_push_event()
835 handle->cf_cb = uv__malloc(sizeof(*handle->cf_cb)); in uv__fsevents_init()
836 if (handle->cf_cb == NULL) { in uv__fsevents_init()
841 handle->cf_cb->data = handle; in uv__fsevents_init()
842 uv_async_init(handle->loop, handle->cf_cb, uv__fsevents_cb); in uv__fsevents_init()
843 handle->cf_cb->flags |= UV_HANDLE_INTERNAL; in uv__fsevents_init()
844 uv_unref((uv_handle_t*) handle->cf_cb); in uv__fsevents_init()
870 uv__free(handle->cf_cb); in uv__fsevents_init()
871 handle->cf_cb = NULL; in uv__fsevents_init()
887 if (handle->cf_cb == NULL) in uv__fsevents_close()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibuv/src/unix/
H A Dfsevents.c212 uv_async_send(handle->cf_cb); in uv__fsevents_push_event()
835 handle->cf_cb = uv__malloc(sizeof(*handle->cf_cb)); in uv__fsevents_init()
836 if (handle->cf_cb == NULL) { in uv__fsevents_init()
841 handle->cf_cb->data = handle; in uv__fsevents_init()
842 uv_async_init(handle->loop, handle->cf_cb, uv__fsevents_cb); in uv__fsevents_init()
843 handle->cf_cb->flags |= UV_HANDLE_INTERNAL; in uv__fsevents_init()
844 uv_unref((uv_handle_t*) handle->cf_cb); in uv__fsevents_init()
870 uv__free(handle->cf_cb); in uv__fsevents_init()
871 handle->cf_cb = NULL; in uv__fsevents_init()
887 if (handle->cf_cb == NULL) in uv__fsevents_close()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibuv/src/unix/
H A Dfsevents.c212 uv_async_send(handle->cf_cb); in uv__fsevents_push_event()
835 handle->cf_cb = uv__malloc(sizeof(*handle->cf_cb)); in uv__fsevents_init()
836 if (handle->cf_cb == NULL) { in uv__fsevents_init()
841 handle->cf_cb->data = handle; in uv__fsevents_init()
842 uv_async_init(handle->loop, handle->cf_cb, uv__fsevents_cb); in uv__fsevents_init()
843 handle->cf_cb->flags |= UV_HANDLE_INTERNAL; in uv__fsevents_init()
844 uv_unref((uv_handle_t*) handle->cf_cb); in uv__fsevents_init()
870 uv__free(handle->cf_cb); in uv__fsevents_init()
871 handle->cf_cb = NULL; in uv__fsevents_init()
887 if (handle->cf_cb == NULL) in uv__fsevents_close()
[all …]
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibuv/src/unix/
H A Dfsevents.c212 uv_async_send(handle->cf_cb); in uv__fsevents_push_event()
835 handle->cf_cb = uv__malloc(sizeof(*handle->cf_cb)); in uv__fsevents_init()
836 if (handle->cf_cb == NULL) { in uv__fsevents_init()
841 handle->cf_cb->data = handle; in uv__fsevents_init()
842 uv_async_init(handle->loop, handle->cf_cb, uv__fsevents_cb); in uv__fsevents_init()
843 handle->cf_cb->flags |= UV_HANDLE_INTERNAL; in uv__fsevents_init()
844 uv_unref((uv_handle_t*) handle->cf_cb); in uv__fsevents_init()
870 uv__free(handle->cf_cb); in uv__fsevents_init()
871 handle->cf_cb = NULL; in uv__fsevents_init()
887 if (handle->cf_cb == NULL) in uv__fsevents_close()
[all …]
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/src/unix/
H A Dfsevents.c212 uv_async_send(handle->cf_cb); in uv__fsevents_push_event()
828 handle->cf_cb = uv__malloc(sizeof(*handle->cf_cb)); in uv__fsevents_init()
829 if (handle->cf_cb == NULL) { in uv__fsevents_init()
834 handle->cf_cb->data = handle; in uv__fsevents_init()
835 uv_async_init(handle->loop, handle->cf_cb, uv__fsevents_cb); in uv__fsevents_init()
836 handle->cf_cb->flags |= UV_HANDLE_INTERNAL; in uv__fsevents_init()
837 uv_unref((uv_handle_t*) handle->cf_cb); in uv__fsevents_init()
863 uv__free(handle->cf_cb); in uv__fsevents_init()
864 handle->cf_cb = NULL; in uv__fsevents_init()
880 if (handle->cf_cb == NULL) in uv__fsevents_close()
[all …]
/dports/devel/libuv/libuv-v1.42.0/src/unix/
H A Dfsevents.c212 uv_async_send(handle->cf_cb); in uv__fsevents_push_event()
828 handle->cf_cb = uv__malloc(sizeof(*handle->cf_cb)); in uv__fsevents_init()
829 if (handle->cf_cb == NULL) { in uv__fsevents_init()
834 handle->cf_cb->data = handle; in uv__fsevents_init()
835 uv_async_init(handle->loop, handle->cf_cb, uv__fsevents_cb); in uv__fsevents_init()
836 handle->cf_cb->flags |= UV_HANDLE_INTERNAL; in uv__fsevents_init()
837 uv_unref((uv_handle_t*) handle->cf_cb); in uv__fsevents_init()
863 uv__free(handle->cf_cb); in uv__fsevents_init()
864 handle->cf_cb = NULL; in uv__fsevents_init()
880 if (handle->cf_cb == NULL) in uv__fsevents_close()
[all …]
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/src/unix/
H A Dfsevents.c207 uv_async_send(handle->cf_cb); in uv__fsevents_push_event()
811 handle->cf_cb = malloc(sizeof(*handle->cf_cb)); in uv__fsevents_init()
812 if (handle->cf_cb == NULL) { in uv__fsevents_init()
817 handle->cf_cb->data = handle; in uv__fsevents_init()
819 handle->cf_cb->flags |= UV__HANDLE_INTERNAL; in uv__fsevents_init()
820 uv_unref((uv_handle_t*) handle->cf_cb); in uv__fsevents_init()
846 free(handle->cf_cb); in uv__fsevents_init()
847 handle->cf_cb = NULL; in uv__fsevents_init()
863 if (handle->cf_cb == NULL) in uv__fsevents_close()
883 uv_close((uv_handle_t*) handle->cf_cb, (uv_close_cb) free); in uv__fsevents_close()
[all …]
/dports/www/R-cran-httpuv/httpuv/src/libuv/src/unix/
H A Dfsevents.c213 uv_async_send(handle->cf_cb); in uv__fsevents_push_event()
839 handle->cf_cb = uv__malloc(sizeof(*handle->cf_cb)); in uv__fsevents_init()
840 if (handle->cf_cb == NULL) { in uv__fsevents_init()
845 handle->cf_cb->data = handle; in uv__fsevents_init()
846 uv_async_init(handle->loop, handle->cf_cb, uv__fsevents_cb); in uv__fsevents_init()
847 handle->cf_cb->flags |= UV_HANDLE_INTERNAL; in uv__fsevents_init()
848 uv_unref((uv_handle_t*) handle->cf_cb); in uv__fsevents_init()
874 uv__free(handle->cf_cb); in uv__fsevents_init()
875 handle->cf_cb = NULL; in uv__fsevents_init()
891 if (handle->cf_cb == NULL) in uv__fsevents_close()
[all …]
/dports/www/node10/node-v10.24.1/deps/uv/src/unix/
H A Dfsevents.c213 uv_async_send(handle->cf_cb); in uv__fsevents_push_event()
839 handle->cf_cb = uv__malloc(sizeof(*handle->cf_cb)); in uv__fsevents_init()
840 if (handle->cf_cb == NULL) { in uv__fsevents_init()
845 handle->cf_cb->data = handle; in uv__fsevents_init()
846 uv_async_init(handle->loop, handle->cf_cb, uv__fsevents_cb); in uv__fsevents_init()
847 handle->cf_cb->flags |= UV_HANDLE_INTERNAL; in uv__fsevents_init()
848 uv_unref((uv_handle_t*) handle->cf_cb); in uv__fsevents_init()
874 uv__free(handle->cf_cb); in uv__fsevents_init()
875 handle->cf_cb = NULL; in uv__fsevents_init()
891 if (handle->cf_cb == NULL) in uv__fsevents_close()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/libuv/include/
H A Duv-darwin.h50 uv_async_t* cf_cb; \
/dports/sysutils/R-cran-fs/fs/src/libuv-1.38.1/include/uv/
H A Ddarwin.h50 uv_async_t* cf_cb; \
/dports/www/R-cran-httpuv/httpuv/src/libuv/include/uv/
H A Ddarwin.h50 uv_async_t* cf_cb; \
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibuv/include/uv/
H A Ddarwin.h50 uv_async_t* cf_cb; \
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibuv/include/uv/
H A Ddarwin.h50 uv_async_t* cf_cb; \
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/include/uv/
H A Ddarwin.h50 uv_async_t* cf_cb; \
/dports/devel/libuv/libuv-v1.42.0/include/uv/
H A Ddarwin.h50 uv_async_t* cf_cb; \
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibuv/include/uv/
H A Ddarwin.h50 uv_async_t* cf_cb; \
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node/include/node/uv/
H A Ddarwin.h50 uv_async_t* cf_cb; \
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node/include/node/uv/
H A Ddarwin.h50 uv_async_t* cf_cb; \
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node/include/node/uv/
H A Ddarwin.h50 uv_async_t* cf_cb; \
/dports/www/node10/node-v10.24.1/deps/uv/include/uv/
H A Ddarwin.h50 uv_async_t* cf_cb; \
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/include/
H A Duv-darwin.h50 uv_async_t* cf_cb; \
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dupd4701.h38 auto cf_cb() { return m_cf_cb.bind(); } in cf_cb() function

12