Searched refs:m_Line (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sal/osl/unx/ |
| H A D | profile.c | 101 sal_uInt32 m_Line; member 108 sal_uInt32 m_Line; member 534 ((pStr = strchr(pProfile->m_Lines[pSec->m_Entries[NoEntry].m_Line], in osl_readProfileString() 736 i = pSec->m_Entries[pSec->m_NoEntries - 1].m_Line + 1; in osl_writeProfileString() 738 i = pSec->m_Line + 1; in osl_writeProfileString() 759 i = pSec->m_Entries[NoEntry].m_Line; in osl_writeProfileString() 890 removeLine(pProfile, pSec->m_Entries[NoEntry].m_Line); in osl_removeProfileEntry() 894 removeLine(pProfile, pSec->m_Line); in osl_removeProfileEntry() 897 if ((pSec->m_Line > 0) && (pProfile->m_Lines[pSec->m_Line - 1][0] == '\0')) in osl_removeProfileEntry() 898 removeLine(pProfile, pSec->m_Line - 1); in osl_removeProfileEntry() [all …]
|
| /trunk/main/sal/osl/os2/ |
| H A D | profile.c | 111 sal_uInt32 m_Line; member 118 sal_uInt32 m_Line; member 446 ((pStr = strchr(pProfile->m_Lines[pSec->m_Entries[NoEntry].m_Line], in osl_readProfileString() 611 i = pSec->m_Entries[pSec->m_NoEntries - 1].m_Line + 1; in osl_writeProfileString() 613 i = pSec->m_Line + 1; in osl_writeProfileString() 629 i = pSec->m_Entries[NoEntry].m_Line; in osl_writeProfileString() 728 removeLine(pProfile, pSec->m_Entries[NoEntry].m_Line); in osl_removeProfileEntry() 732 removeLine(pProfile, pSec->m_Line); in osl_removeProfileEntry() 735 if ((pSec->m_Line > 0) && (pProfile->m_Lines[pSec->m_Line - 1][0] == '\0')) in osl_removeProfileEntry() 736 removeLine(pProfile, pSec->m_Line - 1); in osl_removeProfileEntry() [all …]
|
| /trunk/main/sal/osl/w32/ |
| H A D | profile.cxx | 109 sal_uInt32 m_Line; member 116 sal_uInt32 m_Line; member 486 ((pStr = strchr(pProfile->m_Lines[pSec->m_Entries[NoEntry].m_Line], in osl_readProfileString() 656 i = pSec->m_Entries[pSec->m_NoEntries - 1].m_Line + 1; in osl_writeProfileString() 658 i = pSec->m_Line + 1; in osl_writeProfileString() 674 i = pSec->m_Entries[NoEntry].m_Line; in osl_writeProfileString() 777 removeLine(pProfile, pSec->m_Entries[NoEntry].m_Line); in osl_removeProfileEntry() 781 removeLine(pProfile, pSec->m_Line); in osl_removeProfileEntry() 784 if ((pSec->m_Line > 0) && (pProfile->m_Lines[pSec->m_Line - 1][0] == '\0')) in osl_removeProfileEntry() 785 removeLine(pProfile, pSec->m_Line - 1); in osl_removeProfileEntry() [all …]
|