Home
last modified time | relevance | path

Searched refs:safe_realloc (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dutil-int.c450 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 DMemAlloc.h52 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 DSmallVector.cpp122 NewElts = safe_realloc(this->BeginX, NewCapacity * TSize); in grow_pod()
H A DSmallPtrSet.cpp161 const void **T = (const void**)safe_realloc(CurArray, in CopyFrom()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.cpp478 Buffer = static_cast<char *>(llvm::safe_realloc(Buffer, NewCapacity)); in Append()