mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
d850991ee2
This avoids the need for the caller to set tp_base and tp_basicsize and so removes those as possible errors. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
13 lines
596 B
Plaintext
13 lines
596 B
Plaintext
_pytalloc_get_mem_ctx: TALLOC_CTX *(PyObject *)
|
|
_pytalloc_get_ptr: void *(PyObject *)
|
|
_pytalloc_get_type: void *(PyObject *, const char *)
|
|
pytalloc_BaseObject_PyType_Ready: int (PyTypeObject *)
|
|
pytalloc_BaseObject_check: int (PyObject *)
|
|
pytalloc_BaseObject_size: size_t (void)
|
|
pytalloc_Check: int (PyObject *)
|
|
pytalloc_GetBaseObjectType: PyTypeObject *(void)
|
|
pytalloc_GetObjectType: PyTypeObject *(void)
|
|
pytalloc_reference_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
|
|
pytalloc_steal: PyObject *(PyTypeObject *, void *)
|
|
pytalloc_steal_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
|