Home
last modified time | relevance | path

Searched refs:pHead (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/win32/netcfgx/
H A Dnetcfg_iface.c275 *pHead = NULL; in EnumClientServiceProtocol()
365 *pHead = pCurrent; in EnumClientServiceProtocol()
509 *pHead = pCurrent; in EnumerateNetworkAdapter()
522 NetCfgComponentItem * pHead, in FindNetworkComponent() argument
527 while(pHead) in FindNetworkComponent()
533 pHead = pHead->pNext; in FindNetworkComponent()
643 NetCfgComponentItem *pHead, in ApplyOrCancelChanges() argument
651 while(pHead) in ApplyOrCancelChanges()
653 if (pHead->bChanged) in ApplyOrCancelChanges()
672 else if (pHead->pNCCC) in ApplyOrCancelChanges()
[all …]
H A Dnetcfgbindinginterface_iface.c245 This->pCurrent = This->pHead; in IEnumNetCfgBindingInterface_fnReset()
289 This->pHead = pItem; in IEnumNetCfgBindingInterface_Constructor()
H A Dnetcfgbindingpath_iface.c294 This->pCurrent = This->pHead; in IEnumNetCfgBindingPath_fnReset()
338 This->pHead = pItem; in IEnumNetCfgBindingPath_Constructor()
H A Dinetcfgcomp_iface.c18 NetCfgComponentItem * pHead; member
817 This->pCurrent = This->pHead; in IEnumNetCfgComponent_fnReset()
857 This->pHead = pItem; in IEnumNetCfgComponent_Constructor()
/reactos/sdk/include/psdk/
H A Dhttpext.h75 PVOID pHead; member
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c820 for (pListEntry = pHead->Flink; in DumpFontSubstList()
821 pListEntry != pHead; in DumpFontSubstList()
1065 PLIST_ENTRY pHead, pEntry; in FreeFontSupport() local
1074 pHead = &g_FontCacheListHead; in FreeFontSupport()
1075 while (!IsListEmpty(pHead)) in FreeFontSupport()
1083 pHead = &g_FontSubstListHead; in FreeFontSupport()
1084 while (!IsListEmpty(pHead)) in FreeFontSupport()
1092 pHead = &g_FontListHead; in FreeFontSupport()
1093 while (!IsListEmpty(pHead)) in FreeFontSupport()
1175 pListEntry != pHead; in SubstituteFontByList()
[all …]