Searched refs:apu_err_t (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/apr-util/include/ |
| HD | apu_errno.h | 161 typedef struct apu_err_t { struct 165 } apu_err_t; argument
|
| HD | apr_crypto.h | 165 const char *name, const char *params, const apu_err_t **result, 184 APU_DECLARE(apr_status_t) apr_crypto_error(const apu_err_t **result,
|
| /trueos/contrib/apr-util/include/private/ |
| HD | apr_crypto_internal.h | 43 const apu_err_t **result); 268 apr_status_t (*error)(const apu_err_t **result, const apr_crypto_t *f);
|
| /trueos/contrib/apr-util/crypto/ |
| HD | apr_crypto.c | 146 const char *params, const apu_err_t **result, apr_pool_t *pool) in apr_crypto_get_driver() 203 apu_err_t *err = apr_pcalloc(pool, sizeof(apu_err_t)); in apr_crypto_get_driver() 261 APU_DECLARE(apr_status_t) apr_crypto_error(const apu_err_t **result, in apr_crypto_error()
|
| HD | apr_crypto_nss.c | 52 apu_err_t *result; 93 static apr_status_t crypto_error(const apu_err_t **result, in crypto_error() 125 const apu_err_t **result) in crypto_init() 214 apu_err_t *err = apr_pcalloc(pool, sizeof(apu_err_t)); in crypto_init() 307 f->result = apr_pcalloc(pool, sizeof(apu_err_t)); in crypto_make()
|
| HD | apr_crypto_openssl.c | 41 apu_err_t *result; 85 static apr_status_t crypto_error(const apu_err_t **result, in crypto_error() 112 const apu_err_t **result) in crypto_init() 254 f->result = apr_pcalloc(pool, sizeof(apu_err_t)); in crypto_make()
|
| /trueos/contrib/subversion/subversion/libsvn_subr/ |
| HD | crypto.c | 104 const apu_err_t *apu_err) in err_from_apu_err() 123 const apu_err_t *apu_err; in crypto_error_create() 205 const apu_err_t *apu_err = NULL; in svn_crypto__context_create()
|
| /trueos/contrib/apr-util/test/ |
| HD | testcrypto.c | 36 const apu_err_t *err = NULL; in get_driver() 103 const apu_err_t *result = NULL; in passphrase() 154 const apu_err_t *result = NULL; in encrypt_block() 234 const apu_err_t *result = NULL; in decrypt_block()
|