Searched refs:phar_strnstr (Results 1 – 1 of 1) sorted by relevance
1539 static inline char *phar_strnstr(const char *buf, int buf_len, const char *search, int search_len) … function1723 …if (got > 0 && (pos = phar_strnstr(buffer, got + sizeof(token), token, sizeof(token)-1)) != NULL) {
Completed in 147 milliseconds