Searched refs:pszLine (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sal/osl/os2/ |
H A D | profile.c | 159 static sal_Bool getLine(osl_TFile* pFile, const sal_Char *pszLine, int MaxLen); 160 static sal_Bool putLine(osl_TFile* pFile, const sal_Char *pszLine); 1299 static sal_Bool getLine(osl_TFile* pFile, const sal_Char *pszLine, int MaxLen) in getLine() argument 1303 sal_Char* pLine = (sal_Char *)pszLine; in getLine() 1331 if ((Max == 0) && (pLine == pszLine)) in getLine() 1378 static sal_Bool putLine(osl_TFile* pFile, const sal_Char *pszLine) in putLine() argument 1380 unsigned int Len = strlen(pszLine); in putLine() 1417 memcpy(pFile->m_pWriteBuf + ( pFile->m_nWriteBufLen - pFile->m_nWriteBufFree ),pszLine,Len+1); in putLine()
|
/aoo41x/main/sal/osl/w32/ |
H A D | profile.cxx | 153 static sal_Bool getLine(osl_TFile* pFile, const sal_Char *pszLine, int MaxLen); 154 static sal_Bool putLine(osl_TFile* pFile, const sal_Char *pszLine); 1413 static sal_Bool getLine(osl_TFile* pFile, const sal_Char *pszLine, int MaxLen) in getLine() argument 1418 sal_Char* pLine = (sal_Char *)pszLine; in getLine() 1445 if ((Max == 0) && (pLine == pszLine)) in getLine() 1501 static sal_Bool putLine(osl_TFile* pFile, const sal_Char *pszLine) in putLine() argument 1503 unsigned int Len = strlen(pszLine); in putLine() 1540 memcpy(pFile->m_pWriteBuf + ( pFile->m_nWriteBufLen - pFile->m_nWriteBufFree ),pszLine,Len+1); in putLine()
|
/aoo41x/main/sal/osl/unx/ |
H A D | profile.c | 148 static sal_Bool OslProfile_putLine(osl_TFile* pFile, const sal_Char *pszLine); 1449 static sal_Bool OslProfile_putLine(osl_TFile* pFile, const sal_Char *pszLine) in OslProfile_putLine() argument 1451 unsigned int Len = strlen(pszLine); in OslProfile_putLine() 1488 memcpy(pFile->m_pWriteBuf + ( pFile->m_nWriteBufLen - pFile->m_nWriteBufFree ),pszLine,Len+1); in OslProfile_putLine()
|
Completed in 43 milliseconds