Home
last modified time | relevance | path

Searched refs:myClose (Results 1 – 13 of 13) sorted by relevance

/dports/lang/nim/nim-1.6.2/doc/
H A Destp.rst81 myClose
97 myClose
114 myClose
128 myClose
143 myClose
159 myClose
177 myClose
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ziutek/mymysql/native/
H A Dnative_test.go175 myClose(t)
181 myClose(t)
230 myClose(t)
405 myClose(t)
474 myClose(t)
515 myClose(t)
570 myClose(t)
609 myClose(t)
699 myClose(t)
789 myClose(t)
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/ziutek/mymysql/native/
H A Dnative_test.go175 myClose(t)
181 myClose(t)
230 myClose(t)
405 myClose(t)
474 myClose(t)
515 myClose(t)
570 myClose(t)
609 myClose(t)
699 myClose(t)
789 myClose(t)
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libxml2/vtklibxml2/
H A Dxmllint.c818 static void myClose(FILE *f) { in myClose() function
2179 (xmlInputCloseCallback) myClose, f, in parseAndPrintFile()
2184 (xmlInputCloseCallback) myClose, f, in parseAndPrintFile()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/libxml2/vtklibxml2/
H A Dxmllint.c818 static void myClose(FILE *f) { in myClose() function
2179 (xmlInputCloseCallback) myClose, f, in parseAndPrintFile()
2184 (xmlInputCloseCallback) myClose, f, in parseAndPrintFile()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/
H A Dxmllint.c823 static void myClose(FILE *f) { in myClose() function
2184 (xmlInputCloseCallback) myClose, f, in parseAndPrintFile()
2189 (xmlInputCloseCallback) myClose, f, in parseAndPrintFile()
/dports/textproc/libxml2/libxml2-2.9.12/
H A Dxmllint.c827 static int myClose(void *context) { in myClose() function
2320 doc = xmlReadIO(myRead, myClose, f, filename, NULL, in parseAndPrintFile()
2323 doc = xmlCtxtReadIO(rectxt, myRead, myClose, f, in parseAndPrintFile()
/dports/textproc/py-libxml2/libxml2-2.9.12/
H A Dxmllint.c827 static int myClose(void *context) { in myClose() function
2320 doc = xmlReadIO(myRead, myClose, f, filename, NULL, in parseAndPrintFile()
2323 doc = xmlCtxtReadIO(rectxt, myRead, myClose, f, in parseAndPrintFile()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/libxml2/
H A Dxmllint.c832 static void myClose(FILE *f) { in myClose() function
2298 (xmlInputCloseCallback) myClose, f, in parseAndPrintFile()
2303 (xmlInputCloseCallback) myClose, f, in parseAndPrintFile()
/dports/lang/nim/nim-1.6.2/compiler/
H A Dsem.nim676 proc myClose(graph: ModuleGraph; context: PPassContext, n: PNode): PNode =
693 const semPass* = makePass(myOpen, myProcess, myClose,
H A Dcgen.nim2069 proc myClose(graph: ModuleGraph; b: PPassContext, n: PNode): PNode =
2101 const cgenPass* = makePass(myOpen, myProcess, myClose)
H A Dvm.nim2200 proc myClose(graph: ModuleGraph; c: PPassContext, n: PNode): PNode =
2203 const evalPass* = makePass(myOpen, myProcess, myClose)
H A Djsgen.nim2747 proc myClose(graph: ModuleGraph; b: PPassContext, n: PNode): PNode =
2771 const JSgenPass* = makePass(myOpen, myProcess, myClose)