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

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/wps/
H A Dhttpread.c195 char *hbp /* pointer to current line in header buffer */
198 if (word_eq(hbp, "CONTENT-LENGTH:")) {
199 while (isgraph(*hbp))
200 hbp++;
201 while (*hbp == ' ' || *hbp == '\t')
202 hbp++;
203 if (!isdigit(*hbp))
205 h->content_length = atol(hbp);
209 if (word_eq(hbp, "TRANSFER_ENCODIN
232 char *hbp = h->hdr; /* pointer into h->hdr */ local
406 char *hbp; /* pointer into header buffer */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/wps/
H A Dhttpread.c195 char *hbp /* pointer to current line in header buffer */
198 if (word_eq(hbp, "CONTENT-LENGTH:")) {
199 while (isgraph(*hbp))
200 hbp++;
201 while (*hbp == ' ' || *hbp == '\t')
202 hbp++;
203 if (!isdigit(*hbp))
205 h->content_length = atol(hbp);
209 if (word_eq(hbp, "TRANSFER_ENCODIN
232 char *hbp = h->hdr; /* pointer into h->hdr */ local
406 char *hbp; /* pointer into header buffer */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/wps/
H A Dhttpread.c195 char *hbp /* pointer to current line in header buffer */
198 if (word_eq(hbp, "CONTENT-LENGTH:")) {
199 while (isgraph(*hbp))
200 hbp++;
201 while (*hbp == ' ' || *hbp == '\t')
202 hbp++;
203 if (!isdigit(*hbp))
205 h->content_length = atol(hbp);
209 if (word_eq(hbp, "TRANSFER_ENCODIN
232 char *hbp = h->hdr; /* pointer into h->hdr */ local
406 char *hbp; /* pointer into header buffer */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/omap/
H A Dlcd_overo.c80 .hbp = 80,
93 .hbp = 80,
106 .hbp = 80,
119 .hbp = 80,
133 .hbp = 80,
H A Dlcd_apollon.c69 .hbp = 9,
78 .hbp = 2,
H A Dlcd_h3.c82 .hbp = 72 - 12,
H A Dlcd_h4.c61 .hbp = 60,
H A Dlcd_htcherald.c73 .hbp = 20,
H A Dlcd_inn1510.c66 .hbp = 72,
H A Dlcd_inn1610.c90 .hbp = 72,
H A Dlcd_omap3beagle.c74 .hbp = 39, /* left_margin (40) - 1 */
H A Dlcd_osk.c85 .hbp = 72,
H A Dlcd_palmte.c66 .hbp = 28,
H A Dlcd_palmtt.c71 .hbp = 28,
H A Dlcd_palmz71.c66 .hbp = 28,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/omap/
H A Dlcd_overo.c80 .hbp = 80,
93 .hbp = 80,
106 .hbp = 80,
119 .hbp = 80,
133 .hbp = 80,
H A Dlcd_apollon.c69 .hbp = 9,
78 .hbp = 2,
H A Dlcd_h3.c82 .hbp = 72 - 12,
H A Dlcd_h4.c61 .hbp = 60,
H A Dlcd_htcherald.c73 .hbp = 20,
H A Dlcd_inn1510.c66 .hbp = 72,
H A Dlcd_inn1610.c90 .hbp = 72,
H A Dlcd_omap3beagle.c74 .hbp = 39, /* left_margin (40) - 1 */
H A Dlcd_osk.c85 .hbp = 72,
H A Dlcd_palmte.c66 .hbp = 28,

Completed in 141 milliseconds

1234