HomeSort by: relevance | last modified time | path
    Searched refs:gbl (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/
provider_child.c 44 struct child_prov_globals *gbl = vgbl; local
46 CRYPTO_THREAD_lock_free(gbl->lock);
47 OPENSSL_free(gbl);
59 struct child_prov_globals *gbl; local
82 gbl = ossl_lib_ctx_get_data(ctx, OSSL_LIB_CTX_CHILD_PROVIDER_INDEX);
83 if (gbl == NULL)
86 *provctx = gbl->c_prov_get0_provider_ctx(gbl->curr_prov);
87 *out = gbl->c_prov_get0_dispatch(gbl->curr_prov)
95 struct child_prov_globals *gbl; local
161 struct child_prov_globals *gbl; local
196 struct child_prov_globals *gbl; local
267 struct child_prov_globals *gbl local
289 struct child_prov_globals *gbl; local
305 struct child_prov_globals *gbl; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/
provider_child.c 43 struct child_prov_globals *gbl = vgbl; local
45 CRYPTO_THREAD_lock_free(gbl->lock);
46 OPENSSL_free(gbl);
64 struct child_prov_globals *gbl; local
87 gbl = ossl_lib_ctx_get_data(ctx, OSSL_LIB_CTX_CHILD_PROVIDER_INDEX,
89 if (gbl == NULL)
92 *provctx = gbl->c_prov_get0_provider_ctx(gbl->curr_prov);
93 *out = gbl->c_prov_get0_dispatch(gbl->curr_prov)
101 struct child_prov_globals *gbl; local
167 struct child_prov_globals *gbl; local
203 struct child_prov_globals *gbl; local
275 struct child_prov_globals *gbl local
298 struct child_prov_globals *gbl; local
315 struct child_prov_globals *gbl; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
libgccjit.cc 1781 gcc::jit::recording::global *gbl = local
1784 RETURN_NULL_IF_FAIL_PRINTF1 (gbl->get_kind () !=
1802 RETURN_NULL_IF_FAIL_PRINTF1 (!gbl->test_flags_anyof (
1811 gbl->set_flags (gcc::jit::GLOBAL_VAR_FLAGS_WILL_BE_RVAL_INIT);
1855 gcc::jit::recording::global *gbl = local
1857 RETURN_NULL_IF_FAIL_PRINTF1 (!gbl->test_flags_anyof (
1863 gbl->set_initializer (blob, num_bytes);
1866 gbl->set_flags (gcc::jit::GLOBAL_VAR_FLAGS_WILL_BE_BLOB_INIT);
jit-recording.cc 1076 global *gbl = (global *) variable; local
1077 gbl->set_rvalue_init (init); /* Needed by the global for write dump. */
  /src/external/gpl3/gcc.old/dist/gcc/jit/
libgccjit.cc 1766 gcc::jit::recording::global *gbl = local
1769 RETURN_NULL_IF_FAIL_PRINTF1 (gbl->get_kind () !=
1787 RETURN_NULL_IF_FAIL_PRINTF1 (!gbl->test_flags_anyof (
1796 gbl->set_flags (gcc::jit::GLOBAL_VAR_FLAGS_WILL_BE_RVAL_INIT);
1840 gcc::jit::recording::global *gbl = local
1842 RETURN_NULL_IF_FAIL_PRINTF1 (!gbl->test_flags_anyof (
1848 gbl->set_initializer (blob, num_bytes);
1851 gbl->set_flags (gcc::jit::GLOBAL_VAR_FLAGS_WILL_BE_BLOB_INIT);
jit-recording.cc 1078 global *gbl = (global *) variable; local
1079 gbl->set_rvalue_init (init); /* Needed by the global for write dump. */
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_xar.c 3671 HGLOBAL gbl; local
3679 hr = GetHGlobalFromStream(ctx->stream, &gbl);
3684 *out = (const char *)GlobalLock(gbl);
3693 *size = (size_t)GlobalSize(gbl);
3694 ctx->global = gbl;

Completed in 58 milliseconds