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

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_warc.c458 xmemmem(const char *hay, const size_t haysize,
461 const char *const eoh = hay + haysize;
476 } else if ((hay = memchr(hay, *needle, haysize)) == NULL) {
457 xmemmem(const char *hay, const size_t haysize, const char *needle, const size_t needlesize) argument

Completed in 168 milliseconds