Searched refs:next_item (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Objects/ |
H A D | enumobject.c | 171 enum_next_long(enumobject *en, PyObject* next_item) in enum_next_long() argument 182 Py_DECREF(next_item); in enum_next_long() 190 Py_DECREF(next_item); in enum_next_long() 200 PyTuple_SET_ITEM(result, 1, next_item); in enum_next_long() 213 Py_DECREF(next_item); in enum_next_long() 217 PyTuple_SET_ITEM(result, 1, next_item); in enum_next_long() 225 PyObject *next_item; in enum_next() local 231 next_item = (*Py_TYPE(it)->tp_iternext)(it); in enum_next() 232 if (next_item == NULL) in enum_next() 236 return enum_next_long(en, next_item); in enum_next() [all...] |
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | common.py | 542 key, prev_item, next_item = self.map.pop(key) 543 prev_item[2] = next_item 544 next_item[1] = prev_item
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | common.py | 536 key, prev_item, next_item = self.map.pop(key) 537 prev_item[2] = next_item 538 next_item[1] = prev_item
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | cmp.c | 752 *filenames = next_item(file); in write_PKIMESSAGE() 776 *filenames = next_item(file); in read_PKIMESSAGE() 902 next = next_item(names); in set_gennames() 1715 char *next = next_item(opt_policy_oids); in setup_request_ctx()
|
/third_party/openssl/apps/ |
H A D | cmp.c | 752 *filenames = next_item(file); in write_PKIMESSAGE() 776 *filenames = next_item(file); in read_PKIMESSAGE() 902 next = next_item(names); in set_gennames() 1715 char *next = next_item(opt_policy_oids); in setup_request_ctx()
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | apps.h | 130 char *next_item(char *opt); /* in list separated by comma and/or space */
|
/third_party/openssl/apps/include/ |
H A D | apps.h | 130 char *next_item(char *opt); /* in list separated by comma and/or space */
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 638 char *next_item(char *opt) /* in list separated by comma and/or space */ in next_item() function 729 char *next = next_item(files); in STACK_OF() 779 char *next = next_item(input); in load_certstore()
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 638 char *next_item(char *opt) /* in list separated by comma and/or space */ in next_item() function 729 char *next = next_item(files); in STACK_OF() 779 char *next = next_item(input); in load_certstore()
|
Completed in 24 milliseconds