Searched refs:name_matches (Results 1 – 4 of 4) sorted by relevance
32 name_matches(const char *name1, const char *name2) { in name_matches() function75 name_matches(capsule->name, name)); in PyCapsule_IsValid()88 if (!name_matches(name, capsule->name)) { in PyCapsule_GetPointer()
1022 int name_matches = 0; in reply_parse() local1081 name_matches = 1; in reply_parse()1084 name_matches = 1; in reply_parse()1092 if (!name_matches) in reply_parse()
41 int LookupNamedCapture(std::function<bool(String*)> name_matches, in LookupNamedCapture() argument55 if (!name_matches(capture_name)) continue; in LookupNamedCapture()