HomeSort by: relevance | last modified time | path
    Searched defs:sec_opts (Results 1 - 14 of 14) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/xsasl/
xsasl_saslc_client.c 100 const char *sec_opts; /* security options */ member in struct:__anon23269
145 client->sec_opts);
263 client->sec_opts = args->security_options;
xsasl_saslc_client.c 100 const char *sec_opts; /* security options */ member in struct:__anon23269
145 client->sec_opts);
263 client->sec_opts = args->security_options;
  /src/external/bsd/jemalloc/dist/test/unit/
hpa_vectorized_madvise_large_batch.c 69 sec_opts_t sec_opts; local
70 sec_opts.nshards = 0;
74 SHARD_IND, opts, &sec_opts);
hpa_vectorized_madvise_large_batch.c 69 sec_opts_t sec_opts; local
70 sec_opts.nshards = 0;
74 SHARD_IND, opts, &sec_opts);
hpa_sec_integration.c 50 const sec_opts_t *sec_opts) {
72 SHARD_IND, opts, sec_opts);
160 sec_opts_t sec_opts; local
161 sec_opts.nshards = 1;
162 sec_opts.max_alloc = 2 * PAGE;
163 sec_opts.max_bytes = NALLOCS * PAGE;
164 sec_opts.batch_fill_extra = 4;
166 hpa_shard_t *shard = create_test_data(&hooks, &opts, &sec_opts);
178 1 + sec_opts.batch_fill_extra, "");
179 expect_zu_eq(hpa_stats.secstats.bytes, PAGE * sec_opts.batch_fill_extra
    [all...]
hpa_thp_always.c 68 sec_opts_t sec_opts; local
69 sec_opts.nshards = 0;
73 SHARD_IND, opts, &sec_opts);
hpa_vectorized_madvise.c 69 sec_opts_t sec_opts; local
70 sec_opts.nshards = 0;
74 SHARD_IND, opts, &sec_opts);
hpa_sec_integration.c 50 const sec_opts_t *sec_opts) {
72 SHARD_IND, opts, sec_opts);
160 sec_opts_t sec_opts; local
161 sec_opts.nshards = 1;
162 sec_opts.max_alloc = 2 * PAGE;
163 sec_opts.max_bytes = NALLOCS * PAGE;
164 sec_opts.batch_fill_extra = 4;
166 hpa_shard_t *shard = create_test_data(&hooks, &opts, &sec_opts);
178 1 + sec_opts.batch_fill_extra, "");
179 expect_zu_eq(hpa_stats.secstats.bytes, PAGE * sec_opts.batch_fill_extra
    [all...]
hpa_thp_always.c 68 sec_opts_t sec_opts; local
69 sec_opts.nshards = 0;
73 SHARD_IND, opts, &sec_opts);
hpa_vectorized_madvise.c 69 sec_opts_t sec_opts; local
70 sec_opts.nshards = 0;
74 SHARD_IND, opts, &sec_opts);
hpa.c 116 sec_opts_t sec_opts; local
117 sec_opts.nshards = 0;
121 SHARD_IND, opts, &sec_opts);
hpa.c 116 sec_opts_t sec_opts; local
117 sec_opts.nshards = 0;
121 SHARD_IND, opts, &sec_opts);
  /src/external/bsd/jemalloc/dist/test/stress/pa/
pa_microbench.c 218 sec_opts_t sec_opts = SEC_OPTS_DEFAULT; local
221 sec_opts.nshards = 0;
225 &g_shard_infra[i].pa_shard, &hpa_opts, &sec_opts)) {
pa_microbench.c 218 sec_opts_t sec_opts = SEC_OPTS_DEFAULT; local
221 sec_opts.nshards = 0;
225 &g_shard_infra[i].pa_shard, &hpa_opts, &sec_opts)) {

Completed in 101 milliseconds