HomeSort by relevance Sort by last modified time
    Searched refs:make_call (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Demo/rpc/
mountclient.py 108 # Procedure Call. This is done by calling self.make_call()
121 # The return value from make_call() is the return value from
126 # return the return value from make_call(), since this may be
129 # If the call fails, make_call() raises an exception
138 return self.make_call(1, directory, \
143 return self.make_call(2, None, \
147 return self.make_call(3, directory, \
151 return self.make_call(4, None, None, None)
154 return self.make_call(5, None, \
rnusersclient.py 44 return self.make_call(1, None, None, self.unpacker.unpack_int)
47 return self.make_call(2, None, \
51 return self.make_call(3, None, \
nfsclient.py 137 return self.make_call(1, fh, \
142 return self.make_call(2, sa, \
149 return self.make_call(4, da, \
156 return self.make_call(16, ra, \
rpc.py 237 def make_call(self, proc, args, pack_func, unpack_func): member in class:Client
278 return self.make_call(0, None, None, None)
417 def make_call(self, proc, args, pack_func, unpack_func): member in class:RawBroadcastUDPClient
531 return self.make_call(PMAPPROC_SET, mapping, \
536 return self.make_call(PMAPPROC_UNSET, mapping, \
541 return self.make_call(PMAPPROC_GETPORT, mapping, \
546 return self.make_call(PMAPPROC_DUMP, None, \
551 return self.make_call(PMAPPROC_CALLIT, ca, \
630 def make_call(self, proc, args, pack_func, unpack_func): member in class:BroadcastUDPClient
887 return self.make_call(1, arg,
    [all...]

Completed in 65 milliseconds