Searched refs:hbufp (Results 1 - 3 of 3) sorted by relevance

/external/curl/lib/
H A Dhttp.c2885 hbufp_index = k->hbufp - data->state.headerbuff;
2893 k->hbufp = data->state.headerbuff + hbufp_index;
2895 memcpy(k->hbufp, k->str_start, length);
2896 k->hbufp += length;
2898 *k->hbufp = 0;
2995 k->end_ptr = k->hbufp;
3258 header parsing variables hbufp && hbuflen */
3259 k->hbufp = data->state.headerbuff;
3758 /* reset hbufp pointer && hbuflen */
3759 k->hbufp
[all...]
H A Durldata.h657 char *hbufp; /* points at *end* of header line */ member in struct:SingleRequest
H A Durl.c6490 k->hbufp = data->state.headerbuff;

Completed in 88 milliseconds