PLEntry          1289 applications/osmo4_w32/MainFrm.cpp 				PLEntry *ple = (PLEntry *) gf_list_get(m_pPlayList->m_entries, start - i);
PLEntry          1296 applications/osmo4_w32/MainFrm.cpp 				PLEntry *ple = (PLEntry *) gf_list_get(m_pPlayList->m_entries, start + i);
PLEntry            18 applications/osmo4_w32/Playlist.cpp PLEntry::PLEntry(CString url, char *path)
PLEntry            51 applications/osmo4_w32/Playlist.cpp PLEntry::~PLEntry()
PLEntry           293 applications/osmo4_w32/Playlist.cpp 		PLEntry *ple = (PLEntry *) gf_list_get(m_entries, 0);
PLEntry           302 applications/osmo4_w32/Playlist.cpp 	PLEntry *p=NULL;
PLEntry           303 applications/osmo4_w32/Playlist.cpp 	if (m_cur_entry>=0) p = (PLEntry *) gf_list_get(m_entries, m_cur_entry);
PLEntry           317 applications/osmo4_w32/Playlist.cpp 	PLEntry *ple = (PLEntry *) gf_list_get(m_entries, i);
PLEntry           357 applications/osmo4_w32/Playlist.cpp 		PLEntry *ple = (PLEntry *) gf_list_get(m_entries, i);
PLEntry           418 applications/osmo4_w32/Playlist.cpp 		PLEntry *ple = (PLEntry *) m_FileList.GetItemData(nItem);
PLEntry           437 applications/osmo4_w32/Playlist.cpp 		PLEntry *ple = (PLEntry *) m_FileList.GetItemData(nItem);
PLEntry           458 applications/osmo4_w32/Playlist.cpp 		PLEntry *ple = (PLEntry *) m_FileList.GetItemData(nItem);
PLEntry           476 applications/osmo4_w32/Playlist.cpp 		PLEntry *ple = (PLEntry *) gf_list_get(m_entries, i);
PLEntry           559 applications/osmo4_w32/Playlist.cpp 	PLEntry *ple = new PLEntry(url.m_url);
PLEntry           601 applications/osmo4_w32/Playlist.cpp 		PLEntry *ple = (PLEntry *) gf_list_get(m_entries, i);
PLEntry           631 applications/osmo4_w32/Playlist.cpp 	PLEntry *ple;
PLEntry           664 applications/osmo4_w32/Playlist.cpp 			ple = new PLEntry(szLine, szPath);
PLEntry           670 applications/osmo4_w32/Playlist.cpp 				ple = new PLEntry(st + 1, szPath);
PLEntry           727 applications/osmo4_w32/Playlist.cpp 		PLEntry *ple = (PLEntry *) m_FileList.GetItemData(nItem);
PLEntry           732 applications/osmo4_w32/Playlist.cpp 		PLEntry *ple = (PLEntry *) gf_list_get(m_entries, i);
PLEntry           744 applications/osmo4_w32/Playlist.cpp 		PLEntry *ple1 = (PLEntry *) gf_list_get(m_entries, i);
PLEntry           745 applications/osmo4_w32/Playlist.cpp 		PLEntry *ple2 = (PLEntry *) gf_list_get(m_entries, count-i);
PLEntry           762 applications/osmo4_w32/Playlist.cpp 		PLEntry *ple = (PLEntry *)gf_list_get(m_entries, pos);
PLEntry           766 applications/osmo4_w32/Playlist.cpp 	PLEntry *ple = (PLEntry *)gf_list_get(m_entries, 0);
PLEntry           784 applications/osmo4_w32/Playlist.cpp 			PLEntry *ple2 = (PLEntry *) gf_list_get(m_entries, smallest);
PLEntry           785 applications/osmo4_w32/Playlist.cpp 			PLEntry *ple1 = (PLEntry *) gf_list_get(m_entries, j);
PLEntry           800 applications/osmo4_w32/Playlist.cpp 		PLEntry *ple = (PLEntry *)gf_list_get(m_entries, smallest);
PLEntry           824 applications/osmo4_w32/Playlist.cpp 			PLEntry *ple = (PLEntry *) gf_list_get(m_entries, i);
PLEntry           837 applications/osmo4_w32/Playlist.cpp 	PLEntry *ple = (PLEntry *) gf_list_get(m_entries, m_cur_entry);
PLEntry           846 applications/osmo4_w32/Playlist.cpp 	PLEntry *ple;
PLEntry           858 applications/osmo4_w32/Playlist.cpp 	ple = (PLEntry *) gf_list_get(m_entries, m_cur_entry);
PLEntry           894 applications/osmo4_w32/Playlist.cpp 		PLEntry *ple = (PLEntry *) gf_list_get(m_entries, m_cur_entry+1);
PLEntry           908 applications/osmo4_w32/Playlist.cpp 		PLEntry *ple = new PLEntry(filename);
PLEntry           939 applications/osmo4_w32/Playlist.cpp 	PLEntry *ple = (PLEntry *) gf_list_get(m_entries, m_cur_entry);
PLEntry           949 applications/osmo4_w32/Playlist.cpp 	PLEntry *ple = (PLEntry *) gf_list_get(m_entries, m_cur_entry);
PLEntry           958 applications/osmo4_w32/Playlist.cpp 	PLEntry *ple = (PLEntry *) gf_list_get(m_entries, m_cur_entry);
PLEntry           965 applications/osmo4_w32/Playlist.cpp 	PLEntry *ple = (PLEntry *) gf_list_get(m_entries, m_cur_entry);
PLEntry            11 applications/osmo4_w32/Playlist.h class PLEntry
PLEntry            14 applications/osmo4_w32/Playlist.h 	PLEntry(CString url, char *path = NULL);
PLEntry            15 applications/osmo4_w32/Playlist.h 	~PLEntry();
PLEntry            33 applications/osmo4_wx/Playlist.cpp PLEntry::PLEntry(wxString url)
PLEntry            64 applications/osmo4_wx/Playlist.cpp PLEntry::~PLEntry()
PLEntry           202 applications/osmo4_wx/Playlist.cpp 		PLEntry *ple = (PLEntry *) gf_list_get(m_entries, 0);
PLEntry           211 applications/osmo4_wx/Playlist.cpp 	PLEntry *p = NULL;
PLEntry           213 applications/osmo4_wx/Playlist.cpp 		p = (PLEntry *) gf_list_get(m_entries, m_cur_entry);
PLEntry           228 applications/osmo4_wx/Playlist.cpp 	PLEntry *ple = (PLEntry *) gf_list_get(m_entries, idx);
PLEntry           261 applications/osmo4_wx/Playlist.cpp 		PLEntry *ple = (PLEntry *) gf_list_get(m_entries, i);
PLEntry           305 applications/osmo4_wx/Playlist.cpp 			PLEntry *ple = new PLEntry(stra[i]);
PLEntry           319 applications/osmo4_wx/Playlist.cpp 		PLEntry *ple = new PLEntry(wxString(item_path, wxConvUTF8) );
PLEntry           358 applications/osmo4_wx/Playlist.cpp 	PLEntry *ple = new PLEntry(dlg.m_urlVal);
PLEntry           372 applications/osmo4_wx/Playlist.cpp 		PLEntry *ple = (PLEntry *) m_FileList->GetItemData(item);
PLEntry           390 applications/osmo4_wx/Playlist.cpp 		PLEntry *ple = (PLEntry *) gf_list_get(m_entries, i);
PLEntry           413 applications/osmo4_wx/Playlist.cpp 		PLEntry *ple = (PLEntry *) m_FileList->GetItemData(item);
PLEntry           438 applications/osmo4_wx/Playlist.cpp 		PLEntry *ple = (PLEntry *) m_FileList->GetItemData(item);
PLEntry           486 applications/osmo4_wx/Playlist.cpp 		PLEntry *ple = (PLEntry *) gf_list_get(m_entries, i);
PLEntry           516 applications/osmo4_wx/Playlist.cpp 	PLEntry *ple;
PLEntry           543 applications/osmo4_wx/Playlist.cpp 			ple = new PLEntry(wxString(szLine, wxConvUTF8) );
PLEntry           549 applications/osmo4_wx/Playlist.cpp 				ple = new PLEntry(wxString(st + 1, wxConvUTF8) );
PLEntry           601 applications/osmo4_wx/Playlist.cpp 		PLEntry *ple = (PLEntry *) m_FileList->GetItemData(item);
PLEntry           605 applications/osmo4_wx/Playlist.cpp 		PLEntry *ple = (PLEntry *) gf_list_get(m_entries, i);
PLEntry           617 applications/osmo4_wx/Playlist.cpp 		PLEntry *ple1 = (PLEntry *) gf_list_get(m_entries, i);
PLEntry           618 applications/osmo4_wx/Playlist.cpp 		PLEntry *ple2 = (PLEntry *) gf_list_get(m_entries, count-i);
PLEntry           635 applications/osmo4_wx/Playlist.cpp 		PLEntry *ple = (PLEntry *)gf_list_get(m_entries, pos);
PLEntry           639 applications/osmo4_wx/Playlist.cpp 	PLEntry *ple = (PLEntry *)gf_list_get(m_entries, 0);
PLEntry           656 applications/osmo4_wx/Playlist.cpp 			PLEntry *ple2 = (PLEntry *) gf_list_get(m_entries, smallest);
PLEntry           657 applications/osmo4_wx/Playlist.cpp 			PLEntry *ple1 = (PLEntry *) gf_list_get(m_entries, j);
PLEntry           672 applications/osmo4_wx/Playlist.cpp 		PLEntry *ple = (PLEntry *)gf_list_get(m_entries, smallest);
PLEntry           692 applications/osmo4_wx/Playlist.cpp 	PLEntry *ple;
PLEntry           694 applications/osmo4_wx/Playlist.cpp 	ple = (PLEntry *) gf_list_get(m_entries, m_cur_entry);
PLEntry           706 applications/osmo4_wx/Playlist.cpp 			PLEntry *ple = (PLEntry *) gf_list_get(m_entries, i);
PLEntry           717 applications/osmo4_wx/Playlist.cpp 	PLEntry *ple;
PLEntry           728 applications/osmo4_wx/Playlist.cpp 	ple = (PLEntry *) gf_list_get(m_entries, m_cur_entry);
PLEntry           766 applications/osmo4_wx/Playlist.cpp 		PLEntry *ple = (PLEntry *) gf_list_get(m_entries, m_cur_entry+1);
PLEntry           779 applications/osmo4_wx/Playlist.cpp 		PLEntry *ple = new PLEntry(filename);
PLEntry           804 applications/osmo4_wx/Playlist.cpp 	PLEntry *ple = (PLEntry *) gf_list_get(m_entries, m_cur_entry);
PLEntry           814 applications/osmo4_wx/Playlist.cpp 	PLEntry *ple = (PLEntry *) gf_list_get(m_entries, m_cur_entry);
PLEntry           824 applications/osmo4_wx/Playlist.cpp 		PLEntry *ple = (PLEntry *) gf_list_get(m_entries, m_cur_entry);
PLEntry           832 applications/osmo4_wx/Playlist.cpp 	PLEntry *ple = (PLEntry *) gf_list_get(m_entries, m_cur_entry);
PLEntry            45 applications/osmo4_wx/Playlist.h class PLEntry
PLEntry            48 applications/osmo4_wx/Playlist.h 	PLEntry(wxString url);
PLEntry            49 applications/osmo4_wx/Playlist.h 	~PLEntry();
PLEntry          1995 applications/osmo4_wx/wxOsmo4.cpp 		PLEntry *ple = (PLEntry *) gf_list_get(m_pPlayList->m_entries, start - i);
PLEntry          2008 applications/osmo4_wx/wxOsmo4.cpp 		PLEntry *ple = (PLEntry *) gf_list_get(m_pPlayList->m_entries, start + i);