Searched refs:pEnd (Results 1 – 1 of 1) sorted by relevance
120 const uint8_t * const pEnd = (const uint8_t *)UB.ptr + UB.len; in UsefulBuf_IsValue() local121 for(const uint8_t *p = UB.ptr; p < pEnd; p++) { in UsefulBuf_IsValue()