Home
last modified time | relevance | path

Searched refs:marshalled (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Programs/
D_freeze_importlib.c43 PyObject *code = NULL, *marshalled = NULL; in main() local
109 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()
/third_party/python/Doc/c-api/
Dmarshal.rst11 read the data back. Files used to store marshalled data must be opened in
37 Return a bytes object containing the marshalled representation of *value*.
41 The following functions allow marshalled values to be read back in.
/third_party/python/Doc/library/
Dmarshal.rst47 marshalled and unmarshalled.
83 If an object containing an unsupported type was marshalled with :func:`dump`,
Dasynchat.rst172 marshalled, after setting the channel terminator to ``None`` to ensure that
Dxmlrpc.client.rst86 Types that are conformable (e.g. that can be marshalled through XML),
/third_party/gstreamer/gstreamer/docs/random/ds/
D0.9-planning28 Signals fired by elements are marshalled in the pipeline's main
/third_party/gstreamer/gstreamer/gst/
Dgstpad.c170 gboolean marshalled; member
3643 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()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst3076 - glthread: autogenerate prototypes for custom-marshalled functions
/third_party/python/Misc/
DHISTORY8516 - 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.
/third_party/gstreamer/gstreamer/
DChangeLog2257 Change the way the marshalled flag in the internal ProbeMarshall state
33251 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,
/third_party/gstreamer/gstplugins_base/
DChangeLog2886 beginning (or to a user-provided seek). This seek is marshalled to