Home
last modified time | relevance | path

Searched refs:DKIX_ERROR (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_dict.h77 #define DKIX_ERROR (-3) macro
/third_party/python/Objects/
H A Ddictobject.c890 return DKIX_ERROR; in unicodekeys_lookup_generic()
979 return DKIX_ERROR; in dictkeys_generic_lookup()
1002 * Returns DKIX_ERROR if key is not a string,
1012 return DKIX_ERROR; in _PyDictKeys_StringLookup()
1019 return DKIX_ERROR; in _PyDictKeys_StringLookup()
1036 _Py_dict_lookup() is general-purpose, and may return DKIX_ERROR if (and only if) a
1237 if (ix == DKIX_ERROR) in insertdict()
1855 if (ix == DKIX_ERROR) in _PyDict_LoadGlobal()
2021 if (ix == DKIX_ERROR) in _PyDict_DelItem_KnownHash()
2055 if (ix == DKIX_ERROR) in _PyDict_DelItemIf()
[all...]
/third_party/python/Python/
H A Dspecialize.c504 assert(index != DKIX_ERROR); in specialize_module_load_attr()
510 assert (index != DKIX_ERROR); in specialize_module_load_attr()
626 assert (index != DKIX_ERROR); in specialize_dict_access()
1067 if (index == DKIX_ERROR) { in _Py_Specialize_LoadGlobal()
1093 if (index == DKIX_ERROR) { in _Py_Specialize_LoadGlobal()

Completed in 8 milliseconds