Searched refs:tokenlen (Results 1 – 1 of 1) sorted by relevance
280 static bool findExtInList(const char* token, int tokenlen, const char* list) in findExtInList() argument289 if (tokenlen == (q - p) && !memcmp(token, p, tokenlen)) { in findExtInList()