Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_warc.c457 xmemmem(const char *hay, const size_t haysize, in xmemmem() argument
460 const char *const eoh = hay + haysize; in xmemmem()
475 } else if ((hay = memchr(hay, *needle, haysize)) == NULL) { in xmemmem()