Searched refs:cbp (Results 1 – 1 of 1) sorted by relevance
534 char *cbp = h->body + h->chunk_start; in httpread_read_handler() local535 if (bbp-cbp >= 2 && bbp[-2] == '\r' && in httpread_read_handler()541 if (!isxdigit(*cbp)) { in httpread_read_handler()546 h->chunk_size = strtoul(cbp, NULL, 16); in httpread_read_handler()558 bbp = cbp; in httpread_read_handler()