Searched refs:curList (Results 1 – 1 of 1) sorted by relevance
92 static int mergeLists(SlNetUtil_addrInfo_t **curList,792 static int mergeLists(SlNetUtil_addrInfo_t **curList, in mergeLists() argument799 if (!curList || !newList || !(*newList)) { in mergeLists()817 tail->ai_next = *curList; in mergeLists()818 *curList = *newList; in mergeLists()