Home
last modified time | relevance | path

Searched refs:hbp (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/wpa/src/wps/
HDhttpread.c189 char *hbp /* pointer to current line in header buffer */ in httpread_hdr_option_analyze() argument
192 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 …]
/trueos/sys/fs/nfsserver/
HDnfs_nfsdcache.c581 struct nfsrchash_bucket *hbp; in nfsrvd_sentcache() local
585 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() local
791 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 …]