Home | History | Annotate | Download | only in include

Lines Matching defs:pbuff

188 			char* pbuff = new char[nLen];

189 if(pbuff)
190 memset(pbuff, 0, nLen);
193 nLen = m_pInfo->m_pJsPlatform->Field_browse(m_pInfo->m_pJsPlatform, pbuff, nLen);
194 CFX_ByteString bsRet = CFX_ByteString(pbuff, nLen);
196 delete[] pbuff;
209 char* pbuff = new char[nLen];
210 if(pbuff)
211 memset(pbuff, 0, nLen);
214 nLen = m_pInfo->m_pJsPlatform->Doc_getFilePath(m_pInfo->m_pJsPlatform, pbuff, nLen);
215 CFX_ByteString bsRet = CFX_ByteString(pbuff, nLen);
217 delete[] pbuff;