Searched refs:hbp (Results 1 – 2 of 2) sorted by relevance
189 char *hbp /* pointer to current line in header buffer */ in httpread_hdr_option_analyze() argument192 if (word_eq(hbp, "CONTENT-LENGTH:")) { in httpread_hdr_option_analyze()193 while (isgraph(*hbp)) in httpread_hdr_option_analyze()194 hbp++; in httpread_hdr_option_analyze()195 while (*hbp == ' ' || *hbp == '\t') in httpread_hdr_option_analyze()196 hbp++; in httpread_hdr_option_analyze()197 if (!isdigit(*hbp)) in httpread_hdr_option_analyze()199 h->content_length = atol(hbp); in httpread_hdr_option_analyze()203 if (word_eq(hbp, "TRANSFER_ENCODING:") || in httpread_hdr_option_analyze()204 word_eq(hbp, "TRANSFER-ENCODING:")) { in httpread_hdr_option_analyze()[all …]
581 struct nfsrchash_bucket *hbp; in nfsrvd_sentcache() local585 hbp = NFSRCAHASH(rp->rc_sockref); in nfsrvd_sentcache()586 mtx_lock(&hbp->mtx); in nfsrvd_sentcache()589 LIST_INSERT_HEAD(&hbp->tbl, rp, rc_ahash); in nfsrvd_sentcache()591 mtx_unlock(&hbp->mtx); in nfsrvd_sentcache()784 struct nfsrchash_bucket *hbp; in nfsrc_freecache() local791 hbp = NFSRCAHASH(rp->rc_sockref); in nfsrc_freecache()792 mtx_lock(&hbp->mtx); in nfsrc_freecache()795 mtx_unlock(&hbp->mtx); in nfsrc_freecache()840 struct nfsrchash_bucket *hbp; in nfsrc_trimcache() local[all …]