Searched refs:pItem (Results 1 – 1 of 1) sorted by relevance
3028 _SlSpawnMsgItem_t* pItem; in _SlSpawnMsgListInsert() local3030 pItem = (_SlSpawnMsgItem_t*)sl_Malloc(sizeof(_SlSpawnMsgItem_t)); in _SlSpawnMsgListInsert()3031 if (pItem == NULL) in _SlSpawnMsgListInsert()3038 pItem->Buffer = (void*)sl_Malloc(AsyncEventLen); in _SlSpawnMsgListInsert()3039 if (pItem->Buffer == NULL) in _SlSpawnMsgListInsert()3041 sl_Free(pItem); in _SlSpawnMsgListInsert()3046 pItem->next = NULL; in _SlSpawnMsgListInsert()3050 g_pCB->spawnMsgList = pItem; in _SlSpawnMsgListInsert()3061 pCurr->next = pItem; in _SlSpawnMsgListInsert()3064 _SlAsyncRespBuf_t* pItem = (_SlAsyncRespBuf_t*)_SlGetStatSpawnListItem(AsyncEventLen); in _SlSpawnMsgListInsert() local[all …]