Home
last modified time | relevance | path

Searched refs:pList (Results 1 – 4 of 4) sorted by relevance

/base/security/dataclassification/frameworks/datatransmitmgr/
Ddev_slinfo_list.c66 struct DATASLListParams *pList = list->next; in RemoveListNode() local
67 while (pList != NULL && pList != list) { in RemoveListNode()
68 …if (CompareUdid(&(pList->callbackParams->queryParams), &(callbackParams->queryParams)) == DEVSL_SU… in RemoveListNode()
69 pList->prev->next = pList->next; in RemoveListNode()
70 pList->next->prev = pList->prev; in RemoveListNode()
71 if (pList->callbackParams != NULL) { in RemoveListNode()
72 free(pList->callbackParams); in RemoveListNode()
74 if (pList != NULL) { in RemoveListNode()
75 free(pList); in RemoveListNode()
79 pList = pList->next; in RemoveListNode()
[all …]
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
Dcert_manager_query.h43 void CmFreePathList(struct CmMutableBlob *pList, uint32_t pathCount);
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager_query.c44 void CmFreePathList(struct CmMutableBlob *pList, uint32_t pathCount) in CmFreePathList() argument
46 if (pList == NULL) { in CmFreePathList()
51 pList[i].size = 0; in CmFreePathList()
52 CM_FREE_PTR(pList[i].data); in CmFreePathList()
54 CMFree(pList); in CmFreePathList()
/base/update/updater/services/fs_manager/
Ddo_partition.cpp313 PartitonList pList = disk.partList; in RemovePartitions() local
314 for (const auto &it : pList) { in RemovePartitions()