Home
last modified time | relevance | path

Searched refs:py_entry (Results 1 – 15 of 15) sorted by relevance

/dports/mail/mailutils/mailutils-3.13/python/libmu_py/
H A Dmailcap.c133 PyMailcapEntry *py_entry = PyMailcapEntry_NEW (); in api_mailcap_get_entry() local
139 Py_INCREF (py_entry); in api_mailcap_get_entry()
140 return status_object (status, (PyObject *)py_entry); in api_mailcap_get_entry()
148 PyMailcapEntry *py_entry = PyMailcapEntry_NEW (); in api_mailcap_find_entry() local
155 Py_INCREF (py_entry); in api_mailcap_find_entry()
156 return status_object (status, (PyObject *)py_entry); in api_mailcap_find_entry()
164 PyMailcapEntry *py_entry; in api_mailcap_entry_fields_count() local
179 PyMailcapEntry *py_entry; in api_mailcap_entry_get_field() local
196 PyMailcapEntry *py_entry; in api_mailcap_entry_get_typefield() local
201 status = mu_mailcap_entry_sget_type (py_entry->entry, &value); in api_mailcap_entry_get_typefield()
[all …]
/dports/devel/py-pygit2/pygit2-1.7.1/src/
H A Dreference.c60 RefLogEntry *py_entry; in RefLogIter_iternext() local
65 py_entry = PyObject_New(RefLogEntry, &RefLogEntryType); in RefLogIter_iternext()
66 if (py_entry == NULL) in RefLogIter_iternext()
69 py_entry->oid_old = git_oid_to_python(git_reflog_entry_id_old(entry)); in RefLogIter_iternext()
70 py_entry->oid_new = git_oid_to_python(git_reflog_entry_id_new(entry)); in RefLogIter_iternext()
72 py_entry->message = (entry_message != NULL) ? strdup(entry_message) : NULL; in RefLogIter_iternext()
73 err = git_signature_dup(&py_entry->signature, in RefLogIter_iternext()
80 return (PyObject*) py_entry; in RefLogIter_iternext()
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/
H A Ddecoder.c186 PyObject *py_channellist, *py_entry; in get_channels() local
213 py_entry = PyTuple_GetItem(py_channellist, i); in get_channels()
214 if (!py_entry) in get_channels()
217 if (!PyDict_Check(py_entry)) { in get_channels()
226 if (py_dictitem_as_str(py_entry, "id", &pdch->id) != SRD_OK) in get_channels()
228 if (py_dictitem_as_str(py_entry, "name", &pdch->name) != SRD_OK) in get_channels()
230 if (py_dictitem_as_str(py_entry, "desc", &pdch->desc) != SRD_OK) in get_channels()
/dports/science/conduit/conduit-0.8.0/src/libs/conduit/python/
H A Dconduit_python.cpp7163 PyObject *py_entry = PyList_GET_ITEM(value, idx); in PyConduit_Node_Set_From_Python_List() local
7164 if (PyInt_Check(py_entry) || PyLong_Check(py_entry)) in PyConduit_Node_Set_From_Python_List()
7168 else if (PyFloat_Check(py_entry)) in PyConduit_Node_Set_From_Python_List()
7188 if (PyInt_Check(py_entry)) in PyConduit_Node_Set_From_Python_List()
7206 if (PyInt_Check(py_entry)) in PyConduit_Node_Set_From_Python_List()
7210 else if( PyLong_Check(py_entry) ) in PyConduit_Node_Set_From_Python_List()
7269 if (PyInt_Check(py_entry) || PyLong_Check(py_entry)) in PyConduit_Node_Set_From_Python_Tuple()
7273 else if (PyFloat_Check(py_entry)) in PyConduit_Node_Set_From_Python_Tuple()
7295 if (PyInt_Check(py_entry)) in PyConduit_Node_Set_From_Python_Tuple()
7313 if (PyInt_Check(py_entry)) in PyConduit_Node_Set_From_Python_Tuple()
[all …]
/dports/finance/ledger/ledger-3.2.1/tools/
H A Drename.sh61 mv src/py_entry.py src/py_xact.py
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Compiler/
H A DFusedNode.py241 def specialize_copied_def(self, node, cname, py_entry, f2s, fused_compound_types):
254 node.entry.doc = py_entry.doc
255 node.entry.doc_cname = py_entry.doc_cname
H A DExprNodes.py2094 py_entry = Symtab.Entry(self.name, None, py_object_type)
2095 py_entry.is_pyglobal = True
2096 py_entry.scope = self.entry.scope
2097 self.entry = py_entry
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DFusedNode.py241 def specialize_copied_def(self, node, cname, py_entry, f2s, fused_compound_types): argument
254 node.entry.doc = py_entry.doc
255 node.entry.doc_cname = py_entry.doc_cname
H A DExprNodes.py2100 py_entry = Symtab.Entry(self.name, None, py_object_type)
2101 py_entry.is_pyglobal = True
2102 py_entry.scope = self.entry.scope
2103 self.entry = py_entry
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Compiler/
H A DFusedNode.py241 def specialize_copied_def(self, node, cname, py_entry, f2s, fused_compound_types): argument
254 node.entry.doc = py_entry.doc
255 node.entry.doc_cname = py_entry.doc_cname
H A DExprNodes.py2100 py_entry = Symtab.Entry(self.name, None, py_object_type)
2101 py_entry.is_pyglobal = True
2102 py_entry.scope = self.entry.scope
2103 self.entry = py_entry
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Compiler/
H A DFusedNode.py241 def specialize_copied_def(self, node, cname, py_entry, f2s, fused_compound_types): argument
254 node.entry.doc = py_entry.doc
255 node.entry.doc_cname = py_entry.doc_cname
H A DExprNodes.py2100 py_entry = Symtab.Entry(self.name, None, py_object_type)
2101 py_entry.is_pyglobal = True
2102 py_entry.scope = self.entry.scope
2103 self.entry = py_entry
/dports/lang/cython-devel/cython-2b1e743/Cython/Compiler/
H A DFusedNode.py253 def specialize_copied_def(self, node, cname, py_entry, f2s, fused_compound_types): argument
266 node.entry.doc = py_entry.doc
267 node.entry.doc_cname = py_entry.doc_cname
H A DExprNodes.py2203 py_entry = Symtab.Entry(self.name, None, py_object_type)
2204 py_entry.is_pyglobal = True
2205 py_entry.scope = self.entry.scope
2206 self.entry = py_entry