Home
last modified time | relevance | path

Searched refs:_c_node (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/py-lxml/lxml-4.7.1/src/lxml/
H A Dreadonlytree.pxi7 cdef xmlNode* _c_node
11 self._c_node = NULL
17 if not self._c_node:
169 if self._c_node is NULL:
171 c_doc = _copyDocRoot(self._c_node.doc, self._c_node) # recursive
343 el._c_node = c_node
364 c_node = el._c_node
365 el._c_node = NULL
377 cdef tree.xmlNode* _c_node
421 node._c_node = c_node
[all …]
H A Ddtd.pxi26 cdef tree.xmlElementContent* _c_node
39 cdef int type = self._c_node.type
54 cdef int occur = self._c_node.ocur
69 c1 = self._c_node.c1
81 c2 = self._c_node.c2
96 cdef tree.xmlAttribute* _c_node
119 cdef int type = self._c_node.atype
179 cdef tree.xmlElement* _c_node
218 node._c_node = content
229 node._c_node = c_node
[all …]
H A Detree.pyx711 cdef xmlNode* _c_node
854 if self._c_node.parent != NULL and not _isElement(self._c_node.parent):
873 if self._c_node.parent != NULL and not _isElement(self._c_node.parent):
906 c_node = self._c_node
1402 if self._c_node and not self._c_node.prev:
1404 elif self._c_node and not self._c_node.next:
1418 if self._c_node and not self._c_node.parent:
1433 if self._c_node and not self._c_node.children:
1448 if self._c_node and not self._c_node.children:
1635 result._c_node = NULL
[all …]
H A Dobjectify.pyx167 return textOf(self._c_node)
177 c_ns = tree._getNs(self._c_node)
203 c_node = self._c_node.children
218 c_node = self._c_node.children
294 c_self_node = self._c_node
348 c_node, tree._getNs(self._c_node), self._c_node.name, key)
431 c_node = parent._c_node
575 c_node, tree._getNs(target._c_node), target._c_node.name,
598 return textOf(self._c_node)
799 text = textOf(self._c_node)
[all …]
H A Dcleanup.pxi18 c_element = element._c_node
57 _strip_attributes(element._c_node, matcher)
113 _removeSiblings(element._c_node, tree.XML_COMMENT_NODE, with_tail)
115 _removeSiblings(element._c_node, tree.XML_PI_NODE, with_tail)
116 _strip_elements(doc, element._c_node, matcher, with_tail)
183 _removeSiblings(element._c_node, tree.XML_COMMENT_NODE, 0)
185 _removeSiblings(element._c_node, tree.XML_PI_NODE, 0)
186 _strip_tags(doc, element._c_node, matcher)
H A Dclasslookup.pxi83 _setNodeText(self._c_node,
86 _setTailText(last_child._c_node,
120 if self._c_node is NULL:
122 tree.xmlAddChild(<xmlNode*>c_doc, self._c_node)
123 _registerProxy(self, doc, self._c_node)
151 if self._c_node is NULL:
153 tree.xmlAddChild(<xmlNode*>c_doc, self._c_node)
154 _registerProxy(self, doc, self._c_node)
181 self._c_node = _createEntity(c_doc, c_name)
182 if self._c_node is NULL:
[all …]
H A Diterparse.pxi318 node._doc, _findChildForwards(node._c_node, 0))
328 node._doc, _nextElement(node._c_node))
336 ns_count = _countNsDefs(next_node._c_node)
344 self._process_non_elements(node._doc, _nextElement(node._c_node))
388 ns_count = _appendStartNsEvents(node._c_node, self._events)
392 ns_count = _countNsDefs(node._c_node)
396 if self._matcher is None or self._matcher.matches(node._c_node):
407 if self._matcher is None or self._matcher.matches(node._c_node):
H A Dxinclude.pxi55 node._c_node, parse_options, c_context)
57 result = xinclude.xmlXIncludeProcessTree(node._c_node)
H A Dapihelpers.pxi62 if (node is None or not node._c_node or
184 tree.xmlAddChild(parent._c_node, c_node)
832 c_node = element._c_node.children
1260 c_node = element._c_node
1283 c_next = element._c_node.next
1337 c_node = child._c_node
1347 _linkChild(parent._c_node, c_node)
1357 c_node = child._c_node
1369 _linkChild(parent._c_node, c_node)
1389 c_node = sibling._c_node
[all …]
H A Dschematron.pxi89 self._c_schema_doc = _copyDocRoot(doc._c_doc, root_node._c_node)
153 c_doc = _fakeRootDoc(doc._c_doc, root_node._c_node)
/dports/devel/libplist/libplist-2.2.0/cython/
H A Dplist.pyx174 instance._c_node = c_node
220 instance._c_node = c_node
266 instance._c_node = c_node
312 instance._c_node = c_node
384 instance._c_node = c_node
453 instance._c_node = c_node
640 self._c_node = NULL
681 plist_dict_set_item(self._c_node, key, n._c_node)
749 self._c_node = NULL
769 plist_array_set_item(self._c_node, n._c_node, index)
[all …]
/dports/devel/py-libplist/libplist-2.2.0/cython/
H A Dplist.pyx174 instance._c_node = c_node
220 instance._c_node = c_node
266 instance._c_node = c_node
312 instance._c_node = c_node
384 instance._c_node = c_node
453 instance._c_node = c_node
640 self._c_node = NULL
681 plist_dict_set_item(self._c_node, key, n._c_node)
749 self._c_node = NULL
769 plist_array_set_item(self._c_node, n._c_node, index)
[all …]
/dports/math/boolector/boolector-3.2.2/src/api/python/
H A Dpyboolector.pyx1703 _c_node(a), _c_node(b))
1729 _c_node(a), _c_node(b))
1776 _c_node(a), _c_node(b))
1823 _c_node(a), _c_node(b))
1844 _c_node(a), _c_node(b))
1873 r._c_node = btorapi.boolector_eq(self._c_btor, _c_node(a), _c_node(b))
1902 r._c_node = btorapi.boolector_ne(self._c_btor, _c_node(a), _c_node(b))
1996 _c_node(a), _c_node(b))
2064 _c_node(a), _c_node(b))
2085 _c_node(a), _c_node(b))
[all …]
/dports/security/py-xmlsec/xmlsec-1.3.12/src/
H A Dtemplate.c178 res = xmlSecTmplSignatureEnsureKeyInfo(node->_c_node, XSTR(id)); in PyXmlSec_TemplateEnsureKeyInfo()
216 res = xmlSecTmplKeyInfoAddKeyName(node->_c_node, XSTR(name)); in PyXmlSec_TemplateAddKeyName()
251 res = xmlSecTmplKeyInfoAddKeyValue(node->_c_node); in PyXmlSec_TemplateAddKeyValue()
286 res = xmlSecTmplKeyInfoAddX509Data(node->_c_node); in PyXmlSec_TemplateAddX509Data()
321 res = xmlSecTmplX509DataAddIssuerSerial(node->_c_node); in PyXmlSec_TemplateAddX509DataAddIssuerSerial()
435 res = xmlSecTmplX509DataAddSubjectName(node->_c_node); in PyXmlSec_TemplateAddX509DataAddSubjectName()
471 res = xmlSecTmplX509DataAddSKI(node->_c_node); in PyXmlSec_TemplateAddX509DataAddSKI()
507 res = xmlSecTmplX509DataAddCertificate(node->_c_node); in PyXmlSec_TemplateAddX509DataAddCertificate()
543 res = xmlSecTmplX509DataAddCRL(node->_c_node); in PyXmlSec_TemplateAddX509DataAddCRL()
690 res = xmlSecTmplEncDataEnsureKeyInfo(node->_c_node, XSTR(id)); in PyXmlSec_TemplateEncryptedDataEnsureKeyInfo()
[all …]
H A Denc.c167 …rv = xmlSecEncCtxBinaryEncrypt(ctx->handle, template->_c_node, (const xmlSecByte*)data, (xmlSecSiz… in PyXmlSec_EncryptionContextEncryptBinary()
234 tmpType = xmlGetProp(template->_c_node, XSTR("Type")); in PyXmlSec_EncryptionContextEncryptXml()
252 xnew_node = xmlDocCopyNode(template->_c_node, node->_doc->_c_doc, 1); // recursive in PyXmlSec_EncryptionContextEncryptXml()
257 …cCtxXmlEncrypt(ctx->handle, xnew_node != NULL ? xnew_node: template->_c_node, node->_c_node) < 0) { in PyXmlSec_EncryptionContextEncryptXml()
284 … (PyObject*)PyXmlSec_elementFactory(node->_doc, xnew_node != NULL ? xnew_node : template->_c_node); in PyXmlSec_EncryptionContextEncryptXml()
315 rv = xmlSecEncCtxUriEncrypt(ctx->handle, template->_c_node, (const xmlSecByte*)uri); in PyXmlSec_EncryptionContextEncryptUri()
363 xparent = node->_c_node->parent; in PyXmlSec_EncryptionContextDecrypt()
381 …ctx->handle->mode = xmlSecCheckNodeName(node->_c_node, xmlSecNodeEncryptedKey, xmlSecEncNs) ? xmlE… in PyXmlSec_EncryptionContextDecrypt()
383 rv = xmlSecEncCtxDecrypt(ctx->handle, node->_c_node); in PyXmlSec_EncryptionContextDecrypt()
405 ttype = xmlGetProp(node->_c_node, XSTR("Type")); in PyXmlSec_EncryptionContextDecrypt()
H A Dtree.c45 res = xmlSecFindChild(node->_c_node, XSTR(name), XSTR(ns)); in PyXmlSec_TreeFindChild()
86 res = xmlSecFindParent(node->_c_node, XSTR(name), XSTR(ns)); in PyXmlSec_TreeFindParent()
127 res = xmlSecFindNode(node->_c_node, XSTR(name), XSTR(ns)); in PyXmlSec_TreeFindNode()
192 xmlSecAddIDs(node->_doc->_c_doc, node->_c_node, list); in PyXmlSec_TreeAddIds()
H A Dds.c150 attr = xmlHasNsProp(node->_c_node, XSTR(id_attr), XSTR(id_ns)); in PyXmlSec_SignatureContextRegisterId()
152 attr = xmlHasProp(node->_c_node, XSTR(id_attr)); in PyXmlSec_SignatureContextRegisterId()
160 name = xmlNodeListGetString(node->_c_node->doc, attr->children, 1); in PyXmlSec_SignatureContextRegisterId()
161 tmpAttr = xmlGetID(node->_c_node->doc, name); in PyXmlSec_SignatureContextRegisterId()
169 xmlAddID(NULL, node->_c_node->doc, name, attr); in PyXmlSec_SignatureContextRegisterId()
200 rv = xmlSecDSigCtxSign(ctx->handle, node->_c_node); in PyXmlSec_SignatureContextSign()
235 rv = xmlSecDSigCtxVerify(ctx->handle, node->_c_node); in PyXmlSec_SignatureContextVerify()
/dports/comms/libimobiledevice/libimobiledevice-1.3.0/cython/
H A Dinstallation_proxy.pxi90 c_options = options._c_node
117 c_options = options._c_node
144 c_options = options._c_node
170 c_options = options._c_node
199 c_options = options._c_node
227 c_options = options._c_node
255 c_options = options._c_node
283 c_options = options._c_node
H A Dmobilebackup2.pxi62 self.handle_error(mobilebackup2_send_message(self._c_client, message, options._c_node))
115 …ckup2_send_request(self._c_client, request, target_identifier, source_identifier, options._c_node))
118 …le_error(mobilebackup2_send_status_response(self._c_client, status_code, status1, status2._c_node))
H A Dmobilebackup.pxi72 …self.handle_error(mobilebackup_request_backup(self._c_client, backup_manifest._c_node, base_path, …
78 …self.handle_error(mobilebackup_request_restore(self._c_client, backup_manifest._c_node, <mobilebac…
H A Dmobilesync.pxi144 …le_error(mobilesync_send_changes(self._c_client, changes._c_node, is_last_record, actions._c_node))
/dports/comms/py-libimobiledevice/libimobiledevice-1.3.0/cython/
H A Dinstallation_proxy.pxi90 c_options = options._c_node
117 c_options = options._c_node
144 c_options = options._c_node
170 c_options = options._c_node
199 c_options = options._c_node
227 c_options = options._c_node
255 c_options = options._c_node
283 c_options = options._c_node
H A Dmobilebackup2.pxi62 self.handle_error(mobilebackup2_send_message(self._c_client, message, options._c_node))
115 …ckup2_send_request(self._c_client, request, target_identifier, source_identifier, options._c_node))
118 …le_error(mobilebackup2_send_status_response(self._c_client, status_code, status1, status2._c_node))
H A Dmobilebackup.pxi72 …self.handle_error(mobilebackup_request_backup(self._c_client, backup_manifest._c_node, base_path, …
78 …self.handle_error(mobilebackup_request_restore(self._c_client, backup_manifest._c_node, <mobilebac…
H A Dmobilesync.pxi144 …le_error(mobilesync_send_changes(self._c_client, changes._c_node, is_last_record, actions._c_node))

123