Home
last modified time | relevance | path

Searched refs:head_match (Results 1 – 1 of 1) sorted by relevance

/external/kmod/testsuite/
Dtestsuite.c295 unsigned int head_match; member
473 fd_cmp->head_match - done_match); in fd_cmp_regex()
475 if (fd_cmp->head_match >= sizeof(fd_cmp->buf_match)) { in fd_cmp_regex()
482 r = read(fd_cmp->fd_match, fd_cmp->buf_match + fd_cmp->head_match, in fd_cmp_regex()
483 sizeof(fd_cmp->buf_match) - fd_cmp->head_match); in fd_cmp_regex()
488 fd_cmp->head_match += r; in fd_cmp_regex()
490 fd_cmp->head_match - done_match); in fd_cmp_regex()
520 if (fd_cmp->head_match - done_match) in fd_cmp_regex()
522 fd_cmp->head_match - done_match); in fd_cmp_regex()
523 fd_cmp->head_match -= done_match; in fd_cmp_regex()