Searched refs:RilSapSocketList (Results 1 – 2 of 2) sorted by relevance
31 static RilSapSocket::RilSapSocketList *head = NULL;87 RilSapSocketList *current = head; in printList()98 RilSapSocketList *current = head; in getSocketById()150 RilSapSocketList *current; in addSocketToList()154 RilSapSocketList* listItem = (RilSapSocketList*)malloc(sizeof(RilSapSocketList)); in addSocketToList()180 RilSapSocketList* current = head; in SocketExists()
104 typedef struct RilSapSocketList { struct106 RilSapSocketList *next; argument107 } RilSapSocketList; typedef