Lines Matching refs:pprev_hash
143 struct request **pprev_hash;
400 LWIP_ASSERT1(req->pprev_hash == NULL);
415 LWIP_ASSERT1(req->pprev_hash == NULL);
418 (*chain)->pprev_hash = &req->next_hash;
422 req->pprev_hash = chain;
453 LWIP_ASSERT1(req->pprev_hash != NULL);
457 req->next_hash->pprev_hash = req->pprev_hash;
459 *req->pprev_hash = req->next_hash;
460 req->pprev_hash = NULL;