Home
last modified time | relevance | path

Searched refs:msiobj (Results 1 - 2 of 2) sorted by relevance

/third_party/python/PC/clinic/
H A D_msi.c.h81 _msi_Database_Close_impl(msiobj *self);
84 _msi_Database_Close(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_Database_Close()
99 _msi_Record_GetFieldCount_impl(msiobj *self);
102 _msi_Record_GetFieldCount(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_Record_GetFieldCount()
117 _msi_Record_GetInteger_impl(msiobj *self, unsigned int field);
120 _msi_Record_GetInteger(msiobj *self, PyObject *arg) in _msi_Record_GetInteger()
145 _msi_Record_GetString_impl(msiobj *self, unsigned int field);
148 _msi_Record_GetString(msiobj *self, PyObject *arg) in _msi_Record_GetString()
173 _msi_Record_ClearData_impl(msiobj *self);
176 _msi_Record_ClearData(msiobj *sel
[all...]
/third_party/python/PC/
H A D_msi.c17 class _msi.Record "msiobj *" "&record_Type"
18 class _msi.SummaryInformation "msiobj *" "&summary_Type"
19 class _msi.View "msiobj *" "&msiview_Type"
20 class _msi.Database "msiobj *" "&msidb_Type"
344 typedef struct msiobj{ struct
347 }msiobj; typedef
350 msiobj_dealloc(msiobj* msidb) in msiobj_dealloc()
424 _msi_Database_Close_impl(msiobj *self) in _msi_Database_Close_impl()
444 _msi_Record_GetFieldCount_impl(msiobj *self) in _msi_Record_GetFieldCount_impl()
459 _msi_Record_GetInteger_impl(msiobj *sel
[all...]

Completed in 3 milliseconds