Searched refs:safe_realloc (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | util-int.c | 450 static char *safe_realloc( char **buf, int len ); 472 if (safe_realloc( buf, buflen )==NULL) in ldap_pvt_gethostbyname_a() 482 if (safe_realloc(buf, buflen) == NULL) in ldap_pvt_gethostbyname_a() 601 if (safe_realloc( &buf, buflen )==NULL) { in ldap_pvt_get_hname() 666 if (safe_realloc( buf, buflen )==NULL) in ldap_pvt_gethostbyaddr_a() 828 if (safe_realloc( buf, total_len )) { in copy_hostent() 854 static char *safe_realloc( char **buf, int len ) in safe_realloc() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | MemAlloc.h | 52 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_realloc(void *Ptr, size_t Sz) { in safe_realloc() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | SmallVector.cpp | 122 NewElts = safe_realloc(this->BeginX, NewCapacity * TSize); in grow_pod()
|
H A D | SmallPtrSet.cpp | 161 const void **T = (const void**)safe_realloc(CurArray, in CopyFrom()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | NestedNameSpecifier.cpp | 478 Buffer = static_cast<char *>(llvm::safe_realloc(Buffer, NewCapacity)); in Append()
|