Searched refs:pnext (Results 1 – 9 of 9) sorted by relevance
22 PLIST_MEMBER pnext; in entry_lookup() local27 pnext = list->phead; in entry_lookup()28 while (pnext != NULL) in entry_lookup()34 pprev->pnext = pnext->pnext; in entry_lookup()35 pnext->pnext = list->phead; in entry_lookup()40 pprev = pnext; in entry_lookup()41 pnext = pnext->pnext; in entry_lookup()73 PLIST_MEMBER pnext; in list_clear() local76 pnext = pentry->pnext; in list_clear()78 pentry = pnext; in list_clear()[all …]
11 struct entry_struct *pnext; member
143 TlsDtorNode *pnode, *pnext; in __dyn_tls_dtor() local157 for (pnode = dtor_list; pnode != NULL; pnode = pnext) in __dyn_tls_dtor()164 pnext = pnode->next; in __dyn_tls_dtor()165 if (pnext != NULL) in __dyn_tls_dtor()
41 Entry** pnext = &entry->_down; in ScanNTFSStreams() local85 *pnext = stream_entry; in ScanNTFSStreams()86 pnext = &stream_entry->_next; in ScanNTFSStreams()
543 while (cache && cache->pnext != NULL) in PerfDataGetCommandLine()553 cache = cache->pnext; in PerfDataGetCommandLine()623 cache->pnext = new_entry; in PerfDataGetCommandLine()635 PCMD_LINE_CACHE cache, pnext; in PerfDataDeallocCommandLineCache() local637 for (cache = global_cache; cache; cache = pnext) in PerfDataDeallocCommandLineCache()639 pnext = cache->pnext; in PerfDataDeallocCommandLineCache()
45 struct _CMD_LINE_CACHE* pnext; member
274 PCCH pnext; in PopupError() local282 pnext = Text; in PopupError()286 p = strchr(pnext, '\n'); in PopupError()290 Length = strlen(pnext); in PopupError()295 Length = (ULONG)(p - pnext); in PopupError()307 pnext = p + 1; in PopupError()344 pnext = Text; in PopupError()347 p = strchr(pnext, '\n'); in PopupError()351 Length = strlen(pnext); in PopupError()356 Length = (ULONG)(p - pnext); in PopupError()[all …]
692 LINEDEF *pnext = NULL; in EDIT_BuildLineDefs_ML() local697 pnext = current_line->next; in EDIT_BuildLineDefs_ML()700 current_line = pnext; in EDIT_BuildLineDefs_ML()
788 LINEDEF *pnext = NULL; in EDIT_BuildLineDefs_ML() local793 pnext = current_line->next; in EDIT_BuildLineDefs_ML()796 current_line = pnext; in EDIT_BuildLineDefs_ML()