Home
last modified time | relevance | path

Searched refs:phar_strnstr (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.0/ext/phar/
H A Dphar.c1544 static inline char *phar_strnstr(const char *buf, int buf_len, const char *search, int search_len) … function
1728 …if (got > 0 && (pos = phar_strnstr(buffer, got + sizeof(token), token, sizeof(token)-1)) != NULL) {

Completed in 11 milliseconds