Searched refs:hbp (Results 1 - 4 of 4) sorted by relevance

/external/blktrace/btt/
H A Dunplug_hist.c35 struct hist_bkt *hbp; local
39 hbp = malloc(sizeof(*hbp));
40 hbp->dev = device;
41 memset(hbp->hist, 0, NBKTS * sizeof(int));
43 return hbp;
54 struct hist_bkt *hbp = dip->up_hist_handle; local
60 hbp->hist[idx]++;
68 struct hist_bkt *hbp = arg; local
69 int mjr = hbp
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.c158 char *hbp /* pointer to current line in header buffer */
161 if (word_eq(hbp, "CONTENT-LENGTH:")) {
162 while (isgraph(*hbp))
163 hbp++;
164 while (*hbp == ' ' || *hbp == '\t')
165 hbp++;
166 if (!isdigit(*hbp))
168 h->content_length = atol(hbp);
178 if (word_eq(hbp, "TRANSFER_ENCODIN
201 char *hbp = h->hdr; /* pointer into h->hdr */ local
372 char *hbp; /* pointer into header buffer */ local
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dhttpread.c158 char *hbp /* pointer to current line in header buffer */
161 if (word_eq(hbp, "CONTENT-LENGTH:")) {
162 while (isgraph(*hbp))
163 hbp++;
164 while (*hbp == ' ' || *hbp == '\t')
165 hbp++;
166 if (!isdigit(*hbp))
168 h->content_length = atol(hbp);
178 if (word_eq(hbp, "TRANSFER_ENCODIN
201 char *hbp = h->hdr; /* pointer into h->hdr */ local
372 char *hbp; /* pointer into header buffer */ local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttpread.c158 char *hbp /* pointer to current line in header buffer */
161 if (word_eq(hbp, "CONTENT-LENGTH:")) {
162 while (isgraph(*hbp))
163 hbp++;
164 while (*hbp == ' ' || *hbp == '\t')
165 hbp++;
166 if (!isdigit(*hbp))
168 h->content_length = atol(hbp);
178 if (word_eq(hbp, "TRANSFER_ENCODIN
201 char *hbp = h->hdr; /* pointer into h->hdr */ local
372 char *hbp; /* pointer into header buffer */ local
[all...]

Completed in 393 milliseconds