Searched refs:NLFCONT (Results 1 – 2 of 2) sorted by relevance
106 ppP_Nlf = new NLFCONT*[ nP_Nlf ]; in TokenPool()107 memset( ppP_Nlf, 0, sizeof( NLFCONT* ) * nP_Nlf ); in TokenPool()356 NLFCONT** ppNew = new (::std::nothrow) NLFCONT*[ nNewSize ]; in GrowNlf()360 memset( ppNew, 0, sizeof( NLFCONT* ) * nNewSize ); in GrowNlf()361 memcpy( ppNew, ppP_Nlf, sizeof( NLFCONT* ) * nP_Nlf ); in GrowNlf()479 NLFCONT* p = ( n < nP_Nlf )? ppP_Nlf[ n ] : NULL; in GetElement()807 ppP_Nlf[ nP_NlfAkt ] = new NLFCONT( rTr ); in StoreNlf()
122 struct NLFCONT struct in TokenPool125 NLFCONT( const ScSingleRefData& r ) : aRef( r ) {} in NLFCONT() argument127 NLFCONT** ppP_Nlf;
Completed in 14 milliseconds