Searched refs:byteCount (Results 1 – 2 of 2) sorted by relevance
1117 void Databases::popupDocument( URLParameter* urlPar,char **buffer,int *byteCount ) in popupDocument() argument1146 (*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() argument1254 *byteCount = m_nCustomCSSDocLength; in cascadingStylesheet()1255 *buffer = new char[ 1 + *byteCount ]; in cascadingStylesheet()1256 (*buffer)[*byteCount] = 0; in cascadingStylesheet()1266 int* byteCount ) in setActiveText() argument1309 *byteCount = nSize; in setActiveText()[all …]
226 void popupDocument( URLParameter* urlPar,char **buffer,int *byteCount );236 int* byteCount );254 int* byteCount );
Completed in 33 milliseconds