Searched refs:getinfo (Results 1 – 15 of 15) sorted by relevance
103 my $http_code = $curl->getinfo(CURLINFO_HTTP_CODE);109 my $ct = $curl->getinfo(CURLINFO_CONTENT_TYPE);
19 getinfo
43 getinfo \
139 getinfo.c \271 getinfo.h \
118 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 …]
116 self.assertEqual(z.getinfo(name).compress_type,
72 - freedreno/ir3: get the # of miplevels from getinfo
118 - freedreno/ir3: get the # of miplevels from getinfo
3670 - freedreno/ir3: fix assert with getinfo
1444 - ir3: fix oob access to regs array for getbuf,getinfo,rgetinfo
73 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 the634 Instances of the :class:`ZipInfo` class are returned by the :meth:`.getinfo` and
55 local debug_getinfo = debug.getinfo
291 OPC(5, OPC_GETINFO, getinfo),
1426 def getinfo(self, name): member in ZipFile1503 zinfo = self.getinfo(name)1656 member = self.getinfo(member)
59 "//third_party/curl/lib/getinfo.c",