Searched refs:LinkedListNode (Results 1 – 11 of 11) sorted by relevance
30 typedef struct LinkedListNode { struct32 struct LinkedListNode *next; argument33 } LinkedListNode; typedef36 LinkedListNode *current;43 LinkedListNode *head;
39 LinkedListNode *node = Malloc(sizeof(LinkedListNode)); in InsertNode()61 LinkedListNode *pre = NULL; in RemoveNode()62 LinkedListNode *node = list->head; in RemoveNode()113 LinkedListNode *current = iterator->current; in IteratorNext()166 IAM_STATIC void DestroyLinkedListNode(const LinkedList *list, LinkedListNode *node) in DestroyLinkedListNode()185 LinkedListNode *node = list->head; in DestroyLinkedList()
135 LinkedListNode *temp = user->enrolledInfoList->head; in GetEnrolledInfoAuthType()208 LinkedListNode *temp = g_userInfoList->head; in QueryUserInfo()236 LinkedListNode *temp = enrolledInfoList->head; in GetAllEnrolledInfoFromUser()270 LinkedListNode *temp = userInfoList->head; in IsSecureUidDuplicate()330 LinkedListNode *temp = enrolledList->head; in IsEnrolledIdDuplicate()368 LinkedListNode *temp = enrolledList->head; in UpdateEnrolledId()614 LinkedListNode *temp = credentialList->head; in QueryCredentialById()632 LinkedListNode *temp = credentialList->head; in QueryCredentialByAuthType()685 LinkedListNode *temp = credentialList->head; in TraverseCredentialList()728 LinkedListNode *temp = g_userInfoList->head; in QueryCredentialLimit()[all …]
111 LinkedListNode *temp = enrolledList->head; in StreamWriteEnrolledInfo()138 LinkedListNode *temp = credentialList->head; in StreamWriteCredentialList()185 LinkedListNode *temp = userInfoList->head; in WriteUserInfo()
98 LinkedListNode *temp = executorList->head; in GetAsl()131 LinkedListNode *temp = credList->head; in GetAcl()
203 LinkedListNode *tempNode = g_contextList->head; in GetContext()308 LinkedListNode *temp = credList->head; in QueryAuthTempletaInfo()382 LinkedListNode *tempNode = g_contextList->head; in IsContextDuplicate()420 LinkedListNode *temp = scheduleList->head; in CopySchedules()497 LinkedListNode *tempNode = schedules->head; in DestroyContextNode()
185 LinkedListNode *temp = g_scheduleList->head; in IsScheduleIdDuplicate()224 LinkedListNode *tempNode = executors->head; in MountExecutorOnce()
512 LinkedListNode *temp = credList->head; in GetExecutorTemplateList()574 LinkedListNode *temp = executors->head; in TraverseExecutor()
100 LinkedListNode *temp = g_poolList->head; in IsExecutorIdDuplicate()
152 LinkedListNode *temp = credList->head; in GetCapabilityLevel()254 LinkedListNode *tempNode = schedulesGet->head; in BeginAuthenticationV1_1()297 LinkedListNode *temp = executorSendMsg->head; in CreateExecutorCommand()699 LinkedListNode *temp = credList->head; in GetCredential()772 LinkedListNode *temp = credList->head; in EnforceDeleteUser()813 LinkedListNode *temp = credList->head; in ObtainReconciliationData()
56 LinkedListNode *temp = credList->head; in GenerateIdmSchedule()