Lines Matching refs:pPrevKey
286 ImplKeyData* pPrevKey = NULL; in ImplMakeConfigList() local
331 pPrevKey = NULL; in ImplMakeConfigList()
370 pPrevKey = NULL; in ImplMakeConfigList()
374 if ( pPrevKey ) in ImplMakeConfigList()
380 pPrevKey->mpNext = pKey; in ImplMakeConfigList()
381 pPrevKey = pKey; in ImplMakeConfigList()
389 if ( pPrevKey ) in ImplMakeConfigList()
390 pPrevKey->mpNext = pKey; in ImplMakeConfigList()
393 pPrevKey = pKey; in ImplMakeConfigList()
1049 ImplKeyData* pPrevKey = NULL; in WriteKey() local
1056 pPrevKey = pKey; in WriteKey()
1067 if ( pPrevKey ) in WriteKey()
1068 pPrevKey->mpNext = pKey; in WriteKey()
1114 ImplKeyData* pPrevKey = NULL; in DeleteKey() local
1121 pPrevKey = pKey; in DeleteKey()
1128 if ( pPrevKey ) in DeleteKey()
1129 pPrevKey->mpNext = pKey->mpNext; in DeleteKey()