Searched refs:p_next (Results 1 – 8 of 8) 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()
66 struct SapSocketRequest* p_next; member
278 currRequest->p_next = NULL; in dispatchRequest()487 currRequest->p_next = NULL; in dispatchDisconnect()
149 struct RequestInfo *p_next; member160 struct UserCallbackInfo *p_next; member479 pRI->p_next = *pendingRequestsHook; in issueLocalRequest()568 pRI->p_next = *pendingRequestsHook; in processCommandBuffer()4016 ; p_cur = p_cur->p_next in onCommandsSocketClosed()4793 ; ppCur = &((*ppCur)->p_next) in checkAndDequeueRequestInfoIfAck()4804 *ppCur = (*ppCur)->p_next; in checkAndDequeueRequestInfoIfAck()
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
127 p_new->p_next = sp_response->p_intermediates; in addIntermediate()631 p_line = p_line->p_next; in at_response_free()653 pnext = pcur->p_next; in reverseIntermediates()654 pcur->p_next = p_response->p_intermediates; in reverseIntermediates()
452 p_cur = p_cur->p_next) in requestOrSendDataCallList()475 p_cur = p_cur->p_next) { in requestOrSendDataCallList()506 p_cur = p_cur->p_next) { in requestOrSendDataCallList()697 ; p_cur = p_cur->p_next715 ; p_cur = p_cur->p_next1462 ; p_cur = p_cur->p_next, i++