Home
last modified time | relevance | path

Searched refs:custom_data (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/async/
H A Dasync_wait.c33 curr->cleanup(ctx, curr->key, curr->fd, curr->custom_data); in ASYNC_WAIT_CTX_free()
44 OSSL_ASYNC_FD fd, void *custom_data, in ASYNC_WAIT_CTX_set_wait_fd() argument
57 fdlookup->custom_data = custom_data; in ASYNC_WAIT_CTX_set_wait_fd()
67 OSSL_ASYNC_FD *fd, void **custom_data) in ASYNC_WAIT_CTX_get_fd() argument
80 *custom_data = curr->custom_data; in ASYNC_WAIT_CTX_get_fd()
H A Dasync_local.h51 void *custom_data; member
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dasync.h48 void *custom_data,
52 OSSL_ASYNC_FD *fd, void **custom_data);
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c494 utf8proc_custom_func custom_func, void *custom_data in utf8proc_decompose_custom() argument
522 uc = custom_func(uc, custom_data); /* user-specified custom mapping */ in utf8proc_decompose_custom()
702 utf8proc_custom_func custom_func, void *custom_data in utf8proc_map_custom() argument
707 result = utf8proc_decompose_custom(str, strlen, NULL, 0, options, custom_func, custom_data); in utf8proc_map_custom()
711 …result = utf8proc_decompose_custom(str, strlen, buffer, result, options, custom_func, custom_data); in utf8proc_map_custom()
H A Dutf8proc_internal.h526 utf8proc_custom_func custom_func, void *custom_data
683 utf8proc_custom_func custom_func, void *custom_data
/freebsd-13.1/crypto/openssl/doc/man3/
H A DASYNC_WAIT_CTX_new.pod18 void *custom_data,
22 OSSL_ASYNC_FD *fd, void **custom_data);
88 B<ENGINE *> for the engine. The B<custom_data> parameter can be any value, and
/freebsd-13.1/sys/dev/evdev/
H A Dinput.h230 int16_t *custom_data; /* FF_CUSTOM waveform only */ member