Searched refs:custom_data (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/async/ |
| H A D | async_wait.c | 33 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 D | async_local.h | 51 void *custom_data; member
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | async.h | 48 void *custom_data, 52 OSSL_ASYNC_FD *fd, void **custom_data);
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/ |
| H A D | utf8proc.c | 494 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 D | utf8proc_internal.h | 526 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 D | ASYNC_WAIT_CTX_new.pod | 18 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 D | input.h | 230 int16_t *custom_data; /* FF_CUSTOM waveform only */ member
|