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

  /src/external/bsd/jemalloc.old/dist/test/unit/
inspect.c 6 assert_zu_eq(out_sz, out_sz_ref, \
19 out, &out_sz, in, in_sz), 0, \
21 expect_zu_eq(out_sz, out_sz_ref, "incorrect output size"); \
41 size_t out_sz = sizeof(void *) + sizeof(size_t) * 5; local
42 void *out = mallocx(out_sz, 0);
43 void *out_ref = mallocx(out_sz, 0);
44 size_t out_sz_ref = out_sz;
64 memcpy(out_ref, out, out_sz);
67 TEST_UTIL_QUERY_EINVAL(NULL, &out_sz, in, in_sz,
71 TEST_UTIL_QUERY_EINVAL(out, &out_sz, NULL, in_sz
180 size_t out_sz = sizeof(size_t) * 6; local
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
inspect.c 8 assert_zu_eq(out_sz, out_sz_ref, \
22 &out_sz, in, in_sz), \
24 expect_zu_eq(out_sz, out_sz_ref, "incorrect output size"); \
44 size_t out_sz = sizeof(void *) + sizeof(size_t) * 5; local
45 void *out = mallocx(out_sz, 0);
46 void *out_ref = mallocx(out_sz, 0);
47 size_t out_sz_ref = out_sz;
65 memcpy(out_ref, out, out_sz);
68 TEST_UTIL_QUERY_EINVAL(NULL, &out_sz, in, in_sz, "old is NULL");
71 out, &out_sz, NULL, in_sz, "newp is NULL")
179 size_t out_sz = sizeof(size_t) * 6; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
pkinit-ec.c 174 int *out_sz)
201 *out_sz = (EC_GROUP_get_degree(group) + 7) / 8;
202 if (*out_sz < 0)
204 *out = malloc(*out_sz);
209 dh_gen_keylen = ECDH_compute_key(*out, *out_sz,
220 *out_sz = 0;
222 *out_sz = dh_gen_keylen;
  /src/external/bsd/ntp/dist/sntp/libopts/
putshell.c 111 size_t out_sz = string_size(text, nl_len); local
113 char * res = out = AGALOC(out_sz, "quot str");
165 if ((size_t)(out - res) > out_sz) {
  /src/crypto/external/bsd/openssl/dist/include/openssl/
evp.h 1955 char *str, size_t max_buf_sz, size_t *out_sz);
1958 size_t *out_sz);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
evp.h 2063 char *str, size_t max_buf_sz, size_t *out_sz);
2066 size_t *out_sz);

Completed in 26 milliseconds