Searched refs:marshalled (Results 1 – 11 of 11) sorted by relevance
43 PyObject *code = NULL, *marshalled = NULL; in main() local109 marshalled = PyMarshal_WriteObjectToString(code, Py_MARSHAL_VERSION); in main()111 if (marshalled == NULL) in main()114 assert(PyBytes_CheckExact(marshalled)); in main()115 data = (unsigned char *) PyBytes_AS_STRING(marshalled); in main()116 data_size = PyBytes_GET_SIZE(marshalled); in main()143 Py_CLEAR(marshalled); in main()164 if (marshalled) in main()165 Py_DECREF(marshalled); in main()
11 read the data back. Files used to store marshalled data must be opened in37 Return a bytes object containing the marshalled representation of *value*.41 The following functions allow marshalled values to be read back in.
47 marshalled and unmarshalled.83 If an object containing an unsupported type was marshalled with :func:`dump`,
172 marshalled, after setting the channel terminator to ``None`` to ensure that
86 Types that are conformable (e.g. that can be marshalled through XML),
8 Signals fired by elements are marshalled in the pipeline's main
170 gboolean marshalled; member3643 data->marshalled = TRUE; in probe_hook_marshal()3653 data->marshalled = TRUE; in probe_hook_marshal()3678 data->marshalled = TRUE; in probe_hook_marshal()3846 data.marshalled = FALSE; in do_probe_callbacks()3870 if (!data.marshalled && is_block) in do_probe_callbacks()
3076 - glthread: autogenerate prototypes for custom-marshalled functions
8516 - Issue #12291: You can now load multiple marshalled objects from a stream,8517 with other data interleaved between marshalled objects.18724 - set and frozenset objects can now be marshalled. SF #1098985.
2257 Change the way the marshalled flag in the internal ProbeMarshall state33251 To be able to use a GstControlPoint to be marshalled into the signals,53972 When we have a matching NULL callback, also consider the 'callback' marshalled,
2886 beginning (or to a user-provided seek). This seek is marshalled to