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
75 struct RequestInfo *p_next; member
99 struct UserCallbackInfo *p_next; member264 pRI->p_next = *pendingRequestsHook; in addRequestToList()551 ; ppCur = &((*ppCur)->p_next) in checkAndDequeueRequestInfoIfAck()562 *ppCur = (*ppCur)->p_next; in checkAndDequeueRequestInfoIfAck()
212 currRequest->p_next = NULL; in dispatchRequest()
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()
470 p_cur = p_cur->p_next) in requestOrSendDataCallList()493 p_cur = p_cur->p_next) { in requestOrSendDataCallList()524 p_cur = p_cur->p_next) { in requestOrSendDataCallList()717 ; p_cur = p_cur->p_next735 ; p_cur = p_cur->p_next1482 ; p_cur = p_cur->p_next, i++