Home
last modified time | relevance | path

Searched refs:allocExtra (Results 1 – 11 of 11) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/mmap_v1/catalog/
H A Dnamespace_details.cpp87 NamespaceDetails::Extra* NamespaceDetails::allocExtra(OperationContext* opCtx, in allocExtra() function in mongo::NamespaceDetails
189 Extra* e = allocExtra(opCtx, thisns, ni, n); in copyingFrom()
196 Extra* nxt = allocExtra(opCtx, thisns, ni, n); in copyingFrom()
H A Dnamespace_details.h170 Extra* allocExtra(OperationContext* opCtx,
H A Dnamespace_details_collection_entry.cpp296 _details->allocExtra(opCtx, ns().ns(), _db->_namespaceIndex, getTotalIndexCount(opCtx)); in prepareForIndexBuild()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/rtl/
H A Dstrtmpl.hxx1256 sal_Int32 allocExtra ) in newFromLiteral() argument
1260 assert(allocExtra >= 0); in newFromLiteral()
1261 if ( nLen + allocExtra == 0 ) in newFromLiteral()
1270 *ppThis = Alloc<IMPL_RTL_STRINGDATA>( nLen + allocExtra ); in newFromLiteral()
H A Dstring.cxx636 sal_Int32 allocExtra) SAL_THROW_EXTERN_C() in rtl_string_newFromLiteral() argument
638 rtl::str::newFromLiteral(ppThis, pCharStr, nLen, allocExtra); in rtl_string_newFromLiteral()
H A Dustring.cxx1831 sal_Int32 allocExtra) SAL_THROW_EXTERN_C() in rtl_uString_newFromLiteral() argument
1833 rtl::str::newFromLiteral(ppThis, pCharStr, nLen, allocExtra); in rtl_uString_newFromLiteral()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/rtl/
H A Dstrtmpl.cxx1404 sal_Int32 allocExtra ) in IMPL_RTL_STRINGNAME()
1409 assert(allocExtra >= 0); in IMPL_RTL_STRINGNAME()
1410 if ( nLen + allocExtra == 0 ) in IMPL_RTL_STRINGNAME()
1419 *ppThis = IMPL_RTL_STRINGNAME( ImplAlloc )( nLen + allocExtra ); in IMPL_RTL_STRINGNAME()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/rtl/
H A Dstring.h1023 …al( rtl_String ** newStr, const char * value, sal_Int32 len, sal_Int32 allocExtra ) SAL_THROW_EXTE…
H A Dustring.h1383 sal_Int32 allocExtra ) SAL_THROW_EXTERN_C();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/rtl/
H A Dstring.h1019 …rtl_String ** newStr, const sal_Char * value, sal_Int32 len, sal_Int32 allocExtra ) SAL_THROW_EXTE…
H A Dustring.h1379 sal_Int32 allocExtra ) SAL_THROW_EXTERN_C();