Searched refs:resp (Results 1 - 25 of 360) sorted by relevance

1234567891011>>

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dnntplib.py7 >>> resp, count, first, last, name = s.group('comp.lang.python')
10 >>> resp, subs = s.xhdr('subject', first + '-' + last)
11 >>> resp = s.quit()
14 Here 'resp' is the server response line.
19 >>> resp = s.post(f)
149 resp = self.shortcmd('authinfo user '+user)
150 if resp[:3] == '381':
152 raise NNTPReplyError(resp)
154 resp = self.shortcmd(
156 if resp[
626 resp = s.quit() variable in class:NNTP
[all...]
H A Dftplib.py210 resp = self.getmultiline()
211 if self.debugging: print '*resp*', self.sanitize(resp)
212 self.lastresp = resp[:3]
213 c = resp[:1]
215 return resp
217 raise error_temp, resp
219 raise error_perm, resp
220 raise error_proto, resp
224 resp
[all...]
H A Dsmtplib.py350 resp = []
365 resp.append(line[4:].strip())
378 errmsg = "\n".join(resp)
418 resp = self.ehlo_resp.split('\n')
419 del resp[0]
420 for each in resp:
535 (code, resp) = self.helo()
537 raise SMTPHeloError(code, resp)
595 (code, resp) = self.docmd("AUTH", AUTH_CRAM_MD5)
598 return (code, resp)
[all...]
H A Dpoplib.py124 resp, o = self._getline()
125 if self._debugging > 1: print '*resp*', repr(resp)
126 c = resp[:1]
128 raise error_proto(resp)
129 return resp
135 resp = self._getresp()
145 return resp, list, octets
251 resp = self._shortcmd('QUIT')
253 resp
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dnntplib.py7 >>> resp, count, first, last, name = s.group('comp.lang.python')
10 >>> resp, subs = s.xhdr('subject', first + '-' + last)
11 >>> resp = s.quit()
14 Here 'resp' is the server response line.
19 >>> resp = s.post(f)
149 resp = self.shortcmd('authinfo user '+user)
150 if resp[:3] == '381':
152 raise NNTPReplyError(resp)
154 resp = self.shortcmd(
156 if resp[
626 resp = s.quit() variable in class:NNTP
[all...]
H A Dftplib.py210 resp = self.getmultiline()
211 if self.debugging: print '*resp*', self.sanitize(resp)
212 self.lastresp = resp[:3]
213 c = resp[:1]
215 return resp
217 raise error_temp, resp
219 raise error_perm, resp
220 raise error_proto, resp
224 resp
[all...]
H A Dsmtplib.py350 resp = []
365 resp.append(line[4:].strip())
378 errmsg = "\n".join(resp)
418 resp = self.ehlo_resp.split('\n')
419 del resp[0]
420 for each in resp:
535 (code, resp) = self.helo()
537 raise SMTPHeloError(code, resp)
595 (code, resp) = self.docmd("AUTH", AUTH_CRAM_MD5)
598 return (code, resp)
[all...]
H A Dpoplib.py124 resp, o = self._getline()
125 if self._debugging > 1: print '*resp*', repr(resp)
126 c = resp[:1]
128 raise error_proto(resp)
129 return resp
135 resp = self._getresp()
145 return resp, list, octets
251 resp = self._shortcmd('QUIT')
253 resp
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_httplib.py154 resp = httplib.HTTPResponse(sock)
155 resp.begin()
156 self.assertEqual(resp.read(), 'Text')
157 self.assertTrue(resp.isclosed())
161 resp = httplib.HTTPResponse(sock)
162 self.assertRaises(httplib.BadStatusLine, resp.begin)
173 resp = httplib.HTTPResponse(sock)
174 resp.begin()
175 self.assertEqual(resp.read(2), 'Te')
176 self.assertFalse(resp
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_httplib.py154 resp = httplib.HTTPResponse(sock)
155 resp.begin()
156 self.assertEqual(resp.read(), 'Text')
157 self.assertTrue(resp.isclosed())
161 resp = httplib.HTTPResponse(sock)
162 self.assertRaises(httplib.BadStatusLine, resp.begin)
173 resp = httplib.HTTPResponse(sock)
174 resp.begin()
175 self.assertEqual(resp.read(2), 'Te')
176 self.assertFalse(resp
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
H A Dclnt.h161 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
167 * caddr_t resp;
170 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
171 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
172 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
173 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
194 * CLNT_FREERES(rh, xres, resp);
197 * caddr_t resp;
199 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
[all...]
H A Dpmap_clnt.h48 typedef bool_t (*resultproc_t) (caddr_t resp, struct sockaddr_in *raddr);
57 * xdrargs, argsp, xdrres, resp, tout, port_ptr)
60 * xdrargs, argsp, xdrres, resp, eachresult)
64 * done = eachresult(resp, raddr)
66 * caddr_t resp;
68 * where resp points to the results of the call and raddr is the
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
H A Dclnt.h161 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
167 * caddr_t resp;
170 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
171 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
172 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
173 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
194 * CLNT_FREERES(rh, xres, resp);
197 * caddr_t resp;
199 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
[all...]
H A Dpmap_clnt.h48 typedef bool_t (*resultproc_t) (caddr_t resp, struct sockaddr_in *raddr);
57 * xdrargs, argsp, xdrres, resp, tout, port_ptr)
60 * xdrargs, argsp, xdrres, resp, eachresult)
64 * done = eachresult(resp, raddr)
66 * caddr_t resp;
68 * where resp points to the results of the call and raddr is the
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
H A Dclnt.h161 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
167 * caddr_t resp;
170 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
171 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
172 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
173 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
194 * CLNT_FREERES(rh, xres, resp);
197 * caddr_t resp;
199 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
[all...]
H A Dpmap_clnt.h48 typedef bool_t (*resultproc_t) (caddr_t resp, struct sockaddr_in *raddr);
57 * xdrargs, argsp, xdrres, resp, tout, port_ptr)
60 * xdrargs, argsp, xdrres, resp, eachresult)
64 * done = eachresult(resp, raddr)
66 * caddr_t resp;
68 * where resp points to the results of the call and raddr is the
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mmc/
H A Dmmc.h26 u32 resp[4]; member in struct:mmc_command
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
H A Dsvc.h65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mmc/
H A Dmmc.h26 u32 resp[4]; member in struct:mmc_command
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
H A Dsvc.h65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mmc/
H A Dmmc.h26 u32 resp[4]; member in struct:mmc_command
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
H A Dsvc.h65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mmc/
H A Dmmc.h26 u32 resp[4]; member in struct:mmc_command
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
H A Dsvc.h65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mmc/
H A Dmmc.h26 u32 resp[4]; member in struct:mmc_command

Completed in 294 milliseconds

1234567891011>>