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

  /src/external/bsd/openldap/dist/servers/slapd/
zn_malloc.c 237 slap_zn_malloc( function
253 "--> slap_zn_malloc: size=%d\n", size );
291 Debug(LDAP_DEBUG_NONE, "slap_zn_malloc: returning 0x%x, 0x%x\n",
306 "slap_zn_malloc: split (left=0x%x, right=0x%x)\n",
321 "slap_zn_malloc: returning 0x%x, 0x%x\n",
340 "slap_zn_malloc: returning 0x%x, 0x%x\n",
393 new = slap_zn_malloc( n*size, ctx );
417 return slap_zn_malloc(size, zh);
450 newptr = slap_zn_malloc(size, zh);
proto-slap.h 2061 LDAP_SLAPD_F (void *) slap_zn_malloc LDAP_P((ber_len_t, void *));

Completed in 47 milliseconds