Home
last modified time | relevance | path

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

/third_party/python/Objects/
Denumobject.c103 enum_next_long(enumobject *en, PyObject* next_item) in enum_next_long() argument
114 Py_DECREF(next_item); in enum_next_long()
122 Py_DECREF(next_item); in enum_next_long()
132 PyTuple_SET_ITEM(result, 1, next_item); in enum_next_long()
145 Py_DECREF(next_item); in enum_next_long()
149 PyTuple_SET_ITEM(result, 1, next_item); in enum_next_long()
157 PyObject *next_item; in enum_next() local
163 next_item = (*Py_TYPE(it)->tp_iternext)(it); in enum_next()
164 if (next_item == NULL) in enum_next()
168 return enum_next_long(en, next_item); in enum_next()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/examples/
Dplayout.c457 PlayoutItem *next_item; in playout_item_pad_probe_event() local
459 next_item = playout_app_get_current_item (item->app); in playout_item_pad_probe_event()
460 GST_DEBUG ("%s: next item is %s, %i/%i", item->fn, next_item->fn, in playout_item_pad_probe_event()
461 next_item->state, PLAYOUT_ITEM_STATE_ACTIVATED); in playout_item_pad_probe_event()
463 g_assert (next_item != NULL); in playout_item_pad_probe_event()
467 gst_pad_add_probe (next_item->video_pad, GST_PAD_PROBE_TYPE_BUFFER, in playout_item_pad_probe_event()
/third_party/node/tools/gyp/pylib/gyp/
Dcommon.py541 key, prev_item, next_item = self.map.pop(key)
542 prev_item[2] = next_item
543 next_item[1] = prev_item
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dcommon.py525 key, prev_item, next_item = self.map.pop(key)
526 prev_item[2] = next_item
527 next_item[1] = prev_item
/third_party/openssl/apps/include/
Dapps.h130 char *next_item(char *opt); /* in list separated by comma and/or space */
/third_party/openssl/apps/
Dcmp.c748 *filenames = next_item(file); in write_PKIMESSAGE()
772 *filenames = next_item(file); in read_PKIMESSAGE()
874 next = next_item(names); in set_gennames()
1670 char *next = next_item(opt_policy_oids); in setup_request_ctx()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsource.c1832 GList *next_item = g_list_next (item); in timeout_conflicting_addresses() local
1843 item = next_item; in timeout_conflicting_addresses()
/third_party/openssl/apps/lib/
Dapps.c637 char *next_item(char *opt) /* in list separated by comma and/or space */ in next_item() function
728 char *next = next_item(files); in STACK_OF()
778 char *next = next_item(input); in load_certstore()