Home | History | Annotate | Download | only in libril

Lines Matching defs:p_next

133     struct RequestInfo *p_next;
142 struct UserCallbackInfo *p_next;
309 pRI->p_next = s_pendingRequests;
357 pRI->p_next = s_pendingRequests;
2254 ; p_cur = p_cur->p_next
2769 ; ppCur = &((*ppCur)->p_next)
2774 *ppCur = (*ppCur)->p_next;