Searched refs:subjectLength (Results 1 – 1 of 1) sorted by relevance
64 static int find(const char* subject, size_t subjectLength, const char* target) in find() argument67 if (targetLength > subjectLength) in find()69 for (size_t i = 0; i <= subjectLength - targetLength; ++i) { in find()