Home
last modified time | relevance | path

Searched refs:byteCount (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx1117 void Databases::popupDocument( URLParameter* urlPar,char **buffer,int *byteCount ) in popupDocument() argument
1146 (*byteCount) = l1 + l2 + l3 + l4 + l5; in popupDocument()
1148 *buffer = new char[ 1+*byteCount ]; in popupDocument()
1155 (*buffer)[*byteCount] = 0; in popupDocument()
1169 int* byteCount ) in cascadingStylesheet() argument
1254 *byteCount = m_nCustomCSSDocLength; in cascadingStylesheet()
1255 *buffer = new char[ 1 + *byteCount ]; in cascadingStylesheet()
1256 (*buffer)[*byteCount] = 0; in cascadingStylesheet()
1266 int* byteCount ) in setActiveText() argument
1309 *byteCount = nSize; in setActiveText()
[all …]
H A Ddatabases.hxx226 void popupDocument( URLParameter* urlPar,char **buffer,int *byteCount );
236 int* byteCount );
254 int* byteCount );

Completed in 28 milliseconds