Home
last modified time | relevance | path

Searched refs:c_ns (Results 1 – 25 of 26) sorted by relevance

12

/dports/security/libdecaf/libdecaf-1.0.0/src/per_curve/
H A Dpoint.tmpl.h57 } $(c_ns)_point_t[1];
63 typedef struct $(c_ns)_precomputed_s $(c_ns)_precomputed_s;
73 } $(c_ns)_scalar_t[1];
78 extern const $(c_ns)_scalar_t DECAF_API_VIS $(c_ns)_scalar_one;
81 extern const $(c_ns)_scalar_t DECAF_API_VIS $(c_ns)_scalar_zero;
84 extern const $(c_ns)_point_t DECAF_API_VIS $(c_ns)_point_identity;
87 extern const $(c_ns)_point_t DECAF_API_VIS $(c_ns)_point_base;
96 DECAF_API_VIS extern const $(c_ns)_scalar_t $(c_ns)_scalar_one;
99 DECAF_API_VIS extern const $(c_ns)_scalar_t $(c_ns)_scalar_zero;
102 DECAF_API_VIS extern const $(c_ns)_point_t $(c_ns)_point_identity;
[all …]
H A Dpoint.tmpl.hxx68 typedef $(c_ns)_scalar_t Wrapped; in $()
100 … inline Scalar(const Wrapped &t = $(c_ns)_scalar_zero) DECAF_NOEXCEPT { $(c_ns)_scalar_copy(s,t); } in $()
113 $(c_ns)_scalar_encode(buffer, s); in $()
191 return $(c_ns)_scalar_invert(r.s,s); in $()
237 typedef $(c_ns)_point_t Wrapped; in $()
277 …inline Point(const Wrapped &q = $(c_ns)_point_identity) DECAF_NOEXCEPT { $(c_ns)_point_copy(p,q); } in $()
413 $(c_ns)_point_encode(buffer.data(), p); in $()
422 $(c_ns)_point_encode(buffer, p); in $()
503 $(c_ns)_point_debugging_torque(q.p,p); in $()
575 typedef $(c_ns)_precomputed_s Precomputed_U; in $()
[all …]
H A Deddsa.tmpl.h196 void DECAF_API_VIS $(c_ns)_point_mul_by_ratio_and_encode_like_eddsa (
198 const $(c_ns)_point_t p
210 decaf_error_t DECAF_API_VIS $(c_ns)_point_decode_like_eddsa_and_mul_by_ratio (
211 $(c_ns)_point_t p,
H A Ddecaf_gen_tables.tmpl.c11 #define API_NS(_id) $(c_ns)_##_id
H A Delligator.tmpl.c8 #define API_NS(_id) $(c_ns)_##_id
H A Dscalar.tmpl.c8 #define API_NS(_id) $(c_ns)_##_id
H A Deddsa.tmpl.c13 #define API_NS(_id) $(c_ns)_##_id
H A Ddecaf.tmpl.c28 #define API_NS(_id) $(c_ns)_##_id
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/
H A Dproxy.pxi202 cdef xmlNs* c_ns
257 cdef xmlNs* c_ns
265 if c_ns is NULL:
293 while c_ns.next:
294 c_ns = c_ns.next
426 cdef xmlNs* c_ns = NULL
437 if c_ns:
438 c_node.ns = c_ns
446 c_node.ns = c_ns
554 while c_ns is not NULL:
[all …]
H A Diterparse.pxi417 cdef xmlNs* c_ns
420 c_ns = c_node.nsDef
421 while c_ns is not NULL:
423 c_ns = c_ns.next
428 cdef xmlNs* c_ns
431 c_ns = c_node.nsDef
432 while c_ns is not NULL:
433 ns_tuple = (funicode(c_ns.prefix) if c_ns.prefix is not NULL else '',
434 funicode(c_ns.href))
437 c_ns = c_ns.next
H A Dapihelpers.pxi209 cdef xmlNs* c_ns
244 cdef xmlNs* c_ns
252 c_ns = c_ns.next
307 cdef xmlNs* c_ns
453 cdef xmlNs* c_ns
478 c_element.doc, c_element, c_ns.prefix) is c_ns:
481 c_ns = c_ns.next
493 c_element.doc, c_element, c_ns.prefix) is c_ns:
581 cdef xmlNs* c_ns
596 c_ns = NULL
[all …]
H A Dobjectify.pyx177 c_ns = tree._getNs(self._c_node)
178 tag = u"{%s}*" % pyunicode(c_ns) if c_ns is not NULL else None
181 if c_ns is NULL and tree._getNs(child._c_node) is not NULL:
1780 cdef tree.xmlNs* c_ns
1862 c_ns = cetree.findOrBuildNodeNsPrefix(
1864 if c_ns is not NULL:
1867 if c_ns.prefix is NULL or c_ns.prefix[0] == c'\0':
1871 elif c_ns.prefix is not NULL and c_ns.prefix[0] != c'\0':
1873 c_ns = cetree.findOrBuildNodeNsPrefix(
1884 c_ns = cetree.findOrBuildNodeNsPrefix(
[all …]
H A Detree.pyx460 cdef xmlNs* c_ns
468 c_ns = _searchNsByHref(c_node, c_href, is_attribute)
469 if c_ns is not NULL:
470 if is_attribute and c_ns.prefix is NULL:
475 return c_ns
493 c_ns = tree.xmlNewNs(c_node, c_href, c_prefix)
494 if c_ns is NULL:
496 return c_ns
501 c_ns = self._findOrBuildNodeNs(c_node, c_href, NULL, 0)
502 tree.xmlSetNs(c_node, c_ns)
/dports/dns/pdnsd/pdnsd-1.2.9a/src/
H A Dcache.c580 cent->c_ns=cundef; in init_cent()
1120 copy->c_ns = cent->c_ns; in copy_cent()
1276 if(cent->c_ns!=cundef) { in purge_cent()
1278 if(cent->c_ns==scnt) in purge_cent()
1280 else if(cent->c_ns<scnt) { in purge_cent()
1281 dns_cent_t *ce=dns_lookup(skipsegs(cent->qname,scnt-cent->c_ns),NULL); in purge_cent()
1286 cent->c_ns=cundef; in purge_cent()
1463 ce.c_ns=fe.c_ns; ce.c_soa=fe.c_soa; in read_disk_cache()
1683 df.c_ns=le->c_ns; df.c_soa=le->c_soa; in write_disk_cache()
1978 if(cent->c_ns!=cundef && (ce->c_ns==cundef || ce->c_ns<cent->c_ns)) in add_cache()
[all …]
H A Dcache.h76 …unsigned char c_ns,c_soa; /* Number of trailing name elements in qname to use to f… member
H A Ddns_query.c1511 cent->c_ns=scnt; in p_exec_query()
1530 if(cent->c_ns==cundef || cent->c_ns<ml) in p_exec_query()
1531 cent->c_ns=ml; in p_exec_query()
2519 unsigned char save_ns=ent->c_ns,save_soa=ent->c_soa; in p_recursive_query()
2524 if(save_ns!=cundef && (ent->c_ns==cundef || ent->c_ns<save_ns)) in p_recursive_query()
2525 ent->c_ns=save_ns; in p_recursive_query()
H A Ddns_answer.c901 unsigned tcnt=(rretp==T_NS?prev->c_ns:prev->c_soa); in compose_answer()
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/includes/
H A Detreepublic.pxd109 const_xmlChar* c_ns, const_xmlChar* c_name) argument
199 # get the "{ns}tag" string for a href/tagname pair (c_ns may be NULL)
200 cdef object namespacedNameFromNsName(const_xmlChar* c_ns, const_xmlChar* c_tag) argument
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/Docx/
H A DParse.hs734 , c_ns <- "http://schemas.openxmlformats.org/drawingml/2006/chart"
735 , Just _ <- findElement (QName "chart" (Just c_ns) (Just "c")) drawingElem
893 , c_ns <- "http://schemas.openxmlformats.org/drawingml/2006/chart"
894 , Just _ <- findElement (QName "chart" (Just c_ns) (Just "c")) element
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/Docx/
H A DParse.hs828 , c_ns <- "http://schemas.openxmlformats.org/drawingml/2006/chart"
829 , Just _ <- findElement (QName "chart" (Just c_ns) (Just "c")) drawingElem
987 , c_ns <- "http://schemas.openxmlformats.org/drawingml/2006/chart"
988 , Just _ <- findElement (QName "chart" (Just c_ns) (Just "c")) element
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/chrono/doc/stopwatches/
H A Dreference.qbk793 [section:c_ns Constructor `stopwatch( const dont_start_t& )`]
989 [section:c_ns Constructor `suspendable_stopwatch( const dont_start_t& )`]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/chrono/doc/stopwatches/
H A Dreference.qbk793 [section:c_ns Constructor `stopwatch( const dont_start_t& )`]
989 [section:c_ns Constructor `suspendable_stopwatch( const dont_start_t& )`]
/dports/databases/percona57-server/boost_1_59_0/libs/chrono/doc/stopwatches/
H A Dreference.qbk793 [section:c_ns Constructor `stopwatch( const dont_start_t& )`]
989 [section:c_ns Constructor `suspendable_stopwatch( const dont_start_t& )`]
/dports/databases/xtrabackup/boost_1_59_0/libs/chrono/doc/stopwatches/
H A Dreference.qbk793 [section:c_ns Constructor `stopwatch( const dont_start_t& )`]
989 [section:c_ns Constructor `suspendable_stopwatch( const dont_start_t& )`]
/dports/databases/percona57-client/boost_1_59_0/libs/chrono/doc/stopwatches/
H A Dreference.qbk793 [section:c_ns Constructor `stopwatch( const dont_start_t& )`]
989 [section:c_ns Constructor `suspendable_stopwatch( const dont_start_t& )`]

12