Home
last modified time | relevance | path

Searched refs:getCPtr (Results 1 – 25 of 1634) sorted by relevance

12345678910>>...66

/dports/security/p5-Net-SAML/zxid-1.42/zxidjava/
H A Dzxidjni.java4565 …return zxidjniJNI.zxid_pw_authn(zxid_conf.getCPtr(cf), zxid_cgi.getCPtr(cgi), zxid_ses.getCPtr(ses…
4644 …(zxid_conf.getCPtr(cf), zxid_cgi.getCPtr(cgi), zxid_ses.getCPtr(ses), zxid_entity.getCPtr(idp_meta…
4649 …p(zxid_conf.getCPtr(cf), zxid_cgi.getCPtr(cgi), zxid_ses.getCPtr(ses), zxid_entity.getCPtr(sp_meta…
4654 …NI.zxid_extract_issuer(zxid_conf.getCPtr(cf), zxid_cgi.getCPtr(cgi), zxid_ses.getCPtr(ses), SWIGTY…
4673 …djniJNI.zxid_as_call_ses(zxid_conf.getCPtr(cf), zxid_entity.getCPtr(idp_meta), zxid_cgi.getCPtr(cg…
4799 … zxidjniJNI.zxid_set_fault(zxid_conf.getCPtr(cf), zxid_ses.getCPtr(ses), zxid_fault.getCPtr(flt));
4923 …zxidjniJNI.zxid_set_epr_token(zxid_conf.getCPtr(cf), zxid_epr.getCPtr(epr), zxid_tok.getCPtr(tok));
4987 zxidjniJNI.zxid_set_nameid(zxid_conf.getCPtr(cf), zxid_ses.getCPtr(ses), zxid_nid.getCPtr(nid));
4996 …zxidjniJNI.zxid_set_tgtnameid(zxid_conf.getCPtr(cf), zxid_ses.getCPtr(ses), zxid_nid.getCPtr(nid));
5005 zxidjniJNI.zxid_set_a7n(zxid_conf.getCPtr(cf), zxid_ses.getCPtr(ses), zxid_a7n.getCPtr(a7n));
[all …]
/dports/security/p5-Net-SAML/zxid-1.42/csharp/
H A Dzxid.cs514 …xidPINVOKE.zx_str_conv(SWIGTYPE_p_zx_str.getCPtr(ss), SWIGTYPE_p_int.getCPtr(out_len), SWIGTYPE_p_… in zx_str_conv()
3212 …sign(SWIGTYPE_p_zx_ctx.getCPtr(c), n, SWIGTYPE_p_zxsig_ref.getCPtr(sref), SWIGTYPE_p_X509.getCPtr(… in zxsig_sign()
3245 …_conf.getCPtr(cf), SWIGTYPE_p_zx_str.getCPtr(data), SWIGTYPE_p_zx_str.getCPtr(ed_id), SWIGTYPE_p_z… in zxenc_symkey_enc()
3277getCPtr(cf), SWIGTYPE_p_timeval.getCPtr(ourts), SWIGTYPE_p_timeval.getCPtr(srcts), ipport, SWIGTYP… in zxlog()
3282getCPtr(cf), uid, SWIGTYPE_p_timeval.getCPtr(ourts), SWIGTYPE_p_timeval.getCPtr(srcts), ipport, SW… in zxlogusr()
3633 …s(SWIGTYPE_p_zxid_conf.getCPtr(cf), SWIGTYPE_p_zxid_ses.getCPtr(ses), SWIGTYPE_p_zx_str.getCPtr(se… in zxid_find_ses()
3675 …conf.getCPtr(cf), SWIGTYPE_p_zx_str.getCPtr(nidfmt), SWIGTYPE_p_zx_str.getCPtr(idpent), SWIGTYPE_p… in zxid_put_user()
3816getCPtr(cf), SWIGTYPE_p_zxid_cgi.getCPtr(cgi), SWIGTYPE_p_zxid_ses.getCPtr(ses), SWIGTYPE_p_zx_ele… in zxid_chk_sig()
4032getCPtr(cf), SWIGTYPE_p_zxid_cgi.getCPtr(cgi), SWIGTYPE_p_zxid_ses.getCPtr(ses), SWIGTYPE_p_zx_sa_… in zxid_validate_cond()
4092getCPtr(cf), SWIGTYPE_p_zxid_cgi.getCPtr(cgi), SWIGTYPE_p_zxid_ses.getCPtr(ses), SWIGTYPE_p_zx_sp_… in zxid_mni_do_ss()
[all …]
/dports/audio/faust/faust-2.37.3/embedded/faustjava/com/grame/faust/
H A DFaustEngine.java32 FaustEngineJNI.destroyDsp(dsp.getCPtr(dsp), dsp); in destroyDsp()
36 return FaustEngineJNI.init1Dsp(dsp.getCPtr(dsp), dsp, name); in init1Dsp()
44 return FaustEngineJNI.startDsp(dsp.getCPtr(dsp), dsp); in startDsp()
48 FaustEngineJNI.stopDsp(dsp.getCPtr(dsp), dsp); in stopDsp()
52 return FaustEngineJNI.getNumInputsDsp(dsp.getCPtr(dsp), dsp); in getNumInputsDsp()
60 FaustEngineJNI.connectDsp(dsp.getCPtr(dsp1), dsp1, dsp.getCPtr(dsp2), dsp2, src, dst); in connectDsp()
64 FaustEngineJNI.disconnectDsp(dsp.getCPtr(dsp1), dsp1, dsp.getCPtr(dsp2), dsp2, src, dst); in disconnectDsp()
68 … return FaustEngineJNI.isConnectedDsp(dsp.getCPtr(dsp1), dsp1, dsp.getCPtr(dsp2), dsp2, src, dst); in isConnectedDsp()
72 return FaustEngineJNI.getJSONDsp(dsp.getCPtr(dsp), dsp); in getJSONDsp()
128getCPtr(dsp), dsp, p, SWIGTYPE_p_int.getCPtr(acc), SWIGTYPE_p_int.getCPtr(curve), SWIGTYPE_p_float… in getAccConverterDsp()
[all …]
H A DFaust.java13 FaustJNI.sha1_transform(SHA1_CTX.getCPtr(ctx), ctx, SWIGTYPE_p_unsigned_char.getCPtr(data)); in sha1_transform()
17 FaustJNI.sha1_init(SHA1_CTX.getCPtr(ctx), ctx); in sha1_init()
21 FaustJNI.sha1_update(SHA1_CTX.getCPtr(ctx), ctx, SWIGTYPE_p_unsigned_char.getCPtr(data), len); in sha1_update()
25 FaustJNI.sha1_final(SHA1_CTX.getCPtr(ctx), ctx, SWIGTYPE_p_unsigned_char.getCPtr(hash)); in sha1_final()
49 FaustJNI.freeCMemory(SWIGTYPE_p_void.getCPtr(ptr)); in freeCMemory()
189 …FaustJNI.buildUserInterfaceCDSPInstance(llvm_dsp.getCPtr(dsp), dsp, SWIGTYPE_p_UIGlue.getCPtr(arg1… in buildUserInterfaceCDSPInstance()
213 FaustJNI.instanceClearCDSPInstance(llvm_dsp.getCPtr(dsp), dsp); in instanceClearCDSPInstance()
222 FaustJNI.metadataCDSPInstance(llvm_dsp.getCPtr(dsp), dsp, SWIGTYPE_p_MetaGlue.getCPtr(meta)); in metadataCDSPInstance()
226 …omputeCDSPInstance(llvm_dsp.getCPtr(dsp), dsp, count, SWIGTYPE_p_p_FAUSTFLOAT.getCPtr(input), SWIG… in computeCDSPInstance()
230 …FaustJNI.setCMemoryManager(llvm_dsp_factory.getCPtr(factory), factory, SWIGTYPE_p_ManagerGlue.getC… in setCMemoryManager()
[all …]
/dports/biology/abyss/abyss-2.3.1/RResolver/btllib/extras/java/
H A Dbtllib.java276 …kmer_seq, k, m, SWIGTYPE_p_uint64_t.getCPtr(fh_val), SWIGTYPE_p_uint64_t.getCPtr(rh_val), SWIGTYPE… in ntmc64()
280 … char_in, k, m, SWIGTYPE_p_uint64_t.getCPtr(fh_val), SWIGTYPE_p_uint64_t.getCPtr(rh_val), SWIGTYPE… in ntmc64()
292 …TYPE_p_uint64_t.getCPtr(fh_val), SWIGTYPE_p_uint64_t.getCPtr(rh_val), SWIGTYPE_p_uint64_t.getCPtr(… in ntc64()
296 …TYPE_p_uint64_t.getCPtr(fh_val), SWIGTYPE_p_uint64_t.getCPtr(rh_val), SWIGTYPE_p_unsigned_int.getC… in ntmc64()
300getCPtr(fh_val), SWIGTYPE_p_uint64_t.getCPtr(rh_val), SWIGTYPE_p_unsigned_int.getCPtr(loc_n), SWIG… in ntmc64()
304 …SWIGTYPE_p_uint64_t.getCPtr(fh_val), SWIGTYPE_p_uint64_t.getCPtr(rh_val), SWIGTYPE_p_uint64_t.getC… in ntmc64()
312getCPtr(fh_val), SWIGTYPE_p_uint64_t.getCPtr(rh_val), kmer_seq, SWIGTYPE_p_std__vectorT_unsigned_i… in sub_hash()
324getCPtr(seed_seq), k, m, SWIGTYPE_p_uint64_t.getCPtr(fh_val), SWIGTYPE_p_uint64_t.getCPtr(rh_val),… in ntms64()
328getCPtr(seed_seq), char_out, char_in, k, m, SWIGTYPE_p_uint64_t.getCPtr(fh_val), SWIGTYPE_p_uint64… in ntms64()
332getCPtr(seed_seq), k, m, m2, SWIGTYPE_p_uint64_t.getCPtr(fh_val), SWIGTYPE_p_uint64_t.getCPtr(rh_v… in ntmsm64()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/java-files/org/sbml/libsbml/
H A DSBMLTransforms.java27 protected static long getCPtr(SBMLTransforms obj) in getCPtr() method in SBMLTransforms
63 …SBMLTransforms_replaceFD__SWIG_0(ASTNode.getCPtr(math), math, FunctionDefinition.getCPtr(fd), fd, … in replaceFD()
69 …libsbmlJNI.SBMLTransforms_replaceFD__SWIG_1(ASTNode.getCPtr(math), math, FunctionDefinition.getCPt… in replaceFD()
75 …ansforms_replaceFD__SWIG_2(ASTNode.getCPtr(math), math, ListOfFunctionDefinitions.getCPtr(lofd), l… in replaceFD()
81 …sbmlJNI.SBMLTransforms_replaceFD__SWIG_3(ASTNode.getCPtr(math), math, ListOfFunctionDefinitions.ge… in replaceFD()
87 return libsbmlJNI.SBMLTransforms_expandInitialAssignments(Model.getCPtr(m), m); in expandInitialAssignments()
93 … libsbmlJNI.SBMLTransforms_evaluateASTNode__SWIG_0(ASTNode.getCPtr(node), node, Model.getCPtr(m), … in evaluateASTNode()
99 return libsbmlJNI.SBMLTransforms_evaluateASTNode__SWIG_1(ASTNode.getCPtr(node), node); in evaluateASTNode()
105 return libsbmlJNI.SBMLTransforms_expandL3V2InitialAssignments(Model.getCPtr(m), m); in expandL3V2InitialAssignments()
109 return new IdList(libsbmlJNI.SBMLTransforms_mapComponentValues(Model.getCPtr(m), m), true); in mapComponentValues()
[all …]
H A DXMLNode.java91 protected static long getCPtr(XMLNode obj) in getCPtr() method in XMLNode
163 return swigCPtr == getCPtr((XMLNode)(sb)); in equals()
191 this(libsbmlJNI.new_XMLNode__SWIG_1(XMLToken.getCPtr(token), token), true); in XMLNode()
221 …new_XMLNode__SWIG_2(XMLTriple.getCPtr(triple), triple, XMLAttributes.getCPtr(attributes), attribut… in XMLNode()
251 …new_XMLNode__SWIG_3(XMLTriple.getCPtr(triple), triple, XMLAttributes.getCPtr(attributes), attribut… in XMLNode()
281 …new_XMLNode__SWIG_4(XMLTriple.getCPtr(triple), triple, XMLAttributes.getCPtr(attributes), attribut… in XMLNode()
309 …this(libsbmlJNI.new_XMLNode__SWIG_5(XMLTriple.getCPtr(triple), triple, XMLAttributes.getCPtr(attri… in XMLNode()
337 …this(libsbmlJNI.new_XMLNode__SWIG_6(XMLTriple.getCPtr(triple), triple, XMLAttributes.getCPtr(attri… in XMLNode()
365 …this(libsbmlJNI.new_XMLNode__SWIG_7(XMLTriple.getCPtr(triple), triple, XMLAttributes.getCPtr(attri… in XMLNode()
543 this(libsbmlJNI.new_XMLNode__SWIG_15(XMLNode.getCPtr(orig), orig), true); in XMLNode()
[all …]
H A DRDFAnnotationParser.java56 protected static long getCPtr(RDFAnnotationParser obj) in getCPtr() method in RDFAnnotationParser
106 …ionParser_parseRDFAnnotation__SWIG_0(XMLNode.getCPtr(annotation), annotation, metaId, XMLInputStre… in parseRDFAnnotation()
148 …long cPtr = libsbmlJNI.RDFAnnotationParser_parseRDFAnnotation__SWIG_2(XMLNode.getCPtr(annotation),… in parseRDFAnnotation()
312 long cPtr = libsbmlJNI.RDFAnnotationParser_createCVTerms(SBase.getCPtr(obj), obj); in createCVTerms()
333 long cPtr = libsbmlJNI.RDFAnnotationParser_parseCVTerms(SBase.getCPtr(obj), obj); in parseCVTerms()
354 long cPtr = libsbmlJNI.RDFAnnotationParser_parseModelHistory(SBase.getCPtr(obj), obj); in parseModelHistory()
371 long cPtr = libsbmlJNI.RDFAnnotationParser_parseOnlyModelHistory(SBase.getCPtr(obj), obj); in parseOnlyModelHistory()
396 …long cPtr = libsbmlJNI.RDFAnnotationParser_deleteRDFAnnotation(XMLNode.getCPtr(annotation), annota… in deleteRDFAnnotation()
466 …nnotationParser_parseRDFAnnotation__SWIG_3(XMLNode.getCPtr(annotation), annotation, CVTermList.get… in parseRDFAnnotation()
470 …nnotation__SWIG_4(XMLNode.getCPtr(annotation), annotation, CVTermList.getCPtr(CVTerms), CVTerms, m… in parseRDFAnnotation()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files/
H A DSBMLTransforms.cs37 internal static HandleRef getCPtr(SBMLTransforms obj) in getCPtr() method in libsbmlcs.SBMLTransforms
79 …VOKE.SBMLTransforms_replaceFD__SWIG_0(ASTNode.getCPtr(math), FunctionDefinition.getCPtr(fd), IdLis… in replaceFD()
85 …libsbmlPINVOKE.SBMLTransforms_replaceFD__SWIG_1(ASTNode.getCPtr(math), FunctionDefinition.getCPtr(… in replaceFD()
91 …SBMLTransforms_replaceFD__SWIG_2(ASTNode.getCPtr(math), ListOfFunctionDefinitions.getCPtr(lofd), I… in replaceFD()
97 …bmlPINVOKE.SBMLTransforms_replaceFD__SWIG_3(ASTNode.getCPtr(math), ListOfFunctionDefinitions.getCP… in replaceFD()
103 bool ret = libsbmlPINVOKE.SBMLTransforms_expandInitialAssignments(Model.getCPtr(m)); in expandInitialAssignments()
110 …t = libsbmlPINVOKE.SBMLTransforms_evaluateASTNode__SWIG_0(ASTNode.getCPtr(node), Model.getCPtr(m)); in evaluateASTNode()
117 double ret = libsbmlPINVOKE.SBMLTransforms_evaluateASTNode__SWIG_1(ASTNode.getCPtr(node)); in evaluateASTNode()
124 bool ret = libsbmlPINVOKE.SBMLTransforms_expandL3V2InitialAssignments(Model.getCPtr(m)); in expandL3V2InitialAssignments()
129 … IdList ret = new IdList(libsbmlPINVOKE.SBMLTransforms_mapComponentValues(Model.getCPtr(m)), true); in mapComponentValues()
[all …]
H A DXMLNode.cs144 internal static HandleRef getCPtr(XMLNode obj) in getCPtr() method in libsbmlcs.XMLNode
187 return (getCPtr(lhs).Handle.ToString() == getCPtr(rhs).Handle.ToString()); in operator ==()
241 …mlPINVOKE.new_XMLNode__SWIG_2(XMLTriple.getCPtr(triple), XMLAttributes.getCPtr(attributes), XMLNam… in XMLNode()
258 …mlPINVOKE.new_XMLNode__SWIG_3(XMLTriple.getCPtr(triple), XMLAttributes.getCPtr(attributes), XMLNam… in XMLNode()
275 …mlPINVOKE.new_XMLNode__SWIG_4(XMLTriple.getCPtr(triple), XMLAttributes.getCPtr(attributes), XMLNam… in XMLNode()
290 …umn) : this(libsbmlPINVOKE.new_XMLNode__SWIG_5(XMLTriple.getCPtr(triple), XMLAttributes.getCPtr(at… in XMLNode()
305 …ine) : this(libsbmlPINVOKE.new_XMLNode__SWIG_6(XMLTriple.getCPtr(triple), XMLAttributes.getCPtr(at… in XMLNode()
320 …tes) : this(libsbmlPINVOKE.new_XMLNode__SWIG_7(XMLTriple.getCPtr(triple), XMLAttributes.getCPtr(at… in XMLNode()
456 int ret = libsbmlPINVOKE.XMLNode_addChild(swigCPtr, XMLNode.getCPtr(node)); in addChild()
662 libsbmlPINVOKE.XMLNode_writeToStream(swigCPtr, XMLOutputStream.getCPtr(stream)); in writeToStream()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files-win/
H A DSBMLTransforms.cs34 internal static HandleRef getCPtr(SBMLTransforms obj) in getCPtr() method in libsbml.SBMLTransforms
76 …VOKE.SBMLTransforms_replaceFD__SWIG_0(ASTNode.getCPtr(math), FunctionDefinition.getCPtr(fd), IdLis… in replaceFD()
82 …libsbmlPINVOKE.SBMLTransforms_replaceFD__SWIG_1(ASTNode.getCPtr(math), FunctionDefinition.getCPtr(… in replaceFD()
88 …SBMLTransforms_replaceFD__SWIG_2(ASTNode.getCPtr(math), ListOfFunctionDefinitions.getCPtr(lofd), I… in replaceFD()
94 …bmlPINVOKE.SBMLTransforms_replaceFD__SWIG_3(ASTNode.getCPtr(math), ListOfFunctionDefinitions.getCP… in replaceFD()
100 bool ret = libsbmlPINVOKE.SBMLTransforms_expandInitialAssignments(Model.getCPtr(m)); in expandInitialAssignments()
107 …t = libsbmlPINVOKE.SBMLTransforms_evaluateASTNode__SWIG_0(ASTNode.getCPtr(node), Model.getCPtr(m)); in evaluateASTNode()
114 double ret = libsbmlPINVOKE.SBMLTransforms_evaluateASTNode__SWIG_1(ASTNode.getCPtr(node)); in evaluateASTNode()
121 bool ret = libsbmlPINVOKE.SBMLTransforms_expandL3V2InitialAssignments(Model.getCPtr(m)); in expandL3V2InitialAssignments()
126 … IdList ret = new IdList(libsbmlPINVOKE.SBMLTransforms_mapComponentValues(Model.getCPtr(m)), true); in mapComponentValues()
[all …]
H A DXMLNode.cs141 internal static HandleRef getCPtr(XMLNode obj) in getCPtr() method in libsbml.XMLNode
184 return (getCPtr(lhs).Handle.ToString() == getCPtr(rhs).Handle.ToString()); in operator ==()
238 …mlPINVOKE.new_XMLNode__SWIG_2(XMLTriple.getCPtr(triple), XMLAttributes.getCPtr(attributes), XMLNam… in XMLNode()
255 …mlPINVOKE.new_XMLNode__SWIG_3(XMLTriple.getCPtr(triple), XMLAttributes.getCPtr(attributes), XMLNam… in XMLNode()
272 …mlPINVOKE.new_XMLNode__SWIG_4(XMLTriple.getCPtr(triple), XMLAttributes.getCPtr(attributes), XMLNam… in XMLNode()
287 …umn) : this(libsbmlPINVOKE.new_XMLNode__SWIG_5(XMLTriple.getCPtr(triple), XMLAttributes.getCPtr(at… in XMLNode()
302 …ine) : this(libsbmlPINVOKE.new_XMLNode__SWIG_6(XMLTriple.getCPtr(triple), XMLAttributes.getCPtr(at… in XMLNode()
317 …tes) : this(libsbmlPINVOKE.new_XMLNode__SWIG_7(XMLTriple.getCPtr(triple), XMLAttributes.getCPtr(at… in XMLNode()
453 int ret = libsbmlPINVOKE.XMLNode_addChild(swigCPtr, XMLNode.getCPtr(node)); in addChild()
656 libsbmlPINVOKE.XMLNode_writeToStream(swigCPtr, XMLOutputStream.getCPtr(stream)); in writeToStream()
[all …]
/dports/databases/xapian-bindings12/xapian-bindings-1.2.25/java-swig/org/xapian/
H A DEnquire.java20 public static long getCPtr(Enquire obj) { in getCPtr() method in Enquire
39 this(XapianJNI.new_Enquire(Database.getCPtr(databases), databases), true); in Enquire()
43 XapianJNI.Enquire_setQuery__SWIG_0(swigCPtr, this, Query.getCPtr(query), query, qlen); in setQuery()
47 XapianJNI.Enquire_setQuery__SWIG_1(swigCPtr, this, Query.getCPtr(query), query); in setQuery()
55 XapianJNI.Enquire_addMatchspy(swigCPtr, this, MatchSpy.getCPtr(spy), spy); in addMatchspy()
139 …st, maxitems, checkatleast, RSet.getCPtr(omrset), omrset, MatchDecider.getCPtr(mdecider), mdecider… in getMSet()
143 …1(swigCPtr, this, first, maxitems, checkatleast, RSet.getCPtr(omrset), omrset, MatchDecider.getCPt… in getMSet()
159 …getMSet__SWIG_5(swigCPtr, this, first, maxitems, RSet.getCPtr(omrset), omrset, MatchDecider.getCPt… in getMSet()
167 …_getESet__SWIG_0(swigCPtr, this, maxitems, RSet.getCPtr(omrset), omrset, flags, k, ExpandDecider.g… in getESet()
183 …_getESet__SWIG_4(swigCPtr, this, maxitems, RSet.getCPtr(omrset), omrset, flags, k, ExpandDecider.g… in getESet()
[all …]
/dports/databases/py-xapian/xapian-bindings-1.4.18/java/org/xapian/
H A DEnquire.java20 protected static long getCPtr(Enquire obj) { in getCPtr() method in Enquire
39 this(XapianJNI.new_Enquire(Database.getCPtr(database), database), true); in Enquire()
47 XapianJNI.Enquire_setQuery__SWIG_1(swigCPtr, this, Query.getCPtr(query), query); in setQuery()
55 XapianJNI.Enquire_addMatchspy(swigCPtr, this, MatchSpy.getCPtr(spy), spy); in addMatchspy()
127 …0(swigCPtr, this, first, maxitems, checkatleast, RSet.getCPtr(omrset), omrset, MatchDecider.getCPt… in getMSet()
143 …getMSet__SWIG_4(swigCPtr, this, first, maxitems, RSet.getCPtr(omrset), omrset, MatchDecider.getCPt… in getMSet()
151 …re_getESet__SWIG_0(swigCPtr, this, maxitems, RSet.getCPtr(omrset), omrset, flags, ExpandDecider.ge… in getESet()
155 …re_getESet__SWIG_1(swigCPtr, this, maxitems, RSet.getCPtr(omrset), omrset, flags, ExpandDecider.ge… in getESet()
167 …quire_getESet__SWIG_4(swigCPtr, this, maxitems, RSet.getCPtr(omrset), omrset, ExpandDecider.getCPt… in getESet()
171 …re_getESet__SWIG_5(swigCPtr, this, maxitems, RSet.getCPtr(rset), rset, flags, k, ExpandDecider.get… in getESet()
[all …]
H A DLatLongDistanceKeyMaker.java19 protected static long getCPtr(LatLongDistanceKeyMaker obj) { in getCPtr() method in LatLongDistanceKeyMaker
39 …atLongDistanceKeyMaker__SWIG_0(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistanceKeyMaker()
43 …atLongDistanceKeyMaker__SWIG_1(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistanceKeyMaker()
47 …this(XapianJNI.new_LatLongDistanceKeyMaker__SWIG_2(slot_, LatLongCoords.getCPtr(centre_), centre_)… in LatLongDistanceKeyMaker()
51 …LatLongDistanceKeyMaker__SWIG_3(slot_, LatLongCoord.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistanceKeyMaker()
55 …LatLongDistanceKeyMaker__SWIG_4(slot_, LatLongCoord.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistanceKeyMaker()
59 …this(XapianJNI.new_LatLongDistanceKeyMaker__SWIG_5(slot_, LatLongCoord.getCPtr(centre_), centre_),… in LatLongDistanceKeyMaker()
63 return XapianJNI.LatLongDistanceKeyMaker_apply(swigCPtr, this, Document.getCPtr(doc), doc); in apply()
H A DLatLongDistancePostingSource.java19 protected static long getCPtr(LatLongDistancePostingSource obj) { in getCPtr() method in LatLongDistancePostingSource
39 …gDistancePostingSource__SWIG_0(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistancePostingSource()
43 …gDistancePostingSource__SWIG_1(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistancePostingSource()
47 …gDistancePostingSource__SWIG_2(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistancePostingSource()
51 …gDistancePostingSource__SWIG_3(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistancePostingSource()
55 …this(XapianJNI.new_LatLongDistancePostingSource__SWIG_4(slot_, LatLongCoords.getCPtr(centre_), cen… in LatLongDistancePostingSource()
59 …this(XapianJNI.new_LatLongDistancePostingSource__SWIG_5(slot_, LatLongCoords.getCPtr(centre_), cen… in LatLongDistancePostingSource()
63 …this(XapianJNI.new_LatLongDistancePostingSource__SWIG_6(slot_, LatLongCoords.getCPtr(centre_), cen… in LatLongDistancePostingSource()
67 …this(XapianJNI.new_LatLongDistancePostingSource__SWIG_7(slot_, LatLongCoords.getCPtr(centre_), cen… in LatLongDistancePostingSource()
91 XapianJNI.LatLongDistancePostingSource_init(swigCPtr, this, Database.getCPtr(db_), db_); in init()
/dports/databases/php-xapian/xapian-bindings-1.4.18/java/org/xapian/
H A DEnquire.java20 protected static long getCPtr(Enquire obj) { in getCPtr() method in Enquire
39 this(XapianJNI.new_Enquire(Database.getCPtr(database), database), true); in Enquire()
47 XapianJNI.Enquire_setQuery__SWIG_1(swigCPtr, this, Query.getCPtr(query), query); in setQuery()
55 XapianJNI.Enquire_addMatchspy(swigCPtr, this, MatchSpy.getCPtr(spy), spy); in addMatchspy()
127 …0(swigCPtr, this, first, maxitems, checkatleast, RSet.getCPtr(omrset), omrset, MatchDecider.getCPt… in getMSet()
143 …getMSet__SWIG_4(swigCPtr, this, first, maxitems, RSet.getCPtr(omrset), omrset, MatchDecider.getCPt… in getMSet()
151 …re_getESet__SWIG_0(swigCPtr, this, maxitems, RSet.getCPtr(omrset), omrset, flags, ExpandDecider.ge… in getESet()
155 …re_getESet__SWIG_1(swigCPtr, this, maxitems, RSet.getCPtr(omrset), omrset, flags, ExpandDecider.ge… in getESet()
167 …quire_getESet__SWIG_4(swigCPtr, this, maxitems, RSet.getCPtr(omrset), omrset, ExpandDecider.getCPt… in getESet()
171 …re_getESet__SWIG_5(swigCPtr, this, maxitems, RSet.getCPtr(rset), rset, flags, k, ExpandDecider.get… in getESet()
[all …]
H A DLatLongDistanceKeyMaker.java19 protected static long getCPtr(LatLongDistanceKeyMaker obj) { in getCPtr() method in LatLongDistanceKeyMaker
39 …atLongDistanceKeyMaker__SWIG_0(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistanceKeyMaker()
43 …atLongDistanceKeyMaker__SWIG_1(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistanceKeyMaker()
47 …this(XapianJNI.new_LatLongDistanceKeyMaker__SWIG_2(slot_, LatLongCoords.getCPtr(centre_), centre_)… in LatLongDistanceKeyMaker()
51 …LatLongDistanceKeyMaker__SWIG_3(slot_, LatLongCoord.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistanceKeyMaker()
55 …LatLongDistanceKeyMaker__SWIG_4(slot_, LatLongCoord.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistanceKeyMaker()
59 …this(XapianJNI.new_LatLongDistanceKeyMaker__SWIG_5(slot_, LatLongCoord.getCPtr(centre_), centre_),… in LatLongDistanceKeyMaker()
63 return XapianJNI.LatLongDistanceKeyMaker_apply(swigCPtr, this, Document.getCPtr(doc), doc); in apply()
H A DLatLongDistancePostingSource.java19 protected static long getCPtr(LatLongDistancePostingSource obj) { in getCPtr() method in LatLongDistancePostingSource
39 …gDistancePostingSource__SWIG_0(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistancePostingSource()
43 …gDistancePostingSource__SWIG_1(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistancePostingSource()
47 …gDistancePostingSource__SWIG_2(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistancePostingSource()
51 …gDistancePostingSource__SWIG_3(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistancePostingSource()
55 …this(XapianJNI.new_LatLongDistancePostingSource__SWIG_4(slot_, LatLongCoords.getCPtr(centre_), cen… in LatLongDistancePostingSource()
59 …this(XapianJNI.new_LatLongDistancePostingSource__SWIG_5(slot_, LatLongCoords.getCPtr(centre_), cen… in LatLongDistancePostingSource()
63 …this(XapianJNI.new_LatLongDistancePostingSource__SWIG_6(slot_, LatLongCoords.getCPtr(centre_), cen… in LatLongDistancePostingSource()
67 …this(XapianJNI.new_LatLongDistancePostingSource__SWIG_7(slot_, LatLongCoords.getCPtr(centre_), cen… in LatLongDistancePostingSource()
91 XapianJNI.LatLongDistancePostingSource_init(swigCPtr, this, Database.getCPtr(db_), db_); in init()
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/java/org/xapian/
H A DEnquire.java20 protected static long getCPtr(Enquire obj) { in getCPtr() method in Enquire
39 this(XapianJNI.new_Enquire(Database.getCPtr(database), database), true); in Enquire()
47 XapianJNI.Enquire_setQuery__SWIG_1(swigCPtr, this, Query.getCPtr(query), query); in setQuery()
55 XapianJNI.Enquire_addMatchspy(swigCPtr, this, MatchSpy.getCPtr(spy), spy); in addMatchspy()
127 …0(swigCPtr, this, first, maxitems, checkatleast, RSet.getCPtr(omrset), omrset, MatchDecider.getCPt… in getMSet()
143 …getMSet__SWIG_4(swigCPtr, this, first, maxitems, RSet.getCPtr(omrset), omrset, MatchDecider.getCPt… in getMSet()
151 …re_getESet__SWIG_0(swigCPtr, this, maxitems, RSet.getCPtr(omrset), omrset, flags, ExpandDecider.ge… in getESet()
155 …re_getESet__SWIG_1(swigCPtr, this, maxitems, RSet.getCPtr(omrset), omrset, flags, ExpandDecider.ge… in getESet()
167 …quire_getESet__SWIG_4(swigCPtr, this, maxitems, RSet.getCPtr(omrset), omrset, ExpandDecider.getCPt… in getESet()
171 …re_getESet__SWIG_5(swigCPtr, this, maxitems, RSet.getCPtr(rset), rset, flags, k, ExpandDecider.get… in getESet()
[all …]
H A DLatLongDistanceKeyMaker.java19 protected static long getCPtr(LatLongDistanceKeyMaker obj) { in getCPtr() method in LatLongDistanceKeyMaker
39 …atLongDistanceKeyMaker__SWIG_0(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistanceKeyMaker()
43 …atLongDistanceKeyMaker__SWIG_1(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistanceKeyMaker()
47 …this(XapianJNI.new_LatLongDistanceKeyMaker__SWIG_2(slot_, LatLongCoords.getCPtr(centre_), centre_)… in LatLongDistanceKeyMaker()
51 …LatLongDistanceKeyMaker__SWIG_3(slot_, LatLongCoord.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistanceKeyMaker()
55 …LatLongDistanceKeyMaker__SWIG_4(slot_, LatLongCoord.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistanceKeyMaker()
59 …this(XapianJNI.new_LatLongDistanceKeyMaker__SWIG_5(slot_, LatLongCoord.getCPtr(centre_), centre_),… in LatLongDistanceKeyMaker()
63 return XapianJNI.LatLongDistanceKeyMaker_apply(swigCPtr, this, Document.getCPtr(doc), doc); in apply()
H A DLatLongDistancePostingSource.java19 protected static long getCPtr(LatLongDistancePostingSource obj) { in getCPtr() method in LatLongDistancePostingSource
39 …gDistancePostingSource__SWIG_0(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistancePostingSource()
43 …gDistancePostingSource__SWIG_1(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistancePostingSource()
47 …gDistancePostingSource__SWIG_2(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistancePostingSource()
51 …gDistancePostingSource__SWIG_3(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistancePostingSource()
55 …this(XapianJNI.new_LatLongDistancePostingSource__SWIG_4(slot_, LatLongCoords.getCPtr(centre_), cen… in LatLongDistancePostingSource()
59 …this(XapianJNI.new_LatLongDistancePostingSource__SWIG_5(slot_, LatLongCoords.getCPtr(centre_), cen… in LatLongDistancePostingSource()
63 …this(XapianJNI.new_LatLongDistancePostingSource__SWIG_6(slot_, LatLongCoords.getCPtr(centre_), cen… in LatLongDistancePostingSource()
67 …this(XapianJNI.new_LatLongDistancePostingSource__SWIG_7(slot_, LatLongCoords.getCPtr(centre_), cen… in LatLongDistancePostingSource()
91 XapianJNI.LatLongDistancePostingSource_init(swigCPtr, this, Database.getCPtr(db_), db_); in init()
/dports/databases/lua-xapian/xapian-bindings-1.4.18/java/org/xapian/
H A DEnquire.java20 protected static long getCPtr(Enquire obj) { in getCPtr() method in Enquire
39 this(XapianJNI.new_Enquire(Database.getCPtr(database), database), true); in Enquire()
47 XapianJNI.Enquire_setQuery__SWIG_1(swigCPtr, this, Query.getCPtr(query), query); in setQuery()
55 XapianJNI.Enquire_addMatchspy(swigCPtr, this, MatchSpy.getCPtr(spy), spy); in addMatchspy()
127 …0(swigCPtr, this, first, maxitems, checkatleast, RSet.getCPtr(omrset), omrset, MatchDecider.getCPt… in getMSet()
143 …getMSet__SWIG_4(swigCPtr, this, first, maxitems, RSet.getCPtr(omrset), omrset, MatchDecider.getCPt… in getMSet()
151 …re_getESet__SWIG_0(swigCPtr, this, maxitems, RSet.getCPtr(omrset), omrset, flags, ExpandDecider.ge… in getESet()
155 …re_getESet__SWIG_1(swigCPtr, this, maxitems, RSet.getCPtr(omrset), omrset, flags, ExpandDecider.ge… in getESet()
167 …quire_getESet__SWIG_4(swigCPtr, this, maxitems, RSet.getCPtr(omrset), omrset, ExpandDecider.getCPt… in getESet()
171 …re_getESet__SWIG_5(swigCPtr, this, maxitems, RSet.getCPtr(rset), rset, flags, k, ExpandDecider.get… in getESet()
[all …]
H A DLatLongDistanceKeyMaker.java19 protected static long getCPtr(LatLongDistanceKeyMaker obj) { in getCPtr() method in LatLongDistanceKeyMaker
39 …atLongDistanceKeyMaker__SWIG_0(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistanceKeyMaker()
43 …atLongDistanceKeyMaker__SWIG_1(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistanceKeyMaker()
47 …this(XapianJNI.new_LatLongDistanceKeyMaker__SWIG_2(slot_, LatLongCoords.getCPtr(centre_), centre_)… in LatLongDistanceKeyMaker()
51 …LatLongDistanceKeyMaker__SWIG_3(slot_, LatLongCoord.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistanceKeyMaker()
55 …LatLongDistanceKeyMaker__SWIG_4(slot_, LatLongCoord.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistanceKeyMaker()
59 …this(XapianJNI.new_LatLongDistanceKeyMaker__SWIG_5(slot_, LatLongCoord.getCPtr(centre_), centre_),… in LatLongDistanceKeyMaker()
63 return XapianJNI.LatLongDistanceKeyMaker_apply(swigCPtr, this, Document.getCPtr(doc), doc); in apply()
H A DLatLongDistancePostingSource.java19 protected static long getCPtr(LatLongDistancePostingSource obj) { in getCPtr() method in LatLongDistancePostingSource
39 …gDistancePostingSource__SWIG_0(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistancePostingSource()
43 …gDistancePostingSource__SWIG_1(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistancePostingSource()
47 …gDistancePostingSource__SWIG_2(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistancePostingSource()
51 …gDistancePostingSource__SWIG_3(slot_, LatLongCoords.getCPtr(centre_), centre_, LatLongMetric.getCP… in LatLongDistancePostingSource()
55 …this(XapianJNI.new_LatLongDistancePostingSource__SWIG_4(slot_, LatLongCoords.getCPtr(centre_), cen… in LatLongDistancePostingSource()
59 …this(XapianJNI.new_LatLongDistancePostingSource__SWIG_5(slot_, LatLongCoords.getCPtr(centre_), cen… in LatLongDistancePostingSource()
63 …this(XapianJNI.new_LatLongDistancePostingSource__SWIG_6(slot_, LatLongCoords.getCPtr(centre_), cen… in LatLongDistancePostingSource()
67 …this(XapianJNI.new_LatLongDistancePostingSource__SWIG_7(slot_, LatLongCoords.getCPtr(centre_), cen… in LatLongDistancePostingSource()
91 XapianJNI.LatLongDistancePostingSource_init(swigCPtr, this, Database.getCPtr(db_), db_); in init()

12345678910>>...66