Searched refs:calloc (Results 1 - 5 of 5) sorted by relevance

/httpd/modules/ldap/
H A Dutil_ldap_cache_mgr.c110 return (void *)calloc(sizeof(char), size);
113 return (void *)calloc(sizeof(char), size);
343 cache = (util_ald_cache_t *)calloc(sizeof(util_ald_cache_t), 1);
350 cache = (util_ald_cache_t *)calloc(sizeof(util_ald_cache_t), 1);
/httpd/support/
H A Dsuexec.c242 if ((cleanenv = (char **) calloc(AP_ENVBUF, sizeof(char *))) == NULL) {
H A Dab.c409 void *ret = calloc(num, size);
/httpd/modules/ssl/
H A Dmod_ssl_ct.c2186 (ct_cached_server_data *)calloc(1, sizeof(ct_cached_server_data));
/httpd/server/
H A Dutil.c2976 void *p = calloc(nelem, size);

Completed in 31 milliseconds