Home
last modified time | relevance | path

Searched refs:cbt (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/engines/
H A De_afalg.h74 struct iocb cbt[MAX_INFLIGHTS]; member
H A De_afalg.c257 memset(aio->cbt, 0, sizeof(aio->cbt)); in afalg_init_aio()
285 cb = &(aio->cbt[0 % MAX_INFLIGHTS]); in afalg_fin_cipher_aio()
/third_party/openssl/engines/
H A De_afalg.h74 struct iocb cbt[MAX_INFLIGHTS]; member
H A De_afalg.c257 memset(aio->cbt, 0, sizeof(aio->cbt)); in afalg_init_aio()
285 cb = &(aio->cbt[0 % MAX_INFLIGHTS]); in afalg_fin_cipher_aio()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/
H A Dmain.c4489 const struct cbort *cbt; member
4509 if (!priv->cbt->seq) in test_cb()
4512 if (i >= priv->cbt->seq_size) { in test_cb()
4517 if (priv->cbt->seq[i].reason != reason) { in test_cb()
4522 if (priv->cbt->seq[i].buf && in test_cb()
4523 (priv->cbt->seq[i].buf_len != ctx->npos || in test_cb()
4524 memcmp(priv->cbt->seq[i].buf, ctx->buf, ctx->npos))) { in test_cb()
4534 if (ctx->item.u.u64 != priv->cbt->seq[i].item.u.u64) { in test_cb()
4537 (unsigned long long)priv->cbt->seq[i].item.u.u64); in test_cb()
4543 if (ctx->item.u.hf != priv->cbt in test_cb()
[all...]

Completed in 9 milliseconds