Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_hashopenssl.c71 * The py_hashentry_t items are stored in a _Py_hashtable_t with py_name and
90 } py_hashentry_t; typedef
112 static const py_hashentry_t py_hashes[] = {
151 py_hashentry_t *h = (py_hashentry_t *)entry; in py_hashentry_t_destroy_value()
178 for (const py_hashentry_t *h = py_hashes; h->py_name != NULL; h++) { in py_hashentry_table_new()
179 py_hashentry_t *entry = (py_hashentry_t *)PyMem_Malloc(sizeof(py_hashentry_t)); in py_hashentry_table_new()
183 memcpy(entry, h, sizeof(py_hashentry_t)); in py_hashentry_table_new()
[all...]

Completed in 2 milliseconds