Home
last modified time | relevance | path

Searched refs:name_matches (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dcapsule.c32 name_matches(const char *name1, const char *name2) { in name_matches() function
75 name_matches(capsule->name, name)); in PyCapsule_IsValid()
88 if (!name_matches(name, capsule->name)) { in PyCapsule_GetPointer()