Searched refs:find_string (Results 1 – 2 of 2) sorted by relevance
22 static int find_string(const SkTArray<SkString>& strings, const char ext[]) { in find_string() function127 return find_string(fStrings, ext) >= 0; in has()132 int idx = find_string(fStrings, ext); in remove()147 int idx = find_string(fStrings, ext); in add()
197 static struct str_hash *find_string(struct sqlhist_bison *sb, const char *str) in find_string() function218 if ((hash = find_string(sb, str))) { in add_hash()