Searched refs:p_next (Results 1 – 11 of 11) sorted by relevance
110 if(NULL != this->front->p_next) { in dequeue()111 this->front = this->front->p_next; in dequeue()127 request->p_next = NULL; in enqueue()129 request->p_next = this->front; in enqueue()143 for(T **ppCur = &(this->front); *ppCur != NULL; ppCur = &((*ppCur)->p_next)) { in checkAndDequeue()147 *ppCur = (*ppCur)->p_next; in checkAndDequeue()
50 struct SapSocketRequest* p_next; member
75 struct RequestInfo *p_next; member
97 struct UserCallbackInfo *p_next; member239 pRI->p_next = *pendingRequestsHook; in addRequestToList()533 ; ppCur = &((*ppCur)->p_next) in checkAndDequeueRequestInfoIfAck()544 *ppCur = (*ppCur)->p_next; in checkAndDequeueRequestInfoIfAck()
211 currRequest->p_next = NULL; in dispatchRequest()
196 struct cam_list *p_next = m_head.list.next; in enqueueWithPriority() local199 p_next->prev = &node->list; in enqueueWithPriority()200 node->list.next = p_next; in enqueueWithPriority()
56 struct ATLine *p_next; member
132 p_new->p_next = sp_response->p_intermediates; in addIntermediate()636 p_line = p_line->p_next; in at_response_free()658 pnext = pcur->p_next; in reverseIntermediates()659 pcur->p_next = p_response->p_intermediates; in reverseIntermediates()
601 p_cur = p_cur->p_next) in requestOrSendDataCallList()624 p_cur = p_cur->p_next) { in requestOrSendDataCallList()655 p_cur = p_cur->p_next) { in requestOrSendDataCallList()856 ; p_cur = p_cur->p_next874 ; p_cur = p_cur->p_next1630 ; p_cur = p_cur->p_next, i++
316 struct _tle* p_next; member