Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dtsget.in103 my $http_code = $curl->getinfo(CURLINFO_HTTP_CODE);
109 my $ct = $curl->getinfo(CURLINFO_CONTENT_TYPE);
/third_party/curl/docs/examples/
D.gitignore19 getinfo
DMakefile.inc43 getinfo \
/third_party/curl/lib/
DMakefile.inc139 getinfo.c \
271 getinfo.h \
/third_party/python/Lib/test/
Dtest_zipfile.py118 info = zipfp.getinfo(nm)
302 info = zipfp.getinfo('b.txt')
312 a_info = zipfp.getinfo('a.txt')
317 b_info = zipfp.getinfo('b.txt')
378 r = repr(zipfp.getinfo(fname))
404 one_info = zipfp.getinfo('compress_1')
405 nine_info = zipfp.getinfo('compress_9')
463 zinfo = zipfp.getinfo('strfile')
466 zinfo2 = zipfp.getinfo('written-open-w')
609 zinfo = zipfp.getinfo(TESTFN)
[all …]
Dtest_zipapp.py116 self.assertEqual(z.getinfo(name).compress_type,
/third_party/mesa3d/docs/relnotes/
D10.4.7.rst72 - freedreno/ir3: get the # of miplevels from getinfo
D10.5.1.rst118 - freedreno/ir3: get the # of miplevels from getinfo
D20.1.0.rst3670 - freedreno/ir3: fix assert with getinfo
D21.1.0.rst1444 - ir3: fix oob access to regs array for getbuf,getinfo,rgetinfo
/third_party/python/Doc/library/
Dzipfile.rst73 of this class are returned by the :meth:`.getinfo` and :meth:`.infolist`
230 .. method:: ZipFile.getinfo(name)
233 *name*. Calling :meth:`getinfo` for a name not currently contained in the
634 Instances of the :class:`ZipInfo` class are returned by the :meth:`.getinfo` and
/third_party/grpc/third_party/upb/third_party/lunit/
Dlunit.lua55 local debug_getinfo = debug.getinfo
/third_party/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c291 OPC(5, OPC_GETINFO, getinfo),
/third_party/python/Lib/
Dzipfile.py1426 def getinfo(self, name): member in ZipFile
1503 zinfo = self.getinfo(name)
1656 member = self.getinfo(member)
/third_party/curl/
DBUILD.gn59 "//third_party/curl/lib/getinfo.c",