OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_authkey
(Results
1 - 8
of
8
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py
477
self.
_authkey
= AuthenticationString(authkey)
485
(self._address, self.
_authkey
, self._serializer)
493
self.
_authkey
, self._serializer)
500
conn = Client(self._address, authkey=self.
_authkey
)
519
args=(self._registry, self._address, self.
_authkey
,
535
args=(self._process, self._address, self.
_authkey
,
565
conn = self._Client(self._address, authkey=self.
_authkey
)
582
conn = self._Client(self._address, authkey=self.
_authkey
)
592
conn = self._Client(self._address, authkey=self.
_authkey
)
670
authkey=self.
_authkey
, exposed=ex
[
all
...]
process.py
98
self.
_authkey
= _current_process.
_authkey
187
return self.
_authkey
194
self.
_authkey
= AuthenticationString(authkey)
309
self.
_authkey
= AuthenticationString(os.urandom(32))
connection.py
137
self.
_authkey
= authkey
146
if self.
_authkey
:
147
deliver_challenge(c, self.
_authkey
)
148
answer_challenge(c, self.
_authkey
)
forking.py
452
process.current_process().
_authkey
= data['authkey']
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py
477
self.
_authkey
= AuthenticationString(authkey)
485
(self._address, self.
_authkey
, self._serializer)
493
self.
_authkey
, self._serializer)
500
conn = Client(self._address, authkey=self.
_authkey
)
519
args=(self._registry, self._address, self.
_authkey
,
535
args=(self._process, self._address, self.
_authkey
,
565
conn = self._Client(self._address, authkey=self.
_authkey
)
582
conn = self._Client(self._address, authkey=self.
_authkey
)
592
conn = self._Client(self._address, authkey=self.
_authkey
)
670
authkey=self.
_authkey
, exposed=ex
[
all
...]
process.py
98
self.
_authkey
= _current_process.
_authkey
187
return self.
_authkey
194
self.
_authkey
= AuthenticationString(authkey)
309
self.
_authkey
= AuthenticationString(os.urandom(32))
connection.py
137
self.
_authkey
= authkey
146
if self.
_authkey
:
147
deliver_challenge(c, self.
_authkey
)
148
answer_challenge(c, self.
_authkey
)
forking.py
452
process.current_process().
_authkey
= data['authkey']
Completed in 357 milliseconds