Home
last modified time | relevance | path

Searched refs:ex_data_cleanup_routines (Results 1 – 10 of 10) sorted by path

/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dssl.c56806 if (ex_data->ex_data_cleanup_routines[idx]) {
56808 ex_data->ex_data_cleanup_routines[idx](ex_data->ex_data[idx]);
56809 ex_data->ex_data_cleanup_routines[idx] = NULL;
56832 if (ex_data->ex_data_cleanup_routines[idx] && ex_data->ex_data[idx])
56833 ex_data->ex_data_cleanup_routines[idx](ex_data->ex_data[idx]);
56835 ex_data->ex_data_cleanup_routines[idx] = cleanup_routine;
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dtypes.h57 wolfSSL_ex_data_cleanup_routine_t ex_data_cleanup_routines[MAX_EX_DATA]; member
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dssl.c56806 if (ex_data->ex_data_cleanup_routines[idx]) {
56808 ex_data->ex_data_cleanup_routines[idx](ex_data->ex_data[idx]);
56809 ex_data->ex_data_cleanup_routines[idx] = NULL;
56832 if (ex_data->ex_data_cleanup_routines[idx] && ex_data->ex_data[idx])
56833 ex_data->ex_data_cleanup_routines[idx](ex_data->ex_data[idx]);
56835 ex_data->ex_data_cleanup_routines[idx] = cleanup_routine;
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dtypes.h57 wolfSSL_ex_data_cleanup_routine_t ex_data_cleanup_routines[MAX_EX_DATA]; member
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dssl.c56806 if (ex_data->ex_data_cleanup_routines[idx]) {
56808 ex_data->ex_data_cleanup_routines[idx](ex_data->ex_data[idx]);
56809 ex_data->ex_data_cleanup_routines[idx] = NULL;
56832 if (ex_data->ex_data_cleanup_routines[idx] && ex_data->ex_data[idx])
56833 ex_data->ex_data_cleanup_routines[idx](ex_data->ex_data[idx]);
56835 ex_data->ex_data_cleanup_routines[idx] = cleanup_routine;
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dtypes.h57 wolfSSL_ex_data_cleanup_routine_t ex_data_cleanup_routines[MAX_EX_DATA]; member
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dssl.c56806 if (ex_data->ex_data_cleanup_routines[idx]) {
56808 ex_data->ex_data_cleanup_routines[idx](ex_data->ex_data[idx]);
56809 ex_data->ex_data_cleanup_routines[idx] = NULL;
56832 if (ex_data->ex_data_cleanup_routines[idx] && ex_data->ex_data[idx])
56833 ex_data->ex_data_cleanup_routines[idx](ex_data->ex_data[idx]);
56835 ex_data->ex_data_cleanup_routines[idx] = cleanup_routine;
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dtypes.h57 wolfSSL_ex_data_cleanup_routine_t ex_data_cleanup_routines[MAX_EX_DATA]; member
/dports/security/wolfssl/wolfssl-5.1.0/src/
H A Dssl.c56806 if (ex_data->ex_data_cleanup_routines[idx]) {
56808 ex_data->ex_data_cleanup_routines[idx](ex_data->ex_data[idx]);
56809 ex_data->ex_data_cleanup_routines[idx] = NULL;
56832 if (ex_data->ex_data_cleanup_routines[idx] && ex_data->ex_data[idx])
56833 ex_data->ex_data_cleanup_routines[idx](ex_data->ex_data[idx]);
56835 ex_data->ex_data_cleanup_routines[idx] = cleanup_routine;
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Dtypes.h57 wolfSSL_ex_data_cleanup_routine_t ex_data_cleanup_routines[MAX_EX_DATA]; member