Lines Matching refs:byteCount
1117 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()
1316 *byteCount = 0; in setActiveText()