Searched refs:wPath (Results 1 – 2 of 2) sorted by relevance
77 wchar_t *wPath; in _Search() local79 while((wPath = searcher.GetNextHit()) != NULL) { in _Search()80 path = new char[wcslen(wPath)*sizeof(wchar_t)]; in _Search()81 wcstombs(path, wPath, wcslen(wPath)*sizeof(wchar_t)); in _Search()
198 wchar_t* wPath = to_wchar(path.Path()); in _RemoveDocuments() local199 if (wPath == NULL) in _RemoveDocuments()203 status = _RemoveDocument(wPath, reader); in _RemoveDocuments()214 delete[] wPath; in _RemoveDocuments()228 CLuceneWriteDataBase::_RemoveDocument(wchar_t* wPath, IndexReader* reader) in _RemoveDocument() argument231 Term term(_T("path"), wPath); in _RemoveDocument()268 wchar_t* wPath = to_wchar(path.Path()); in _IndexDocument() local269 if (wPath == NULL) in _IndexDocument()276 Field pathField(_T("path"), wPath, in _IndexDocument()300 delete[] wPath; in _IndexDocument()