/third_party/python/Python/ |
H A D | context.c | 92 PyContext_Copy(PyObject * octx) in PyContext_Copy() argument 113 _PyContext_Enter(PyThreadState *ts, PyObject *octx) in _PyContext_Enter() argument 136 PyContext_Enter(PyObject *octx) in PyContext_Enter() argument 145 _PyContext_Exit(PyThreadState *ts, PyObject *octx) in _PyContext_Exit() argument 174 PyContext_Exit(PyObject *octx) PyContext_Exit() argument [all...] |
/third_party/selinux/libsepol/src/ |
H A D | policydb_validate.c | 1129 const ocontext_t *octx; in validate_ocontexts() local 1172 const ocontext_t *octx; validate_genfs() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/ |
H A D | emac.h | 69 u32 octx; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/ |
H A D | emac.h | 69 u32 octx; member
|
/kernel/linux/linux-6.6/fs/ |
H A D | userfaultfd.c | 691 struct userfaultfd_ctx *ctx = NULL, *octx; in dup_userfaultfd() local [all...] |
H A D | libfs.c | 259 void simple_offset_init(struct offset_ctx *octx) in simple_offset_init() argument 276 int simple_offset_add(struct offset_ctx *octx, struct dentry *dentry) in simple_offset_add() argument 300 simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry) simple_offset_remove() argument 369 simple_offset_destroy(struct offset_ctx *octx) simple_offset_destroy() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes.c | 344 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,ctx); in aesni_ocb_init_key() local 698 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,ctx); aes_t4_ocb_init_key() local 3738 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,c); aes_ocb_ctrl() local 3802 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,ctx); aes_ocb_init_key() local 3888 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,ctx); aes_ocb_cipher() local 4032 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,c); aes_ocb_cleanup() local [all...] |
/third_party/openssl/crypto/evp/ |
H A D | e_aes.c | 344 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,ctx); in aesni_ocb_init_key() local 698 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,ctx); aes_t4_ocb_init_key() local 3744 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,c); aes_ocb_ctrl() local 3808 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,ctx); aes_ocb_init_key() local 3894 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,ctx); aes_ocb_cipher() local 4038 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,c); aes_ocb_cleanup() local [all...] |
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_receiver.c | 1259 struct one_flush_context *octx = bio->bi_private; in one_flush_endio() local 1281 struct one_flush_context *octx = kmalloc(sizeof(*octx), GFP_NOIO); in submit_one_flush() local [all...] |
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_receiver.c | 1263 struct one_flush_context *octx = bio->bi_private; in one_flush_endio() local 1286 struct one_flush_context *octx = kmalloc(sizeof(*octx), GFP_NOIO); in submit_one_flush() local [all...] |
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_opt.c | 3558 OptionParseContext octx; in ffmpeg_parse_options() local
|