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

  /src/crypto/external/apache2/openssl/dist/test/testutil/
apps_shims.c 16 void *app_malloc(size_t sz, const char *what) function
21 * This isn't ideal but it is what the app's app_malloc() does on failure.
  /src/crypto/external/bsd/openssl/dist/test/testutil/
apps_shims.c 16 void *app_malloc(size_t sz, const char *what) function
21 * This isn't ideal but it is what the app's app_malloc() does on failure.
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 82 arg->argv = app_malloc(sizeof(*arg->argv) * arg->size, "argv space");
329 buff = app_malloc(bufsiz, "password buffer");
961 void* app_malloc(int sz, const char *what) function
1590 retdb = app_malloc(sizeof(*retdb), "new DB");
1988 out = app_malloc(len + 1, "NPN buffer");
2718 fds = app_malloc(sizeof(OSSL_ASYNC_FD) * numfds, "allocate async fds");
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 634 void *app_malloc(size_t sz, const char *what) function
1697 retdb = app_malloc(sizeof(*retdb), "new DB");
2128 out = app_malloc(len + 1, "NPN buffer");
3235 fds = app_malloc(sizeof(OSSL_ASYNC_FD) * numfds, "allocate async fds");
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 101 arg->argv = app_malloc(sizeof(*arg->argv) * arg->size, "argv space");
628 void *app_malloc(size_t sz, const char *what) function
1671 retdb = app_malloc(sizeof(*retdb), "new DB");
2101 out = app_malloc(len + 1, "NPN buffer");
3156 fds = app_malloc(sizeof(OSSL_ASYNC_FD) * numfds, "allocate async fds");

Completed in 31 milliseconds