Lines Matching defs:bp_ptr
285 const u_char *bp_ptr;
289 bp_ptr = bp;
300 FIND_CRLF(bp_ptr, length_cur);
303 * bp_ptr points to the \r\n, so bp_ptr - bp is the length of text
307 len = ND_BYTES_BETWEEN(bp, bp_ptr);
406 const u_char *bp_ptr;
421 bp_ptr = bp;
426 FIND_CR_OR_LF(bp_ptr, length_cur);
429 * Found it; bp_ptr points to the \r or \n, so bp_ptr - bp is the
432 len = ND_BYTES_BETWEEN(bp, bp_ptr);
438 CONSUME_CR_OR_LF(bp_ptr, length_cur);